Waldek Hebisch wrote:
Adriaan van Os wrote:
Waldek Hebisch wrote:
After that I can build the compiler proper. However I get ICE when building gcc runtime. Trying gpc on knuth3.pas (to get assembler output) give me ICE. Both ICE-s seem related to generting labels needed in PIC code...
Is this related to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649 ? I also found http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16557. I will try the patches included with those bug reports.
Yes, it is bug 16649. The following patch extracted from the bug report eliminated ICE. I still get duplicate labels, but I had to skip one hunk which did not apply:
I looks like the missing pieces of the puzzle can be found here http://gcc.gnu.org/ml/gcc-cvs/2004-07/msg01139.html.
Regards,
Adriaan van Os