[Issue 573] Segfault from version(release) statement

Walter Bright newshound at digitalmars.com
Mon Nov 20 17:43:35 PST 2006


d-bugmail at puremagic.com wrote:
> assert(0) is treated as a special case, and when 
> compiled in release mode, they are left in and execute an illegal 
> instruction.  

Not precisely an illegal instruction, but a HLT (or equivalent) 
instruction, which works like a break point when running it under a 
debugger.



More information about the Digitalmars-d-bugs mailing list