[Issue 904] Bad code generated for local _assert routine
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jan 30 23:53:56 PST 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=904
bugzilla at digitalmars.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #1 from bugzilla at digitalmars.com  2007-01-31 01:53 -------
The _d_assert() should never return, so there is no need to clean up after it.
It's a compiler support routine, and should not be overridden with something
that returns.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list