[Issue 573] Segfault from version(release) statement
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 20 15:11:13 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=573
daekharel at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from daekharel at gmail.com 2006-11-20 17:11 -------
Whoops. Looks like I misinterpreted what -release does: it doesn't switch the
"release" version flag, and it removes assertions (or at least simple ones like
assert(0)), replacing them by stuff that causes segfaults.
I'll assume there's a good reason for the segfault behavior (probably has
something to do with assert(0) signifying unreachable code), but in any case,
this bug is invalid.
--
More information about the Digitalmars-d-bugs
mailing list