[Issue 563] New: DebugSpecification doesn't work
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Nov 18 10:29:13 PST 2006
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=563
           Summary: DebugSpecification doesn't work
           Product: D
           Version: 0.174
          Platform: PC
               URL: http://www.digitalmars.com/d/version.html#debug
        OS/Version: Windows
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P4
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: deewiant at gmail.com
OtherBugsDependingO 511
             nThis:
void main() {
        debug = foo;
        debug (foo) printf("Foo\n");
}
Errors out with "asdf.d(2): found '=' instead of statement". Replace "foo" with
any valid debug identifier or level and the same error occurs.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list