[Issue 1187] New: Segfault with syntax error in two-level mixin.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 24 11:22:16 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1187

           Summary: Segfault with syntax error in two-level mixin.
           Product: D
           Version: 1.013
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au


Several kinds of syntax error seem to do it.
-----------
void a(){
    mixin(`mixin`);
}
------------
and the next one doesn't segfault, but has no line number (identifier expected,
not EOF):

mixin(`mixin`);


-- 



More information about the Digitalmars-d-bugs mailing list