Thread overview
[Issue 964] New: Internal error: ../ztc/cod3.c 1760
Feb 15, 2007
d-bugmail
Feb 26, 2007
d-bugmail
Aug 12, 2007
d-bugmail
February 15, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=964

           Summary: Internal error: ../ztc/cod3.c 1760
           Product: D
           Version: 1.005
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


# void func(){
# }
#
# int main(){
#    return *cast(int*)&func;
# }

Internal error: ../ztc/cod3.c 1760


-- 

February 26, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=964


thomas-dloop@kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |All




------- Comment #1 from thomas-dloop@kuehne.cn  2007-02-26 05:39 -------
Added to DStress as http://dstress.kuehne.cn/run/b/bug_cod3_1760_A.d http://dstress.kuehne.cn/run/b/bug_cod3_1760_B.d


-- 

August 12, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=964


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2007-08-12 15:50 -------
Cannot reproduce with DMD 1.020 / 2.003


--