6 GCC regressions, 0 new, with your patch on 2003-04-10T10:29:24Z.

GCC regression checker geoffk@apple.com
Thu Apr 10 15:24:00 GMT 2003


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 6
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
native g77.sum g77.f-torture/execute/980520-1.f
native gcc.sum gcc.c-torture/compile/990107-1.c,
native gcc.sum gcc.c-torture/compile/990203-1.c,
native gcc.sum gcc.c-torture/execute/20000412-3.c
native gcc.sum gcc.c-torture/execute/simd-2.c
native gcc.sum gcc.dg/warn-1.c

For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-04-10T05:49:53Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Wed Apr  9 22:50:16 2003
+++ gcc/gcc/ChangeLog	Thu Apr 10 03:30:04 2003
@@ -1,3 +1,32 @@
+2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
+
+	* c-common.h (lang_statement_code_p): Remove declaration.
+	(statement_code_p): Ditto.
+	(c_common_stmt_codes): Define; list of c-common statement codes.
+	(statement_code_p): New extern declaration.
+	(STATEMENT_CODE_P): Define.
+	(INIT_STATEMENT_CODES): Define.
+	* c-common.c (statement_code_p): Kill the function, declare
+	as an array of bools instead.
+	(lang_statement_code_p): Remove.
+	(walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
+	(c_safe_from_p): Ditto.
+	* c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
+	to initialize the statement_code_p array.
+	* tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
+	statement_code_p.
+	(copy_tree_r): Ditto.
+	* cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
+	statement tree codes.
+	* cp/lex.c (cxx_init): Add missing print line break.  Use
+	INIT_STATEMENT_CODES to initialize the statement_code_p array.
+	* cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
+	instead of statement_code_p.
+	* cp/pt.c (tsubst_expr): Ditto.
+	* cp/tree.c (verify_stmt_tree_r): Ditto.
+	(cp_statement_code_p): Remove.
+	(init_tree): Don't set lang_statement_code_p, it's gone.
+
 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
 	    Zack Weinberg  <zack@codesourcery.com>
 
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Wed Apr  9 22:50:22 2003
+++ gcc/libstdc++-v3/ChangeLog	Thu Apr 10 03:30:35 2003
@@ -1,3 +1,392 @@
+2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+	Reshuffle 27_io testsuite.  * testsuite/27_io/filebuf.cc,
+	filebuf_members-1.tst, filebuf_members-1.txt, filebuf_members.cc,
+	filebuf_virtuals-1.tst, filebuf_virtuals-1.txt,
+	filebuf_virtuals-2.tst, filebuf_virtuals-3.tst,
+	filebuf_virtuals.cc, fpos.cc, fstream.cc, fstream_members.cc,
+	ifstream.cc, ifstream_members-1.tst, ifstream_members-1.txt,
+	ifstream_members.cc, instantiations.cc, ios.cc,
+	ios_base_callbacks.cc, ios_base_members_static-1.tst,
+	ios_base_members_static.cc, ios_base_storage.cc,
+	ios_base_types.cc, ios_ctor.cc, ios_init.cc,
+	ios_manip_basefield.cc, ios_manip_fmtflags.cc, ios_members.cc,
+	iostream.cc, iostream_members.cc, istream.cc,
+	istream_exception.cc, istream_extractor_char.cc,
+	istream_extractor_other-1.tst, istream_extractor_other-1.txt,
+	istream_extractor_other-2.tst, istream_extractor_other.cc,
+	istream_manip.cc, istream_seeks-1.tst, istream_seeks-1.txt,
+	istream_seeks-2.tst, istream_seeks-3.tst, istream_seeks.cc,
+	istream_sentry.cc, istream_unformatted-1.tst,
+	istream_unformatted-1.txt, istream_unformatted.cc,
+	istringstream.cc, istringstream_members.cc,
+	narrow_stream_objects.cc, ofstream.cc, ofstream_members-1.tst,
+	ofstream_members.cc, ostream.cc, ostream_exception.cc,
+	ostream_fail.cc, ostream_inserter_arith.cc,
+	ostream_inserter_char-1.tst, ostream_inserter_char-1.txt,
+	ostream_inserter_char.cc, ostream_inserter_other-1.tst,
+	ostream_inserter_other-2.tst, ostream_inserter_other.cc,
+	ostream_manip.cc, ostream_seeks-1.tst, ostream_seeks.cc,
+	ostream_sentry.cc, ostream_unformatted.cc, ostringstream.cc,
+	ostringstream_members.cc, standard_manipulators.cc, streambuf.cc,
+	streambuf_members.cc, stringbuf.cc, stringbuf_members.cc,
+	stringbuf_virtuals.cc, stringstream.cc, stringstream_members.cc,
+	wide_stream_objects.cc, istream_extractor_arith/01.cc,
+	istream_extractor_arith/02.cc, istream_extractor_arith/03.cc,
+	istream_extractor_arith/06.cc, istream_extractor_arith/07.cc,
+	istream_extractor_arith/08.cc, istream_extractor_arith/09.cc,
+	istream_extractor_arith/10.cc, istream_extractor_arith/11.cc,
+	istream_extractor_arith/12.cc, istream_extractor_arith/13.cc:
+	Split into...
+	* 27_io/basic_filebuf/1.cc: New.
+	* 27_io/basic_filebuf/2.cc: New.
+	* 27_io/basic_filebuf/3.cc: New.
+	* 27_io/basic_filebuf/4.cc: New.
+	* 27_io/basic_filebuf/close/char/1.cc: New.
+	* 27_io/basic_filebuf/close/char/2.cc: New.
+	* 27_io/basic_filebuf/close/char/3.cc: New.
+	* 27_io/basic_filebuf/close/char/4879.cc: New.
+	* 27_io/basic_filebuf/close/char/9964.cc: New.
+	* 27_io/basic_filebuf/imbue/char/1.cc: New.
+	* 27_io/basic_filebuf/imbue/char/9322.cc: New.
+	* 27_io/basic_filebuf/in_avail/char/1.cc: New.
+	* 27_io/basic_filebuf/is_open/char/1.cc: New.
+	* 27_io/basic_filebuf/open/char/1.cc: New.
+	* 27_io/basic_filebuf/open/char/2.cc: New.
+	* 27_io/basic_filebuf/open/char/3.cc: New.
+	* 27_io/basic_filebuf/open/char/9507.cc: New.
+	* 27_io/basic_filebuf/overflow/char/1.cc: New.
+	* 27_io/basic_filebuf/overflow/char/3599.cc: New.
+	* 27_io/basic_filebuf/overflow/char/9169.cc: New.
+	* 27_io/basic_filebuf/overflow/char/9182-2.cc: New.
+	* 27_io/basic_filebuf/overflow/char/9988.cc: New.
+	* 27_io/basic_filebuf/sbumpc/char/1.cc: New.
+	* 27_io/basic_filebuf/sbumpc/char/9825.cc: New.
+	* 27_io/basic_filebuf/seekoff/char/1.cc: New.
+	* 27_io/basic_filebuf/seekoff/char/2.cc: New.
+	* 27_io/basic_filebuf/seekpos/char/1.cc: New.
+	* 27_io/basic_filebuf/seekpos/char/2.cc: New.
+	* 27_io/basic_filebuf/setbuf/char/1.cc: New.
+	* 27_io/basic_filebuf/setbuf/char/2.cc: New.
+	* 27_io/basic_filebuf/setbuf/char/3.cc: New.
+	* 27_io/basic_filebuf/sgetc/char/1.cc: New.
+	* 27_io/basic_filebuf/sgetn/char/1.cc: New.
+	* 27_io/basic_filebuf/sgetn/char/2.cc: New.
+	* 27_io/basic_filebuf/snextc/char/1.cc: New.
+	* 27_io/basic_filebuf/sputbackc/char/1.cc: New.
+	* 27_io/basic_filebuf/sputbackc/char/9425.cc: New.
+	* 27_io/basic_filebuf/sputc/char/1.cc: New.
+	* 27_io/basic_filebuf/sputc/char/1057.cc: New.
+	* 27_io/basic_filebuf/sputc/char/9701-2.cc: New.
+	* 27_io/basic_filebuf/sputn/char/1.cc: New.
+	* 27_io/basic_filebuf/sputn/char/1057.cc: New.
+	* 27_io/basic_filebuf/sputn/char/9701-1.cc: New.
+	* 27_io/basic_filebuf/sungetc/char/1.cc: New.
+	* 27_io/basic_filebuf/sync/char/1057.cc: New.
+	* 27_io/basic_filebuf/sync/char/9182-1.cc: New.
+	* 27_io/basic_filebuf/underflow/char/10097.cc: New.
+	* 27_io/basic_fstream/1.cc: New.
+	* 27_io/basic_fstream/2.cc: New.
+	* 27_io/basic_fstream/3.cc: New.
+	* 27_io/basic_fstream/4.cc: New.
+	* 27_io/basic_fstream/rdbuf/char/2832.cc: New.
+	* 27_io/basic_ifstream/1.cc: New.
+	* 27_io/basic_ifstream/2.cc: New.
+	* 27_io/basic_ifstream/3.cc: New.
+	* 27_io/basic_ifstream/4.cc: New.
+	* 27_io/basic_ifstream/cons/char/1.cc: New.
+	* 27_io/basic_ifstream/open/char/1.cc: New.
+	* 27_io/basic_ifstream/rdbuf/char/2832.cc: New.
+	* 27_io/basic_ios/1.cc: New.
+	* 27_io/basic_ios/2.cc: New.
+	* 27_io/basic_ios/3.cc: New.
+	* 27_io/basic_ios/4.cc: New.
+	* 27_io/basic_ios/clear/char/1.cc: New.
+	* 27_io/basic_ios/cons/char/1.cc: New.
+	* 27_io/basic_ios/cons/char/2.cc: New.
+	* 27_io/basic_ios/cons/char/3.cc: New.
+	* 27_io/basic_ios/copyfmt/char/1.cc: New.
+	* 27_io/basic_ios/copyfmt/char/2.cc: New.
+	* 27_io/basic_ios/exceptions/char/1.cc: New.
+	* 27_io/basic_ios/locales/char/1.cc: New.
+	* 27_io/basic_iostream/1.cc: New.
+	* 27_io/basic_iostream/2.cc: New.
+	* 27_io/basic_iostream/3.cc: New.
+	* 27_io/basic_iostream/4.cc: New.
+	* 27_io/basic_istream/1.cc: New.
+	* 27_io/basic_istream/2.cc: New.
+	* 27_io/basic_istream/3.cc: New.
+	* 27_io/basic_istream/4.cc: New.
+	* 27_io/basic_istream/exceptions/char/9561.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/01.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/02.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/03.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/06.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/07.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/08.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/09.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/10.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/11.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/12.cc: New.
+	* 27_io/basic_istream/extractors_arithmetic/char/13.cc: New.
+	* 27_io/basic_istream/extractors_character/char/1.cc: New.
+	* 27_io/basic_istream/extractors_character/char/2.cc: New.
+	* 27_io/basic_istream/extractors_character/char/3.cc: New.
+	* 27_io/basic_istream/extractors_character/char/9826.cc: New.
+	* 27_io/basic_istream/extractors_other/char/1.cc: New.
+	* 27_io/basic_istream/extractors_other/char/2.cc: New.
+	* 27_io/basic_istream/extractors_other/char/3.cc: New.
+	* 27_io/basic_istream/extractors_other/char/9318-in.cc: New.
+	* 27_io/basic_istream/extractors_other/char/9424-in.cc: New.
+	* 27_io/basic_istream/get/char/1.cc: New.
+	* 27_io/basic_istream/get/char/2.cc: New.
+	* 27_io/basic_istream/getline/char/1.cc: New.
+	* 27_io/basic_istream/getline/char/2.cc: New.
+	* 27_io/basic_istream/getline/char/3.cc: New.
+	* 27_io/basic_istream/ignore/char/1.cc: New.
+	* 27_io/basic_istream/ignore/char/6360.cc: New.
+	* 27_io/basic_istream/ignore/char/7220.cc: New.
+	* 27_io/basic_istream/peek/char/1.cc: New.
+	* 27_io/basic_istream/peek/char/6414.cc: New.
+	* 27_io/basic_istream/putback/char/1.cc: New.
+	* 27_io/basic_istream/read/char/1.cc: New.
+	* 27_io/basic_istream/read/char/2.cc: New.
+	* 27_io/basic_istream/read/char/3.cc: New.
+	* 27_io/basic_istream/readsome/char/6746-1.cc: New.
+	* 27_io/basic_istream/readsome/char/6746-2.cc: New.
+	* 27_io/basic_istream/readsome/char/8258.cc: New.
+	* 27_io/basic_istream/seekg/char/2346-fstream.cc: New.
+	* 27_io/basic_istream/seekg/char/2346-sstream.cc: New.
+	* 27_io/basic_istream/seekg/char/8348-1.cc: New.
+	* 27_io/basic_istream/seekg/char/8348-2.cc: New.
+	* 27_io/basic_istream/seekg/char/fstream.cc: New.
+	* 27_io/basic_istream/seekg/char/sstream.cc: New.
+	* 27_io/basic_istream/sentry/char/1.cc: New.
+	* 27_io/basic_istream/sentry/char/2.cc: New.
+	* 27_io/basic_istream/sentry/char/3.cc: New.
+	* 27_io/basic_istream/sentry/char/3983-fstream.cc: New.
+	* 27_io/basic_istream/sentry/char/3983-sstream.cc: New.
+	* 27_io/basic_istream/tellg/char/1.cc: New.
+	* 27_io/basic_istream/tellg/char/8348.cc: New.
+	* 27_io/basic_istream/tellg/char/fstream.cc: New.
+	* 27_io/basic_istream/tellg/char/sstream.cc: New.
+	* 27_io/basic_istream/ws/char/1.cc: New.
+	* 27_io/basic_istringstream/1.cc: New.
+	* 27_io/basic_istringstream/2.cc: New.
+	* 27_io/basic_istringstream/3.cc: New.
+	* 27_io/basic_istringstream/4.cc: New.
+	* 27_io/basic_istringstream/rdbuf/char/2832.cc: New.
+	* 27_io/basic_istringstream/str/char/1.cc: New.
+	* 27_io/basic_ofstream/1.cc: New.
+	* 27_io/basic_ofstream/2.cc: New.
+	* 27_io/basic_ofstream/3.cc: New.
+	* 27_io/basic_ofstream/4.cc: New.
+	* 27_io/basic_ofstream/cons/char/2.cc: New.
+	* 27_io/basic_ofstream/open/char/1.cc: New.
+	* 27_io/basic_ofstream/rdbuf/char/2832.cc: New.
+	* 27_io/basic_ostream/1.cc: New.
+	* 27_io/basic_ostream/2.cc: New.
+	* 27_io/basic_ostream/3.cc: New.
+	* 27_io/basic_ostream/4.cc: New.
+	* 27_io/basic_ostream/cons/char/9827.cc: New.
+	* 27_io/basic_ostream/endl/char/1.cc: New.
+	* 27_io/basic_ostream/ends/char/1.cc: New.
+	* 27_io/basic_ostream/ends/char/2.cc: New.
+	* 27_io/basic_ostream/exceptions/char/9561.cc: New.
+	* 27_io/basic_ostream/flush/char/1.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/1.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/2.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/3.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/4.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/4402.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/5.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/char/6.cc: New.
+	* 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/1.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/2.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/3.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/4.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/5.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/6.cc: New.
+	* 27_io/basic_ostream/inserters_character/char/8.cc: New.
+	* 27_io/basic_ostream/inserters_character/wchar_t/7.cc: New.
+	* 27_io/basic_ostream/inserters_character/wchar_t/8.cc: New.
+	* 27_io/basic_ostream/inserters_other/char/1.cc: New.
+	* 27_io/basic_ostream/inserters_other/char/2.cc: New.
+	* 27_io/basic_ostream/inserters_other/char/3.cc: New.
+	* 27_io/basic_ostream/inserters_other/char/4.cc: New.
+	* 27_io/basic_ostream/inserters_other/char/9318-out.cc: New.
+	* 27_io/basic_ostream/inserters_other/char/9424-out.cc: New.
+	* 27_io/basic_ostream/sentry/char/1.cc: New.
+	* 27_io/basic_ostream/sentry/char/2.cc: New.
+	* 27_io/basic_ostream/sentry/char/3983-fstream.cc: New.
+	* 27_io/basic_ostream/sentry/char/3983-sstream.cc: New.
+	* 27_io/basic_ostream/tellp/char/1.cc: New.
+	* 27_io/basic_ostream/tellp/char/2.cc: New.
+	* 27_io/basic_ostringstream/1.cc: New.
+	* 27_io/basic_ostringstream/2.cc: New.
+	* 27_io/basic_ostringstream/3.cc: New.
+	* 27_io/basic_ostringstream/4.cc: New.
+	* 27_io/basic_ostringstream/cons/char/3.cc: New.
+	* 27_io/basic_ostringstream/rdbuf/char/2832.cc: New.
+	* 27_io/basic_ostringstream/str/char/1.cc: New.
+	* 27_io/basic_ostringstream/str/char/2.cc: New.
+	* 27_io/basic_streambuf/1.cc: New.
+	* 27_io/basic_streambuf/2.cc: New.
+	* 27_io/basic_streambuf/3.cc: New.
+	* 27_io/basic_streambuf/cons/char/1.cc: New.
+	* 27_io/basic_streambuf/imbue/char/1.cc: New.
+	* 27_io/basic_streambuf/imbue/char/9322.cc: New.
+	* 27_io/basic_streambuf/overflow/char/1.cc: New.
+	* 27_io/basic_streambuf/overflow/char/2.cc: New.
+	* 27_io/basic_streambuf/overflow/char/3599.cc: New.
+	* 27_io/basic_streambuf/sgetc/char/1.cc: New.
+	* 27_io/basic_streambuf/sgetn/char/1.cc: New.
+	* 27_io/basic_streambuf/sputbackc/char/9538.cc: New.
+	* 27_io/basic_streambuf/sputc/char/1057.cc: New.
+	* 27_io/basic_streambuf/sputn/char/1.cc: New.
+	* 27_io/basic_streambuf/sputn/char/1057.cc: New.
+	* 27_io/basic_streambuf/sync/char/1057.cc: New.
+	* 27_io/basic_stringbuf/1.cc: New.
+	* 27_io/basic_stringbuf/2.cc: New.
+	* 27_io/basic_stringbuf/3.cc: New.
+	* 27_io/basic_stringbuf/4.cc: New.
+	* 27_io/basic_stringbuf/5.cc: New.
+	* 27_io/basic_stringbuf/imbue/char/1.cc: New.
+	* 27_io/basic_stringbuf/imbue/char/9322.cc: New.
+	* 27_io/basic_stringbuf/in_avail/char/1.cc: New.
+	* 27_io/basic_stringbuf/overflow/char/2.cc: New.
+	* 27_io/basic_stringbuf/overflow/char/3599.cc: New.
+	* 27_io/basic_stringbuf/overflow/char/9988.cc: New.
+	* 27_io/basic_stringbuf/sbumpc/char/1.cc: New.
+	* 27_io/basic_stringbuf/sbumpc/char/9825.cc: New.
+	* 27_io/basic_stringbuf/seekoff/char/1.cc: New.
+	* 27_io/basic_stringbuf/seekoff/char/2.cc: New.
+	* 27_io/basic_stringbuf/seekpos/char/1.cc: New.
+	* 27_io/basic_stringbuf/seekpos/char/2.cc: New.
+	* 27_io/basic_stringbuf/setbuf/char/1.cc: New.
+	* 27_io/basic_stringbuf/setbuf/char/2.cc: New.
+	* 27_io/basic_stringbuf/setbuf/char/3.cc: New.
+	* 27_io/basic_stringbuf/sgetc/char/1.cc: New.
+	* 27_io/basic_stringbuf/sgetn/char/1.cc: New.
+	* 27_io/basic_stringbuf/snextc/char/1.cc: New.
+	* 27_io/basic_stringbuf/sputbackc/char/1.cc: New.
+	* 27_io/basic_stringbuf/sputbackc/char/9425.cc: New.
+	* 27_io/basic_stringbuf/sputc/char/1.cc: New.
+	* 27_io/basic_stringbuf/sputc/char/1057.cc: New.
+	* 27_io/basic_stringbuf/sputc/char/9404-1.cc: New.
+	* 27_io/basic_stringbuf/sputn/char/1.cc: New.
+	* 27_io/basic_stringbuf/sputn/char/1057.cc: New.
+	* 27_io/basic_stringbuf/sputn/char/9404-2.cc: New.
+	* 27_io/basic_stringbuf/str/char/1.cc: New.
+	* 27_io/basic_stringbuf/str/char/2.cc: New.
+	* 27_io/basic_stringbuf/str/char/3.cc: New.
+	* 27_io/basic_stringbuf/str/char/3955.cc: New.
+	* 27_io/basic_stringbuf/sungetc/char/1.cc: New.
+	* 27_io/basic_stringbuf/sync/char/1057.cc: New.
+	* 27_io/basic_stringstream/1.cc: New.
+	* 27_io/basic_stringstream/2.cc: New.
+	* 27_io/basic_stringstream/3.cc: New.
+	* 27_io/basic_stringstream/4.cc: New.
+	* 27_io/basic_stringstream/rdbuf/char/2832.cc: New.
+	* 27_io/basic_stringstream/str/char/1.cc: New.
+	* 27_io/basic_stringstream/str/char/2.cc: New.
+	* 27_io/basic_stringstream/str/char/3.cc: New.
+	* 27_io/basic_stringstream/str/char/4.cc: New.
+	* 27_io/fpos/1.cc: New.
+	* 27_io/fpos/2.cc: New.
+	* 27_io/fpos/3.cc: New.
+	* 27_io/ios_base/callbacks/1.cc: New.
+	* 27_io/ios_base/state/1.cc: New.
+	* 27_io/ios_base/storage/1.cc: New.
+	* 27_io/ios_base/storage/2.cc: New.
+	* 27_io/ios_base/storage/3.cc: New.
+	* 27_io/ios_base/sync_with_stdio/1.cc: New.
+	* 27_io/ios_base/sync_with_stdio/2.cc: New.
+	* 27_io/manipulators/adjustfield/char/1.cc: New.
+	* 27_io/manipulators/adjustfield/char/2.cc: New.
+	* 27_io/manipulators/basefield/char/1.cc: New.
+	* 27_io/manipulators/standard/char/1.cc: New.
+	* 27_io/manipulators/standard/char/2.cc: New.
+	* 27_io/objects/char/1.cc: New.
+	* 27_io/objects/char/2.cc: New.
+	* 27_io/objects/char/2523-1_xin.cc: New.
+	* 27_io/objects/char/2523-1_xin.in: New.
+	* 27_io/objects/char/2523-2_xin.cc: New.
+	* 27_io/objects/char/2523-2_xin.in: New.
+	* 27_io/objects/char/3045.cc: New.
+	* 27_io/objects/char/3647.cc: New.
+	* 27_io/objects/char/3_xin.cc: New.
+	* 27_io/objects/char/3_xin.in: New.
+	* 27_io/objects/char/4_xin.cc: New.
+	* 27_io/objects/char/4_xin.in: New.
+	* 27_io/objects/char/5268.cc: New.
+	* 27_io/objects/char/5280_xin.cc: New.
+	* 27_io/objects/char/5280_xin.in: New.
+	* 27_io/objects/char/6548_xin.cc: New.
+	* 27_io/objects/char/6548_xin.in: New.
+	* 27_io/objects/char/6648-1_xin.cc: New.
+	* 27_io/objects/char/6648-1_xin.in: New.
+	* 27_io/objects/char/6648-2_xin.cc: New.
+	* 27_io/objects/char/6648-2_xin.in: New.
+	* 27_io/objects/char/7744_xin.cc: New.
+	* 27_io/objects/char/7744_xin.in: New.
+	* 27_io/objects/wchar_t/1.cc: New.
+	* 27_io/types/1.cc: New.
+	* 27_io/types/2.cc: New.
+	* data/filebuf_members-1.tst: New.
+	* data/filebuf_members-1.txt: New.
+	* data/filebuf_virtuals-1.tst: New.
+	* data/filebuf_virtuals-1.txt: New.
+	* data/filebuf_virtuals-2.tst: New.
+	* data/filebuf_virtuals-3.tst: New.
+	* data/ifstream_members-1.tst: New.
+	* data/ifstream_members-1.txt: New.
+	* data/ios_base_members_static-1.tst: New.
+	* data/istream_extractor_other-1.tst: New.
+	* data/istream_extractor_other-1.txt: New.
+	* data/istream_extractor_other-2.tst: New.
+	* data/istream_seeks-1.tst: New.
+	* data/istream_seeks-1.txt: New.
+	* data/istream_seeks-2.tst: New.
+	* data/istream_seeks-3.tst: New.
+	* data/istream_unformatted-1.tst: New.
+	* data/istream_unformatted-1.txt: New.
+	* data/ofstream_members-1.tst: New.
+	* data/ostream_inserter_char-1.tst: New.
+	* data/ostream_inserter_char-1.txt: New.
+	* data/ostream_inserter_other-1.tst: New.
+	* data/ostream_inserter_other-2.tst: New.
+	* data/ostream_seeks-1.tst: New.
+
+2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* include/bits/sstream.tcc (basic_stringbuf::seekpos): Remove
+	requirement that __mode must be strict input or output.
+
+	* include/std/std_streambuf.h (basic_streambuf::setp): Set
+	_M_out_lim.
+	
+	* include/std/std_sstream.h (basic_strinbuf::str): Zero length
+	output string shouldn't core.
+	(basic_stringbuf::_M_really_sync): Add base argument. Remove rturn
+	type.
+	* include/bits/sstream.tcc: Adjust _M_really_sync bits here.
+	
+	* include/bits/istream.tcc (basic_istream::putback): Set gcount to
+	zero.
+
+2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* testsuite/data: New directory.
+	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
+	to copy files from the testsuite data directory.	
+	(libstdc++-v3-list-sourcefiles): Add another test list filter, for
+	testfiles containing _xin, which now means this is an interactive
+	test and should be run with the interactive dejagnu hooks.
+	* testsuite/Makefile.am: Remove testsuite_* files.
+	* testsuite/Makefile.in: Regenerate.
+	
 2003-04-09  Zack Weinberg  <zack@codesourcery.com>
 
 	* docs/html/install.html: Document complete list of locales

ChangeLog entries between 2003-04-10T05:49:53Z and the last time everything
passed, on 2003-03-03T21:26:39Z:
--- /Users/regress/tbox/changelog_pass/gcc/ChangeLog	Mon Mar  3 13:26:59 2003
+++ gcc/ChangeLog	Tue Apr  8 16:38:52 2003
@@ -1,3 +1,70 @@
+2003-04-08  Joel Sherrill  <joel@oarcorp.com>
+
+	* MAINTAINERS: Add my email address.
+
+2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+ 	
+2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
+	* Makefile.in: Regenerate.
+
+2003-03-14  Michael Chastain  <mec@shout.net>
+
+	* Makefile.in: Regenerate with correct Makefile.def.
+
+2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
+	Make macro.
+	* Makefile.in: Regenerate.
+	* configure.in: Clean up gxx_include_dir logic.
+	* configure: Regenerate.
+
+2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2003-03-10  Ben Elliston  <bje@wasabisystems.com>
+
+	* MAINTAINERS: Update my mail address.
+
+2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* configure.in (gxx_include_dir): Fix typo.
+	* configure: Regenerated.
+
+2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Reindent.
+	* Makefile.in: Regenerate.
+	* configure.in: Reindent.  Don't set unused variables.
+	* configure: Regenerate.
+
+2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
+
+	* configure.in: Include $(build_tooldir)/sys-include in
+	FLAGS_FOR_TARGET.
+	* configure: Regenerated.
+
+2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Always pass down RANLIB.
+	* Makefile.in: Regenerate.
+
+	* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
+	* Makefile.in: Regenerate.
+	* configure.in: Remove unused logic relating to --enable-shared
+	and --enable-threads.  Remove bogus comments.  Remove redundant
+	noconfigdirs.
+	* configure: Regenerate.
+
+	* configure.in: Replace ${libstdcxx_version} by its value.
+	Remove reference to mh-dgux.
+	* configure: Regenerate.
+
 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
 
 	* MAINTAINERS (Write After Approval): Add myself.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Mon Mar  3 13:27:03 2003
+++ gcc/gcc/ChangeLog	Wed Apr  9 22:50:16 2003
@@ -1,21217 +1,10532 @@
-Mon Mar  3 20:45:25 2003  J"orn Rennecke <joern.rennecke@superh.com>
+2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+	    Zack Weinberg  <zack@codesourcery.com>
 
-	* config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
-	subtarget_asm_isa_spec.
-	(SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
-	(ASM_SPEC): Define as SH_ASM_SPEC.
-	(SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
-	Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
-	* config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
-	(SUBTARGET_ASM_ISA_SPEC): Undef / define.
+	* regrename.c (struct du_chain): Use a bitfield for reg_class.
+	* cse.c (struct qty_table_elem, struct table_elt, struct set):
+	Use bitfields for fields holding enum rtx_code or
+	enum machine_mode values.  Add comments explaining size choices.
 
-	* sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
-	and align_jumps if not set.
-	Force align_jumps to be at least 2.
-	When relaxing, force align_functions to be at least the maximum of
-	align_loops, align_jumps and 4.
-	* sh.c (find_barrier, barrier_align): Honour align_jumps_log.
-	(sh_loop_align): Honour align_loops_log.
+2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
 
-	* sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
-	to check for indirect_jump_scratch.
-	(indirect_jump_scratch): Add second set.
-	* sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
-	when looking for indirect_jump_scratch.
-	Extract scratch register taking new structure of indirect_jump_scratch
-	into account.
-	(gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
+	* config/fp-bit.c (unpack_d): Handle pair of doubles with
+	different signs correctly.
 
-Mon Mar  3 19:07:21 CET 2003  Jan Hubicka  <jh@suse.cz>
+2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
 
-	* calls.c (rtx_for_function_call): Take the address as an argument
-	(expand_call): Do not modify the expression.
+	* sched-deps.c (reg_pending_barrier_mode): New enumeration.
+	(reg_pending_barrier): Make it of the enumeration type.
+	(sched_analyze_2): Define the barrier as MOVE_BARRIER or
+	TRUE_BARRIER.
+	(sched_analyze): Ditto.
+	(sched_analyze_insn): Ditto.  Use anti-dependencies for
+	MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
+	(init_deps_global): Initialize the barrier as NO_BARRIER.
 
-	* toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
-	optimizing.
+2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
+	Check that asm insn starts on a new cycle.  Add nops after asm
+	insn to end bundle.
+	(bundling): Move insn type evaluation from the loop.  Call
+	issue_nops_and_insn with the new parameter.  Ignore changing
+	position for nops after asm insn.
 
-	* config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
-	TARGET_H8300H and TARGET_H8300S.
+2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* optabs.c: Comment that gen_add2_insn and others may actually
+	return emitted insns, if the gen functions turn out to return
+	emitted insns.
+	* reload1.c (reload_cse_move2add): Cope with emitted insns from
+	gen_add2_insn.
 
-	* config/h8300/h8300.md (a peephole2): New.
+2003-04-09  Richard Henderson  <rth@redhat.com>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* config/ia64/ia64.c (move_operand): Allow symbolic_operand,
+	but not tls_symbolic_operand.
+	(ia64_expand_load_address): Remove scratch operand.
+	(ia64_expand_tls_address): Split out from ia64_expand_move.
+	(ia64_expand_move): Split symbolics only after reload.
+	(ia64_emit_cond_move): New.
+	* config/ia64/ia64-protos.h: Update.
+	* config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
+	(symbolic splitter): Accept SImode operands too.
+	(cmove splitter): Use ia64_emit_cond_move.
 
-	* config/h8300/h8300.md (*extzv_8_8): Use shorter code when
-	operands[0] and operands[1] are different.
+2003-04-09  Nick Clifton  <nickc@redhat.com>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* doc/install.texi: Note that ARM toolchains need binutils 2.13 or
+	newer.
+	* config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
+	instead of -mno-fpu.
+	* config/arm/semi.h (ASM_SPEC): Likewise.
+	* config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
+	but only if -msoft-float is specified pass.  Otherwise pass
+	-mfpu=softvfp.
 
-	* reload1.c (reload_cse_move2add): Remove variable success.
+2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
-2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+	* function.c (purge_addressof): Use free_INSN_LIST_node instead of
+	free_EXPR_LIST_node.
 
-	* ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
-	warnings.
+2003-04-08  Roger Sayle  <roger@eyesopen.com>
 
-2003-03-02  Richard Henderson  <rth@redhat.com>
+	* fold-const.c (fold):  Use "fold" following build in more places.
+	Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
+	pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
 
-	* configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
-	* config.in, configure: Rebuild.
-	* config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
-	* config/ia64/ia64.md (load_symptr): Use high/lo_sum for the 
-	paired ldtoffx and ldxmov annotations.
-	(load_symptr_internal1): Remove.
-	(load_symptr_high, load_symptr_low): New.
+2003-04-08  Roger Sayle  <roger@eyesopen.com>
 
-2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
+	* builtins.c (fold_builtin):  Constant fold expressions as x*0.5
+	instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
+	log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
+	pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
+	Delete function scope "fcode" variable to avoid shadowing.
 
-	* c-incpath.c (add_path): Fix sysp assignment.
+2003-04-08  Kevin Buettner  <kevinb@redhat.com>
 
-2003-03-02  Kurt Garloff  <garloff@suse.de>
+	* dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
+	Take into account DWARF_INITIAL_LENGTH_SIZE.
 
-	* params.def: Introduce parameter max-inline-insns-rtl for
-	a separate limit for the RTL inliner.
-	* params.h: Likewise.
-	* integrate.c (function_cannot_inline_p): Use it.
-	* toplev.c (decode_f_option): Set multiple parameters 
-	controlling inlining with -finline-limit.
-	* params.def: Fix orthographic and typographic errors.
-	* doc/invoke.texi: Document parameters controlling inlining
-	and the way -finline-limit sets multiple of them.
+2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
 
-	* tree.h (struct tree_decl): Introduce inlined_function_flag,
-	recording whether the function became eligible for inlining
-	by a compiler flag rather than the declaration.
-	Provide DID_INLINE_FUNC macro to access it.
-	* c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
-	* cp/decl.c (grokfndecl): Likewise.
-	* toplev.c (rest_of_compilation): Likewise.
-	* cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
-	* print-tree.c (print_node): Report it.
-	* params.def: Introduce new max-inline-insns-auto limit.
-	* params.h: Likewise.
-	* tree-inline.c (inlinable_function_p): Apply it to functions
-	with DID_INLINE_FUNC set.
-	* toplev.c (decode_f_option): Initialize it from -finline-limit
-	value.
-	* doc/invoke.texi: Document new parameter.
+	* reorg.c (fill_slots_from_thread): When considering changing the
+	insn following a reg-to-reg copy insn to use the source reg of the
+	copy, bail out if there's overlap between the registers.
 
-2003-03-02  Geoffrey Keating  <geoffk@apple.com>
+2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
-	* fix-header.c (read_scan_file): Don't reference simplify_path.
+	* function.c (postponed_insns): New.
+	(purge_addressof_1): Postpone processing of insns if addressofs
+	are not put into stack.
+	(purge_addressof): Process postponed insns.	
 
-2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
 
-	* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
-	min/max instructions by default as may result in reload errors.
+	* sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
+	this is FP_MODE_DOUBLE .
+	* sh.c (ra.h): #include.
+	(push_regs): Add second parameter.  Changed all callers.
+	If necessary, set fpscr before saving floating point registers.
+	(calc_live_regs): If interrupt handler and TARGET_FMOVD, always
+	do saves / restores with SZ == 1.
+	(sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
+	(sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
+	registers are being restored, restore FPSCR only after restoring them.
 
-2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
 
-	* config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
-	avoid reload problems; define split for it.
+	* config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
+	regardless of architecture.
+	(spe_init_builtins): Change V2SI and V2SF types to opaque types.
 
-2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
 
-	* config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
-	* config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
-	* config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
-	* config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for 
-	rotatert and rotate.
-	("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
-	("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
-	("*rotrhi3_addr"): New split for shift insns on address register.
-	("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
-	* config/m68hc11/larith.asm (___rotlhi3): New asm function.
-	(___rotrhi3): Likewise.
-	* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
+	* sh.c (push_regs, calc_live_regs): Return int.  Take single
+	HARD_REG_SET * parameter.  Changed all callers.
 
-2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
+Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
-	* toplev.c (aux_base_name): Moved from toplev.h.
-	(filename): Constify.
-	(lang_dependent_init): Don't duplicate name.
-	(process_options): Set aux_base_name here, not...
-	(do_compile): ...here.  Change protoype.
-	(toplev_main): Move some code from do_compile.
-	* toplev.h: Remove aux_base_name.
+	* i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
+	GOTOFF operand.
+	(legitimize_pic_address): Move plus outside the unspec.
+	* i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
+	for validity.
 
-2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
 
-	* config/h8300/h8300-protos.h: Add a prototype for
-	iorxor_operator.
-	* config/h8300/h8300.c (print_operand): Handle 'c'.
-	(iorxor_operator): New.
-	* config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
-	* config/h8300/h8300.md (*iorhi3_zext): Remove.
-	(*iorsi3_zexthi): Likewise.
-	(*iorsi3_zextsi): Likewise.
-	(*xorhi3_zextqi): Likewise.
-	(*xorsi3_zexthi): Likewise.
-	(*xorsi3_zextsi): Likewise.
-	(*ixorhi3_zext): New.
-	(*ixorsi3_zext_qi): Likewise.
-	(*ixorsi3_zext_hi): Likewise.
+	* gcov-io.h (gcov_save_position): Remove __inline__ from
+	declaration.
 
-2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
+2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
 
-	* c-incpath.c (remove_component_p, simplify_path): Move back to
-	cppfiles.c.
-	(remove_duplicates): Use cpp_simplify_path.
-	* c-incpath.h (simplify_path): Remove.
-	* c-lex.c: Don't include c-incpath.h.
-	(init_c_lex): Remove simplify_path.
-	* cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
-	(find_or_create_entry, validate_pch): Revert.
+	* doc/install.texi: Use @command and @samp for single- and
+	multi-word commands respectively.
+	* doc/makefile.texi: Likewise.
+	* doc/sourcebuild.texi: Likewise.
 
-2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
+2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
+	    Richard Henderson  <rth@redhat.com>
 
-	* gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
-	  an external cpp during compilation.
-	(option_map): Likewise.
-	* objc/lang-specs.h (default_compilers): Similarly.
-	* doc/invoke.texi: Document -no-integrated-cpp flag.
+	PR c/9516
+	* expr.c (safe_from_p): Rearrange to avoid deep recursion in
+	favour of looping and tail recursion for TREE_LIST and binops.
 
-2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
-	* config/h8300/h8300.md (zero_extendqisi2): Change to an
-	expander.
-	(*zero_extendqisi2_h8300): New.
-	(*zero_extendqisi2_h8300hs): New.
-	(two splitters): New.
+	* loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
+	for insns without luid.
 
-2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+2003-04-07  Glen Nakamura  <glen@imodulo.com>
 
-	* fp-bit.h (float_to_usi): Fix condition wrapping prototype.
+	PR opt/8634
+	* explow.c (maybe_set_unchanging): Don't flag non-static const
+	aggregate type initializers with RTX_UNCHANGING_P.
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+2003-04-07  Richard Henderson  <rth@redhat.com>
 
-	* config/h8300/h8300.md (a peephole2): Remove dead code.
+	PR opt/8634
+	* function.c (purge_addressof_1): Don't try arithmetics for
+	unchanging memories.
 
-2003-03-01  Roger Sayle  <roger@eyesopen.com>
+2003-04-07  Janis Johnson  <janis187@us.ibm.com>
 
-	PR c++/9367
-	* builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
-	(BT_FN_INT_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_STRING_CONST_STRING_VAR,
-	BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
-	BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
-	* builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
-	ATTR_NONNULL_3): Also include the nothrow attribute.
-	(sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
-	vsnprintf, vscanf, vsscanf): Don't define attributes here.
-	* builtins.def (putchar, puts): Make full C89 built-ins.
-	(snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
-	vsscanf, vsnprintf, vsprintf): New built-ins.
-	* c-common.c (c_common_nodes_and_builtins): Handle new macro
-	DEF_FUNCTION_TYPE_VAR_3.
+	* doc/sourcebuild.texi (Test Suites): Document testing support for
+	gcov and profile-directed optimizations; describe gcc.misc-tests.
 
-	* doc/extend.texi: Document these new built-in functions.
+Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+	PR target/10077
+	* i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
 
-	* config/h8300/h8300.md (a peephole2): New.
+2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
-2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
+	* doc/rtl.texi (Comparison operations): Update to
+	record the allowed comparison modes.
 
-	* predict.c (estimate_bb_frequencies): Correctly set
-	real_values_initialized after initialization.
+2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
 
-2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
+	* config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
+	V2SI_type_node to opaque_V2SI_type_node.  Rename all
+	V2SF_type_node to opaque_V2SF_type_node.
+	(rs6000_init_builtins): Define opaque_V2SI_type_node and
+	opaque_V2SF_type_node.
+	(is_ev64_opaque_type): The types opaque_V2SI_type_node and
+	opaque_V2SF_type_node are opaque types.
 
-	* Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
-	cppinit.o, cppdefault.o, fix-header): Update.
-	* c-incpath.c: New file.
-	* c-incpath.h: New file.
-	* c-lex.c: Include c-incpath.h.
-	(init_c_lex): Register path simplifier.
-	* c-opts.c: Include cppdefault.h and c-incpath.h.
-	(TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
-	std_cxx_inc, quote_chain_split, add_prefixed_path): New.
-	(COMMAND_LINE_OPTIONS): Add more options from cpplib.
-	(missing_arg, c_common_decode_option): Handle them.
-	(c_common_post_options): Register include chains.
-	(print_help): Update.
-	* cppdefault.h (struct default include): Update.
-	Move some macros to ...
-	* cppdefault.c: ... here.
-	(cpp_include_defaults): Add extra field add_sysroot.
-	* cppfiles.c (include_file, search_from, find_or_create_entry,
-	cpp_included, find_include_file, remap_filename): Update for
-	renaming of search_path to cpp_path, and of the chain headers.
-	(remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
-	* cpphash.h (struct search_path): Move to cpplib.h.
-	(struct cpp_buffer, struct cpp_reader): Update.
-	(_cpp_simplify_pathname): Remove.
-	* cppinit.c: Don't include prefix.h and cppdefault.h.
-	(INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
-	remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
-	init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
-	no_pth, cpp_handle_options): Remove.
-	(struct pending_option): Remove chain members.
-	(cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
-	cpp_handle_option): Update.
-	* cpplib.h (struct cpp_path, cpp_set_include_chains): New.
-	(struct cpp_options): Remove quote_include, bracket_include,
-	include_prefix, include_prefix_len, verbose, ignore_srcdir,
-	no_standard_includes, no_standard_cplusplus_includes.
-	(struct cpp_callbacks): Add simplify_path.
-	(cpp_handle_options): Remove.
-	* fix-header.c: Include c-incpath.h.
-	(read_scan_file): Update to use c-incpath functionality.
-	* doc/passes.texi: Update.
+2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+	* gcse.c (replace_store_insn): Use single_set.
 
-	* config/h8300/h8300.c (bit_operand): Accept MEM only if it
-	satisfies EXTRA_CONSTRAINT 'U'.
+2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+	Change gcov file interface to single file at a time.
+	* gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
+	Convert to C89 prototypes.
+	(gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
+	gcov_error, gcov_modified): New static variables.
+	(gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
+	functions.
+	(gcov_write_unsigned, gcov_write_counter, gcov_write_string,
+	gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
+	(gcov_read_summary, gcov_write_summary): Adjust.
+	(gcov_save_position, gcov_reserve_length, gcov_write_length):
+	Adjust.
+	(gcov_resync, gcov_skip, gcov_skip_string): Adjust.
+	(da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
+	(da_file_position, da_file_seek, da_file_write, da_file_read):
+	Remove.
+	(gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
+	* gcov.c (gcov_type): Don't typedef here.
+	(IN_GCOV): #define
+	(read_graph_file, read_count_file): Adjust.
+	* gcov-dump.c (gcov_type): Don't typedef here.
+	(IN_GCOV): #define.
+	(tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
+	Remove FILE parameter, adjust.
+	(struct tag_format): Adjust proc member.
+	(dump_file): Adjust.
+	* libgcov.c (IN_LIBGCOV): #define.
+	(gcov_exit): Adjust.
+	* loop-init.c: Don't #include gcov-io.h
+	* profile.c (struct counts_entry): New structure to hold counter
+	values.
+	(struct section_reference, struct da_index_entry): Remove.
+	(bbg_file, da_file): Remove.
+	(htab_counts_index_hash, htab_counts_index_eq,
+	htab_counts_index_del): Replace with ...
+	(htab_counts_entry_hash, htab_counts_entry_eq,
+	htab_counts_entry_del): ... these.
+	(cleanup_counts_index, index_counts_file): Remove.
+	(read_counts_file): New function.
+	(get_exec_counts): Adjust.
+	(compute_branch_probabilities): Don't free the exec counts here.
+	(branch_prob): Adjust.
+	(init_branch_prob): Adjust.
+	(end_branch_prob): Adjust.
 
-	* config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
-	register.
-	(*tst_extzv_memqi_1_n): Change to a splitter.
-	(a peephole2): Update.
+2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
 
-2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
+	* doc/invoke.texi (RS/6000 and PowerPC Options): Document
+	-mfloat-gprs.
 
-	* predict.c (estimate_bb_frequencies): Initialize the sreal
-	constants once per compilation.
+	* config/rs6000/rs6000.c: Delete rs6000_fprs.
+	Declare rs6000_float_gprs.
+	Declare rs6000_float_gprs_string.
+	(rs6000_parse_float_gprs_option): New.
+	(rs6000_override_options): Genericize rs6000_parse_* calls to use
+	rs6000_parse_yes_no_option.
+	Change check for cpu=8540, to use TARGET_E500.
+	(rs6000_parse_isel_option): Delete.
+	(rs6000_parse_spe_option): Delete.
+	(rs6000_parse_vrsave_option): Delete.
 
-2003-02-28  Richard Henderson  <rth@redhat.com>
+	* config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
+	Define rs6000_float_gprs_string.
**** TRUNCATED ****
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list