[3.2] Can ada/6160 be cured from 3.3 or trunk?
Geert Bosch
bosch@gnat.com
Tue Feb 25 19:59:00 GMT 2003
On Monday, Feb 24, 2003, at 18:36 America/New_York, Christian
Cornelssen wrote:
> I have got one step further. I used STAGE1_CFLAGS="-march=i686 -O2",
> which apparently caused either Debian's gcc-2.95.4 or the gnat1 as of
> gnatgcc v2.8.1 to miscompile the stage1 gnat1 such that its *.ali
> outputs each got just a single linefeed. When I removed the
> "-march=i686" option, everything went fine.
You should use a C compiler with the same GCC version as the
Ada compiler. There have been a number of ABI changes in the C
compiler (mostly exception/libgcc stuff) that can cause problems
in some cases.
More information about the Gcc-bugs
mailing list