gcc testsuite definitely uses the wrong g++: why?

Paul C. Leopardi leopardi@bigpond.net.au
Sat May 8 00:09:00 GMT 2004


Hi all,
Sorry to press this, but I'm still trying to figure out why "make 
check-gcc-c++" uses the wrong g++ even though "make check-c++" uses the right 
g++. Perhaps I should just submit a bug report?
Thanks

On Saturday 08 May 2004 00:41, gcc-help-digest-help@gcc.gnu.org wrote:
> Re: gcc testsuite apparently can't find g++
>
> From:
> "Paul C. Leopardi" <leopardi@bigpond.net.au>
>
>
> To:
> gcc-help@gcc.gnu.org
>
>
> Date:
> 2004-05-07 01:11
>
> Rob,
> I have run the test again with RUNTESTFLAGS="-v -v" and I get lots of
> output now. Unfortunately I don't know what the output should look like, so
> I can't see what the problem is. I ran
> make check-c++ RUNTESTFLAGS="-v -v" > make-check-c++.1.out 2>&1
> which said, eg.:
> Invoking the compiler
> as /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/g++ -shared-libgcc
> -B/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/ -nostdinc++ ...
> and ran
> make check-gcc-c++ RUNTESTFLAGS="-v -v" > make-check-gcc-c++.1.out 2>&1
> which said, eg.:
> Invoking the compiler as
> g++
> /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg/bprob/g++-b
>prob-1.C   -nostdinc++
>
> I have attached a single file containing the first part of the output of
> each. Is this enough to tell what's going on? What am I looking for?
> Best regards



More information about the Gcc-help mailing list