[Issue 6215] New: ICE(el.c) DMD segfaults when built on system with XCode 4.2

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 26 06:33:11 PDT 2011


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

           Summary: ICE(el.c) DMD segfaults when built on system with
                    XCode 4.2
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: robert at octarineparrot.com


--- Comment #0 from Robert Clipsham <robert at octarineparrot.com> 2011-06-26 14:28:18 BST ---
As of XCode 4.2 (maybe 4.1, I skipped it), Apple has made gcc a symlink for
llvm-gcc. When built using llvm-gcc, dmd sefaults in el.c:211:

void test(){}
void main(){}

$ dmd test.d
Segmentation fault

It fails in el.c:211.

-- 
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