This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/12728] gnat1drv.ali is incorrectly formatted same as bug 6160
- From: "charlet at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Oct 2003 08:18:55 -0000
- Subject: [Bug ada/12728] gnat1drv.ali is incorrectly formatted same as bug 6160
- References: <20031022174336.12728.matthew@darcy.demon.co.uk>
- 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=12728
charlet at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
Summary| gnat1drv.ali is incorrectly|gnat1drv.ali is incorrectly
|formatted same as bug 6160|formatted same as bug 6160
------- Additional Comments From charlet at gcc dot gnu dot org 2003-10-23 08:18 -------
The command you are copying is wrong: it should call gnatbind, not gcc.
This is either a set up problem (incorrect bootstrap compiler), or
a makefile issue. The latter is unlikely, since other people have
built 3.3.1 with ada with no trouble.
I'd suggest you try again with gcc 3.4 (either now or later when
it's released), since there has been lots of changes in 3.4, that
won't get reflected in 3.3
Arno