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]

G++ test failure analysis



I picked through g++.log on the current trunk to harvest the compilation
errors.   Although I'll defer to the C++ dudes for the relative severity
of each, I think I'd consider the libstdc++ link errors to be the most
serious.   We've seen this reported many times on the list by users of
various non-GNU ld users when trying to use libstdc++.

Of course, anyone interested in additional details should contact me.

RJL

conpr-*.C   
	allegedly known failures.

g++-ext/attrib5.C
	collect2: ld returned 13 exit status
	compiler exited with status 1
	output is:
	undefined                       first referenced
	 symbol                             in file
	f                                   /usr/tmp/ccpL9S5c.o

profile1.C can't find gcrt.o for input.  (No regression)
g++.oliva/template3.C

        spawn /play/negcs/gcc/testsuite/../xgcc
        -B/play/negcs/gcc/testsuite/../ /play/eg
        cs/gcc/testsuite/g++.old-deja/g++.oliva/template3.C
        -ansi -pedantic-errors -I/pl ay/egcs/libio
        -I/play/negcs/i686-pc-sco3.2v5.0.5/coff/libio
        -I/play/egcs/libstdc ++ -I/play/egcs/libstdc++/stl -c -mcoff -o
        /play/negcs/gcc/testsuite/template3.o

        /play/egcs/gcc/testsuite/g++.old-deja/g++.oliva/template3.C:11:
	no matching func tion for call to `foo::template <class T> C<T> ()'

coff:static3.C
	compiler exited with status 1
	output is:
	undefined                       first referenced
	 symbol                             in file
	A<int>::arr                         /usr/tmp/ccZdLzla.o
	i386ld fatal: Symbol referencing errors. No output written to 

coff:static6.C
	FAIL: g++.pt/static6.C (test for excess errors)
	undefined                       first referenced
	 symbol                             in file
	A<int>::l                           /usr/tmp/cc4yq9jd.o


g++.pt/typename8.C
	FAIL: g++.pt/typename8.C (test for excess errors)
	/play/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename8.C:14: invalid 
		use of undefined type `class B'
	/play/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename8.C:11: `class 
		A<B>' has nomember named `t'


g++.mike/dyncast7.C (test for excess errors)

	/play/negcs/i686-pc-sco3.2v5.0.5/pic/libstdc++/libstdc++.a(cstrmain.o): 	fatal error: symbol `basic_string<char, string_char_traits<char>, 
	__default_alloc_template<false, 0> >::Rep::copy(unsigned int, char 
	const *, unsigned int)` multiply-defined, also in file 
	/usr/tmp/ccqWyPPb.o

g++.robertl/eb41.C (test for excess errors)
	/play/negcs/i686-pc-sco3.2v5.0.5/pic/libstdc++/libstdc++.a(cstrmain.o):
	fatal error: symbol `basic_string<char, string_char_traits<char>, 
	__default_alloc_template<false, 0> >::~basic_string(void)` 
	multiply-defined, also in file /usr/tmp/ccTRXkLa.o

g++.other/crash3.C (test for excess errors)
	(EOF):undefined name: .L_E131




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