www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Issue 1044] New: Internal error: Illegal instruction (program cc1d) - nocompile/c/const_32_B.d

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1044

           Summary: Internal error: Illegal instruction (program cc1d) -
                    nocompile/c/const_32_B.d
           Product: DGCC aka GDC
           Version: 0.23
          Platform: PC
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P3
         Component: glue layer
        AssignedTo: dvdfrdmn users.sf.net
        ReportedBy: thomas-dloop kuehne.cn







gdmd-4.0 -arch i386 -c nocompile/c/const_32_B.d
i686-apple-darwin8-gdc-4.0.1: Internal error: Illegal instruction (program
cc1d)
Please submit a full bug report.
See <URL:http://developer.apple.com/bugreporter> for instructions.

test case:
http://dstress.kuehne.cn/nocompile/c/const_32_B.d


-- 
Mar 08 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1044






Chances are this is a dup of bug 713 with the bug being infinite recursion
within the dmd frontend.


-- 
Jan 27 2008
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1044


Iain Buclaw <ibuclaw ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



I cannot reproduce this using gdc with gcc-4.1.2 and gcc-4.3.5.


I get the message:
---
const.d:2: Error: recursive reference b


Which is correct for the code it is compiling.

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