[Issue 3227] New: Segfault(mtype.c) anonymous delegate with void parameter

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 5 00:26:26 PDT 2009


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

           Summary: Segfault(mtype.c) anonymous delegate with void
                    parameter
           Product: D
           Version: 2.031
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: clugdbug at yahoo.com.au


----
auto x = (void){};
----
ice.d(1): Error: cannot have parameter of type void
ice.d(1): Error: cannot have parameter of type void
<segfault>


Does not segfault on D1.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list