← Back to index
|
Original Bugzilla link
Bug 1040 – Internal error: Illegal instruction (program cc1d) - nocompile/a/alias_39_B.d
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Mac OS X
Creation time
2007-03-08T10:33:00Z
Last change time
2015-06-09T05:15:11Z
Assigned to
dvdfrdmn
Creator
thomas-dloop
Comments
Comment #0
by thomas-dloop — 2007-03-08T10:33:31Z
# template Foo(alias b){ # int a() { # return b; # } # } # # void test(){ # mixin Foo!(y) y; # } gdmd-4.0 -arch i386 -c nocompile/a/alias_39_B.d nocompile/a/alias_39_B.d:21: mixin Foo!(y) cannot resolve forward reference nocompile/a/alias_39_B.d:21: mixin Foo!(y) cannot resolve forward reference 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/a/alias_39_B.d
Comment #1
by dvdfrdmn — 2007-07-21T09:13:39Z
Fixed as of svn r130 / release 0.24, probably by merging updated DMD.