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]

Re: egcs-971127: testsuite results on i586-pc-linux-gnulibc1



> From khan@eh_pc11.xraylith.wisc.edu Fri Nov 28 22:00 MET 1997
> 
> Max Lawson <mlawson@drfmc.ceng.cea.fr> writes:
> > 
> > 	=> typename5.C is still failing. That was the case in the 
> > previous snapshot. I've added the log. Case ...
> > 
> 
> I don't see the error on my system (RH 4.1, libc 5.3.12), and I didn't
> see it for the last snapshot either.
> 

I'm using libc5.4.39. I've noticed that several testsuite results have been 
posted for  ix86-glibc1 systems with different issues for the typename5.C 
test...

> You might want to compile it by hand with -v option and post that.
> Hopefully something will turn up. You don't perchance have environment
> variables like LIBRARY_PATH defined, do you?

I've only assigned "/tmp/egcs-xxxxxx/libraries/libstdc++" to LD_LIBRARY_PATH 
as suggested to avoid the failure of EH tests when checking a not-yet-installed 
snapshot.

> 
> Mumit
> 

Here is the compiler output with the -v option on:

Reading specs from ../specs
gcc version egcs-2.90.19 971127 (gcc2-970802 experimental)
 ../cpp -lang-c++ -v -I/tmp/egcs-971127/libio -I/tmp/egcs-971127/libraries/libio -I/tmp/egcs-971127/libstdc++ -I/tmp/egcs-971127/libstdc++/stl -I../ -isystem ../include -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=90 -trigraphs -D__STRICT_ANSI__ -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -pedantic-errors -Di386 -Di586 -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386__ -D__i586__ -Asystem(unix) -Acpu(i386) -Amachine(i386) g++.old-deja/g++.pt/typename5.C /tmp/cca26353.ii
GNU CPP version egcs-2.90.19 971127 (gcc2-970802 experimental) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /tmp/egcs-971127/libio
 /tmp/egcs-971127/libraries/libio
 /tmp/egcs-971127/libstdc++
 /tmp/egcs-971127/libstdc++/stl
 ..
 ../include
 /usr/local/include/g++
 /usr/local/include
 /usr/local/i586-pc-linux-gnulibc1/include
 /usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.19/include
 /usr/include
End of search list.
 ../cc1plus /tmp/cca26353.ii -quiet -dumpbase typename5.cc -pedantic-errors -ansi -version -o /tmp/cca26353.s
GNU C++ version egcs-2.90.19 971127 (gcc2-970802 experimental) (i586-pc-linux-gnulibc1) compiled by GNU C version egcs-2.90.19 971127 (gcc2-970802 experimental).
g++.old-deja/g++.pt/typename5.C:25: prototype for `void C<U>::Func(U)' does not match any in class `C<U>'
g++.old-deja/g++.pt/typename5.C:19: candidate is: void C<U>::Func(typename B<U>::A_Type)
g++.old-deja/g++.pt/typename5.C: In method `void C<U>::Func(U)':
g++.old-deja/g++.pt/typename5.C:25: template definition of non-template `void C<U>::Func(U)'



Regards, Max


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