[Issue 1042] New: internal compiler error: in output_pic_addr_const, at config/i386/i386.c:7023
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 8 08:34:07 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1042
Summary: internal compiler error: in output_pic_addr_const, at
config/i386/i386.c:7023
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 at users.sf.net
ReportedBy: thomas-dloop at kuehne.cn
# byte b;
#
# void main(){
# asm{
# mov EAX, offsetof b;
# }
# }
gdmd-4.0 -arch i386 -O -c nocompile/a/asm_offset_01_B.d
nocompile/a/asm_offset_01_B.d: In function 'main':
nocompile/a/asm_offset_01_B.d:30: internal compiler error: in
output_pic_addr_const, at config/i386/i386.c:7023
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
test case:
http://dstress.kuehne.cn/nocompile/a/asm_offset_01_B.d
--
More information about the D.gnu
mailing list