[Issue 1963] New: -H creates broken headers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 31 15:55:06 PDT 2008


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

           Summary: -H creates broken headers
           Product: D
           Version: 2.012
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: lindevel at gmx.net


-H creates broken headers like the attached one. It contains for example
spurious "else" keywords.

/opt/dmd/include/phobos/std/stdio.d(111): found 'else' instead of statement
/opt/dmd/include/phobos/std/stdio.d(138): found 'else' instead of statement
/opt/dmd/include/phobos/std/stdio.d(295): found 'else' instead of statement
/opt/dmd/include/phobos/std/stdio.d(298): found 'else' instead of statement
/opt/dmd/include/phobos/std/stdio.d(340): found 'bool' when expecting ';'
following 'statement'
/opt/dmd/include/phobos/std/stdio.d(366): found 'else' instead of statement
/opt/dmd/include/phobos/std/stdio.d(374): found 'else' instead of statement


-- 



More information about the Digitalmars-d-bugs mailing list