This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [3.2] Can ada/6160 be cured from 3.3 or trunk?



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]