[Issue 11728] compile error in std.bigint and -profile
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 12 06:53:05 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11728
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #2 from yebblies <yebblies at gmail.com> 2013-12-13 01:52:53 EST ---
Same sort of thing as issue 11375 - the nothrow inference/checking in
FuncDeclaration::semantic is a mess. The general problem is the compiler
checks/infers nothrowness, then adds more stuff to the function body. The
error occurs because later the compiler uses blockExit(tf->isnothrow) to decide
if the profiling exit code needs to be wrapped in a try-finally or not.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list