[Issue 2397] New: wrong file name in error after #line

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 6 16:41:14 PDT 2008


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

           Summary: wrong file name in error after #line
           Product: D
           Version: 1.029
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: shro8822 at vandals.uidaho.edu


interface I {void i();}

pragma(msg,__FILE__);
#line __LINE__ "y.d"
pragma(msg,__FILE__);

class C : I {}


output:
bug2.d
y.d
bug2.d(6): class bug2.C interface function I.i isn't implemented


-- 



More information about the Digitalmars-d-bugs mailing list