This is the mail archive of the gcc-patches@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: [v3] -pedantic-errors vs. extern template



> 2002-02-18  Jason Merrill  <jason@redhat.com>
> 
> 	* pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
> 	(do_decl_instantiation): Likewise.

Great! Thanks.

With this I've got:

FAIL: g++.brendan/parse3.C caused compiler crash
FAIL: g++.other/crash26.C caused compiler crash
FAIL: g++.other/crash28.C caused compiler crash
FAIL: g++.other/crash35.C caused compiler crash

		=== g++ Summary ===

# of expected passes		6898
# of unexpected failures	4
# of unexpected successes	1
# of expected failures		89
# of untested testcases		9

which is much better.

-benjamin


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