This is the mail archive of the gcc-bugs@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]

C++ bugs exposed by enable-checking, current CVS



This is from running the testsuite with enable-checking on.  A lot of
them look to be related to error recovery: the parser gave up on
something but the higher layers aren't prepared to cope with
incomplete trees.

test case		 failure at		expect		have

g++.law/cvt21.C:33	 cp/call.c:565		expression	var_decl
g++.law/cvt5.C:25	 cp/call.c:565		expression	var_decl
g++.ns/crash2.C:12	 cp/class.c:4667	type		namespace_decl
g++.ns/ns17.C:10	 cp/class.c:4667	type		namespace_decl
g++.oliva/template3.C:11 cp/search.c:1593	identifier_node	template_decl
g++.oliva/template7.C:13 cp/typeck2.c:1456	type		template_decl
g++.other/lookup5.C:10	 cp/search.c:1593	identifier_node	template_decl
g++.pt/crash1.C:9	 parse.y:2359		type		identifier_node

g++.ns/template6.C:23	 cp/pt.c:9298		tree_list	error_mark
g++.oliva/template1.C:11 cp/method.c:1739	type		error_mark
g++.oliva/template8.C:13 cp/search.c:1593	identifier_node	error_mark
g++.pt/crash43.C:10	 cp/semantics.c:1524	type		error_mark
g++.pt/typename8.C:10	 cp/method.c:1739	type		error_mark

zw


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