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] | |
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] |