This is the mail archive of the gcc@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: Why doesn't ADA testsuite use newly built gnatchop/gnatmake?


On Thu, Mar 04, 2004 at 04:45:51PM -0500, Daniel Jacobowitz wrote:
> > 
> > Ada testsuite log gives very little information. I got many
> > 
> > Running chapter a ...
> > /export/build/gnu/gcc-3.4/build-pentium4-linux/gcc/testsuite/ada/acats/tests/a/a22006b.ada:
> > parse errors detected
> > /export/build/gnu/gcc-3.4/build-pentium4-linux/gcc/testsuite/ada/acats/tests/a/a22006b.ada:
> > chop may not be successful
> > /export/build/gnu/gcc-3.4/build-pentium4-linux/gcc/testsuite/ada/acats/tests/a/a22006b.ada:
> > error parsing offset info
> > no compilation units found
> > no source files written
> > 
> > on Linux/x86. To reproduce,
> > 
> > 1. Build gcc 3.4 with ada.
> > 2. Install gcc 3.4.
> > 3. Replace gnat1 in the installed gcc 3.4 directory with a dummy shell
> > script which returns 1.
> > 4. Run "make check-ada" and watch massive failures.
> > 
> > It looks like Ada testsuite forgets to make sure the newly build Ada
> > compiler is used instead of the installed one.
> 
> Now, this is a different bug than the one everyone's discussing.  You
> are saying that the _installed_ gnat1 is used, not that the _host_
> gnat1 is used.
> 
> I believe this is a known bug.

I couldn't find any Ada bug in Bugzilla. I opened one:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14435


H.J.


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