[Issue 1042] internal compiler error: in output_pic_addr_const, at config/i386/i386.c:7023

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 10 14:16:28 PST 2007


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


dvdfrdmn at users.sf.net changed:

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




------- Comment #1 from dvdfrdmn at users.sf.net  2007-03-10 16:16 -------
This is a side-effect of MacOS X generating PIC code by default.  'offset b' is
not valid for PIC code.  The solution is to compile with the -mdynamic-no-pic
option.


-- 



More information about the D.gnu mailing list