This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/10110] [3.3/3.4 regression] [mipsel-linux]ada bootstrap error
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2003 15:58:46 -0000
- Subject: [Bug target/10110] [3.3/3.4 regression] [mipsel-linux]ada bootstrap error
- References: <20030316160600.10110.doko@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110
------- Additional Comments From schwab at suse dot de 2003-10-21 15:58 -------
The other error _is_ ada specific, which is trying to use BIGGEST_ALIGNMENT
outside the compiler. On mips BIGGEST_ALIGNMENT depends on runtime parameters,
like LONG_DOUBLE_TYPE_SIZE.