[Issue 1651] New: .di file generated with -H switch does not translate function() arguments correctly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 8 19:47:41 PST 2007


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

           Summary: .di file generated with -H switch does not translate
                    function() arguments correctly
           Product: D
           Version: 2.007
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: schveiguy at yahoo.com


When specifying -H switch for a function/class that looks like:

void f(void function() f2);

the .di file contains:

void f(void function()* f2);

which will not allow compilation.


-- 



More information about the Digitalmars-d-bugs mailing list