11 GCC HEAD regressions, 0 new, with your patch on 2004-08-26T18:11:35Z.

GCC regression checker geoffk@apple.com
Fri Aug 27 11:28:00 GMT 2004


With your recent patch, GCC HEAD has some regression test failures, 
which used to pass.  There are 0 new failures, and 11
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 g++.sum g++.dg/gcov/gcov-1.C
native gcc.sum gcc.c-torture/compile/20021108-1.c
native gcc.sum gcc.c-torture/compile/labels-1.c
native gcc.sum gcc.c-torture/compile/labels-2.c
native gcc.sum gcc.c-torture/execute/931004-12.c
native gcc.sum gcc.c-torture/execute/va-arg-22.c
native gcc.sum gcc.dg/c90-const-expr-3.c
native gcc.sum gcc.dg/c99-const-expr-3.c
native gcc.sum gcc.misc-tests/gcov-4.c
native objc.sum objc.dg/const-str-3.m
native objc.sum objc.dg/const-str-4.m

For more information, see http://gcc.gnu.org/regtest/.

-------------- next part --------------
ChangeLog entries since last run on 2004-08-26T01:00:03Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Wed Aug 25 18:00:54 2004
+++ gcc/gcc/ChangeLog	Thu Aug 26 11:12:41 2004
@@ -1,8 +1,125 @@
+2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
+
+	* config/rs6000/rs6000.h (HARD_REGNO_CALL_PART_CLOBBERED): Added 
+	TFmode as additional register mode cloberred by call.
+
+2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
+
+	* config/rs6000/rs6000.c (rs6000_libcall_value): Generate
+	parallel pattern for library call returning DImode in
+	mixed mode.
+
+2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
+
+	* config/rs6000/rs6000.c (function_arg): Generate parallel
+	pattern for more split args.
+
+2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
+
+	* config/rs6000/rs6000.c (rs6000_split_multireg_move): Call
+	either gen_movdi_di_update or gen_movdi_si_update depending on
+	target mode.
+	* config/rs6000/rs6000.md (movdi_update): Changed to movdi_<mode>_update,
+	to generate two versions.
+ 
+2004-08-26  Daniel Berlin  <dberlin@dberlin.org>
+
+	* Makefile.in (lambda-code.o): New.
+	(lambda-trans.o): Ditto.
+	(TREE_DATA_REF_H): Ditto.
+	(LAMBDA_H): Ditto.
+	(lambda-mat.o): Use LAMBDA_H.
+	(tree-data-ref.o): Ditto.
+	* lambda-code.c: New file.  Lambda code generation algorithm.
+	* lambda-trans.c: Ditto. Lambda transformation matrix support.
+	* lambda.h: Add lambda loop structures.
+	Add lambda loopnest structures.
+	Add lambda body vector structure.
+	Add lambda linear expression structures.
+	Add prototypes for functions in new files.
+	* lambda-mat.c: Include tree.h
+
+2004-08-26  Daniel Berlin <dberlin@dberlin.org>
+	    Sebastian Pop  <pop@cri.ensmp.fr>	
+	
+	* tree-data-ref.h: Include lambda.h	
+	(free_dependence_relation): Declared here.
+	(free_dependence_relations): Ditto.	
+	(free_data_refs): Ditto.
+	* tree-data-ref.c (free_dependence_relation): New function.
+	(free_dependence_relations): Ditto.
+	(free_data_refs): Ditot.
+	(analyze_all_data_dependences): Free datarefs and dependence_relations.
+	(build_classic_dist_vector): Store in the dependence_relations the
+	information. Each arc in the dependence_relations graph is labelled
+	with the distance and direction vectors.
+	(build_classic_dir_vector): Ditto.
+	(compute_rw_wr_ww_dependences): Renamed again compute_all_dependences.
+	Now computes again the whole dependence graph including read-read
+	relations.
+	(compute_data_dependences_for_loop): Now dependence_relations contains
+	all the data, and thus it doesn't need to initialize the classic_dir
+	and classic_dist vectors.
+	(analyze_all_data_dependences): Adjusted for using the new interface of
+	compute_data_dependences_for_loop.  Remove the statistics dump.
+	
+2004-08-26  Bob Wilson  <bob.wilson@acm.org>
+
+	* config/xtensa/xtensa.c (xtensa_ld_opcodes, xtensa_st_opcodes): Delete.
+	(xtensa_expand_block_move): Update comment.
+	(override_options): Remove initialization of xtensa_{ld,st}_opcodes.
+
+2004-08026  Richard Earnshaw  <rearnsha@arm.com>
+
+	PR target/13506
+	* toplev.c (crash_signal): If we crashed while emitting
+	a user asm, then die more gracefully.
+
+2004-08-26  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+	PR target/17119.
+	* config/m32r.c (gen_compare): Use reg_or_int16_operand when
+	checking for a valid constant, regardless of sign.
+
+2004-08-25  Richard Henderson  <rth@redhat.com>
+
+        PR target/16974
+        * config/alpha/alpha.md (adddi_fp_hack): Don't rely on splitting
+        if the constant satisfies add_operand.
+
+2004-08-25  Richard Henderson  <rth@redhat.com>
+ 
+        PR debug/10695
+        * config/alpha/alpha.c (emit_frame_store_1, emit_frame_store): New.
+        (alpha_expand_prologue): Handle >32-bit frames.  Generate proper
+        unwind info for >16-bit frames.
+
+2004-08-25  Richard B. Kreckel  <richard.kreckel@framatome-anp.com>
+
+	PR target/17171
+	* config/i386/gas.h (ASM_COMMENT_START): Define to "#".
+
+2004-08-25  Richard Henderson  <rth@redhat.com>
+
+        * config/alpha/alpha.c (alpha_cannot_force_const_mem): New.
+        (TARGET_CANNOT_FORCE_CONST_MEM): New.
+
+2004-08-25  Andrew MacLeod  <amacleod@redhat.com>
+
+	* doc/tree-ssa.texi: Document new operand iterator.
+
+2004-08-26  Alan Modra  <amodra@bigpond.net.au>
+
+	PR target/16480
+	* config/rs6000/rs6000.c (rs6000_split_multireg_move): Don't abort
+	on "(mem (symbol_ref ..))" rtl.  Look at LO_SUM base regs as well
+	as PLUS base regs.
+
 2005-08-28  Paul Brook  <paul@codesourcery.com>
 
 	* config/arm/symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to
 	-mfpu=vfp -march=armv5t
-	* config/arm/t-symbian: Change multilib to mfloat-aby=softfp.
+	* config/arm/t-symbian: Change multilib to mfloat-abi=softfp.
 
 2004-08-25  Richard Henderson  <rth@redhat.com>
 
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Wed Aug 25 18:01:13 2004
+++ gcc/gcc/cp/ChangeLog	Thu Aug 26 11:12:59 2004
@@ -1,3 +1,10 @@
+2004-08-26  Richard Henderson  <rth@redhat.com>
+
+	* cp-tree.h (DECL_FIELD_IS_BASE): New.
+	* class.c (build_base_field): Set it.
+	(build_simple_base_path): Use it.
+	(fixed_type_or_null): Don't consider base fields definitive.
+
 2004-08-25  Roger Sayle  <roger@eyesopen.com>
 
 	PR middle-end/16693
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Wed Aug 25 18:01:22 2004
+++ gcc/gcc/testsuite/ChangeLog	Thu Aug 26 11:13:12 2004
@@ -1,3 +1,20 @@
+2004-08-26  Nick Clifton  <nickc@redhat.com>
+
+	* gcc.c-torture/compile/pr17119.c: New test.
+
+2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
+
+2004-08-25  Richard Henderson  <rth@redhat.com>
+
+	* gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
+	the bits that expect kind=8 to be the largest real kind.
+
+2004-08-25  Ziemowit Laski  <zlaski@apple.com>
+
+	* objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
+
 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
 
 	* gfortran.dg/assignment_1.f90: New test.
@@ -7777,7 +7794,752 @@
 	* gcc.dg/compat/struct-align-2.h: New file.
 	* gcc.dg/compat/struct-align-2_main.c: New file.
 	* gcc.dg/compat/struct-align-2_x.c: New file.
-	* gcc.dg/co
+	* gcc.dg/compat/struct-align-2_y.c: New file.
+
+	* gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
+	* gcc.dg/compat/scalar-by-value-1_x.c: Use it.
+	* gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-1_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-2_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-3_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-4_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-10_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-11_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-12_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-13_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-14_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-15_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-16_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-17_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-18_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-2_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-3_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-4_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-5_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-6_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-7_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-8_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-9_x.c: Ditto.
+	* gcc.dg/compat/struct-return-10_x.c: Ditto.
+	* gcc.dg/compat/struct-return-2_x.c: Ditto.
+	* gcc.dg/compat/struct-return-3_x.c: Ditto.
+
+2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* gcc.dg/i386-call-1.c: New test.
+
+2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/9162
+	* g++.dg/parse/defarg4.C: New.
+
+2003-07-03  Roger Sayle  <roger@eyesopen.com>
+
+	PR target/10700
+	* gcc.c-torture/compile/20030703-1.c: New test case.
+
+2003-07-03  Mark Mitchell  <mark@codesourcery.com>
+
+	* g++.dg/template/local3.C: Remove extra semicolon.
+
+2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* gcc.dg/i386-volatile-1.c: New test.
+
+2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/11072
+	* g++.dg/other/offsetof2.C: XFAIL.
+	* g++.dg/other/offsetof5.C: New.
+
+	PR c++/10219
+	* g++.dg/template/error1.C: New.
+
+	PR c++/9779
+	* g++.dg/template/dependent-expr1.C: New.
+
+2003-07-01  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/6949
+	* g++.dg/template/local3.C: New test.
+
+	PR c++/11149
+	* g++.dg/lookup/scoped6.C: New test.
+
+2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
+
+	PR c++/8046
+	* g++.dg/other/error7.C: New test.
+
+2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
+	* g++.old-deja/g++.abi/vtable3.h: Likewise.
+	* g++.old-deja/g++.law/code-gen5.C: Likewise.
+	* g++.old-deja/g++.other/union2.C: Likewise.
+	* gcc.dg/c90-const-expr-2.c: Likewise.
+	* gcc.dg/c90-const-expr-3.c: Likewise.
+	* gcc.dg/c99-const-expr-2.c: Likewise.
+	* gcc.dg/c99-const-expr-3.c: Likewise.
+	* gcc.dg/concat.c: Likewise.
+
+2003-07-01  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/9559
+	* g++.dg/init/static1.C: New test.
+
+2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+	* g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
+	* g++.old-deja/g++.other/access2.C: Likewise.
+	* g++.old-deja/g++.other/decl2.C: Likewise.
+	* gcc.c-torture/execute/20020615-1.c: Likewise.
+
+2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
+
+	PR c++/4933
+	* g++.dg/template/sizeof4.C: New test.
+
+2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
+
+	* g++.dg/other/error6.C: New test.
+
+2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
+
+	PR c++/10750
+	* g++.dg/parse/constant2.C: New test.
+
+2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
+
+	PR c++/11106
+	* g++.dg/other/error5.C: New test.
+
+2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* gcc.dg/format/gcc_diag-1.c: New test.
+
+2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
+
+2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.robertl/eb133.C: Set expected line number.
+	* g++.old-deja/g++.robertl/eb133a.C: Likewise.
+	* g++.old-deja/g++.robertl/eb133b.C: Likewise.
+
+2003-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/builtins/string-8.c: New test.
+	* gcc.c-torture/execute/builtins/string-8-lib.c: New.
+	* gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
+	* gcc.c-torture/execute/string-opt-7.c (main): Add new test.
+
+2003-06-27  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10468
+	* g++.dg/ext/typeof6.C: New test.
+
+2003-06-27  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10796
+	* g++.dg/init/enum1.C: New test.
+
+2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* gcc.dg/20030627-1.c: New test.
+
+2003-06-26  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/11332
+	* g++.dg/expr/static_cast2.C: New test.
+
+2003-06-26  Roger Sayle  <roger@eyesopen.com>
+	    Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
+	sprintf(dst,"%s",src) optimization.
+	* gcc.c-torture/execute/20030626-1.c: New test case.
+	* gcc.c-torture/execute/20030626-2.c: New test case.
+
+2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
+
+	* gcc.c-torture/execute/multi-ix.c: New test.
+
+	* gcc.c-torture/execute/simd-4.c (main):
+	Added missing semicolon at end of union.
+
+2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
+
+	PR c++/8266
+	* g++.dg/template/explicit-instantiation3.C: New test.
+
+2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
+
+	* gcc.dg/20030626-1.c: Use signed char.
+
+2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
+
+	* gcc.dg/20030626-1.c: New test.
+
+2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
+
+	* const-str-2.m: Update.
+
+2003-06-25  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10990
+	* g++.dg/rtti/dyncast1.C: New test.
+	* g++.dg/abi/mangle4.C: Correct base-specifier access.
+	* g++.dg/lookup/scoped1.C: Remove XFAIL.
+	* g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
+
+	PR c++/10931
+	* g++.dg/expr/static_cast1.C: New test.
+
+2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
+
+	* gcc.dg/20030625-1.c: New test.
+
+2003-06-24  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.c-torture/compile/20030624-1.c: New test case.
+
+2003-06-24  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/string-opt-17.c: New test.
+
+2003-06-24  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/5754
+	* g++.dg/parse/crash6.C: New test.
+
+2003-06-23  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/builtins-24.c: New test case.
+
+2003-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.dg/opt/operator1.C: New test.
+
+2003-06-22  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.c-torture/execute/string-opt-16.c: New test case.
+
+2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+	* g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
+	* g++.old-deja/g++.other/conv7.C: Likewise
+	* g++.old-deja/g++.other/overcnv2.C: Likewise.
+	* g++.old-deja/g++.other/overload14.C: Likewise.
+
+2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+	* g++.old-deja/g++.jason/conversion5.C: Adjust option.
+	* g++.old-deja/g++.bugs/900215_01.C: Likewise.
+
+2003-06-20  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10888
+	* g++.dg/warn/Winline-3.C: New test.
+
+2003-06-20  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/target-supports.exp (check_alias_available): Make the test
+	program acceptable to the Solaris assembler.
+
+	PR c++/10749
+	* g++.dg/template/memclass2.C: New test.
+
+2003-06-20  Mark Mitchell  <mark@codesourcery.com>
+	    Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
+	data for non-matching targets.
+	* gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
+
+2003-06-20  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10845
+	* g++.dg/template/member3.C: New test.
+
+2003-06-19  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10939
+	* g++.dg/template/func1.C: New test.
+
+	PR c++/9649
+	* g++.dg/template/static4.C: New test.
+	* g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
+
+	PR c++/11041
+	* g++.dg/init/ref7.C: New test.
+
+2003-06-19  Matt Austern  <austern@apple.com>
+
+	PR c++/11228
+	* g++.dg/anew1.C: New test.
+	* g++.dg/anew2.C: New test.
+	* g++.dg/anew3.C: New test.
+	* g++.dg/anew4.C: New test.
+
+2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
+
+2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
+
+	* gcc.c-torture/execute/simd-4.c (main): Make expected value
+	endian-dependent.
+
+2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
+	Remove cruft.
+
+2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
+	* gcc.c-torture/compile/961203-1.c: Likewise.
+	* gcc.c-torture/compile/980506-1.c: Likewise.
+
+2003-06-17  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10712
+	* g++.dg/lookup/using7.C: New test.
+
+2003-06-17  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/11105
+	* g++.dg/abi/conv1.C: Remove it.
+	* g++.dg/template/conv7.C: New test.
+	* g++.dg/template/conv8.C: Likewise.
+	* g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
+	conversion operator.
+
+2003-06-17  Janis Johnson  <janis187@us.ibm.com>
+
+	* gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
+	* gcc.dg/compat/scalar-by-value-1_x.c: Use it.
+	* gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-1_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-2_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-3_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-4_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-10_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-11_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-12_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-13_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-14_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-15_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-16_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-17_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-18_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-2_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-3_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-4_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-5_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-6_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-7_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-8_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-9_x.c: Ditto.
+	* gcc.dg/compat/struct-return-10_x.c: Ditto.
+	* gcc.dg/compat/struct-return-2_x.c: Ditto.
+	* gcc.dg/compat/struct-return-3_x.c: Ditto.
+
+2003-06-16  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
+	* gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
+	indications.
+
+2003-06-16  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/i386-387-5.c: New test case.
+	* gcc.dg/i386-387-6.c: New test case.
+	* gcc.dg/builtins-23.c: New test case.
+
+2003-06-15  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/builtins-22.c: New test case.
+	* gcc.dg/i386-387-1.c: Update to test exp.
+	* gcc.dg/i386-387-2.c: Likewise.
+
+2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
+
+2003-06-12  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/gcc-dg.exp (dg-require-dll): New function.
+	(dg-xfail-if): Likewise.
+	* gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
+	driver.
+
+	* gcc.c-torture/compile/20000804-1.c: Convert to dg format.
+	* gcc.c-torture/compile/20001205-1.c: Likewise.
+	* gcc.c-torture/compile/20001226-1.c: Likewise.
+	* gcc.c-torture/compile/20010518-2.c: Likewise.
+	* gcc.c-torture/compile/20020312-1.c: Likewise.
+	* gcc.c-torture/compile/20020604-1.c: Likewise.
+	* gcc.c-torture/compile/920501-12.c: Likewise.
+	* gcc.c-torture/compile/920501-4.c: Likewise.
+	* gcc.c-torture/compile/920520-1.c: Likewise.
+	* gcc.c-torture/compile/920521-1.c: Likewise.
+	* gcc.c-torture/compile/920625-1.c: Likewise.
+	* gcc.c-torture/compile/961203-1.c: Likewise.
+	* gcc.c-torture/compile/980506-1.c: Likewise.
+	* gcc.c-torture/compile/981006-1.c: Likewise.
+	* gcc.c-torture/compile/981022-1.c: Likewise.
+	* gcc.c-torture/compile/981223-1.c: Likewise.
+	* gcc.c-torture/compile/990617-1.c: Likewise.
+	* gcc.c-torture/compile/dll.c: Likewise.
+	* gcc.c-torture/compile/labels-3.c: Likewise.
+	* gcc.c-torture/compile/mipscop-1.c: Likewise.
+	* gcc.c-torture/compile/mipscop-2.c: Likewise.
+	* gcc.c-torture/compile/mipscop-3.c: Likewise.
+	* gcc.c-torture/compile/mipscop-4.c: Likewise.
+	* gcc.c-torture/compile/simd-5.c: Likewise.
+	* gcc.c-torture/compile/20000804-1.x: Remove.
+	* gcc.c-torture/compile/20001205-1.x: Likewise.
+	* gcc.c-torture/compile/20001226-1.x: Likewise.
+	* gcc.c-torture/compile/20010518-2.x: Likewise.
+	* gcc.c-torture/compile/20020312-1.x: Likewise.
+	* gcc.c-torture/compile/20020604-1.x: Likewise.
+	* gcc.c-torture/compile/920501-12.x: Likewise.
+	* gcc.c-torture/compile/920501-4.x: Likewise.
+	* gcc.c-torture/compile/920520-1.x: Likewise.
+	* gcc.c-torture/compile/920521-1.x: Likewise.
+	* gcc.c-torture/compile/920625-1.x: Likewise.
+	* gcc.c-torture/compile/961203-1.x: Likewise.
+	* gcc.c-torture/compile/980506-1.x: Likewise.
+	* gcc.c-torture/compile/981006-1.x: Likewise.
+	* gcc.c-torture/compile/981022-1.x: Likewise.
+	* gcc.c-torture/compile/981223-1.x: Likewise.
+	* gcc.c-torture/compile/990617-1.x: Likewise.
+	* gcc.c-torture/compile/mipscop-1.x: Likewise.
+	* gcc.c-torture/compile/mipscop-2.x: Likewise.
+	* gcc.c-torture/compile/mipscop-3.x: Likewise.
+	* gcc.c-torture/compile/mipscop-4.x: Likewise.
+	* gcc.c-torture/compile/simd-5.x: Likewise.
+
+	* gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
+
+2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* gcc.c-torture/execute/20030611-1.c: New test.
+
+2003-06-12  Roger Sayle  <roger@eyesopen.com>
+
+	PR middle-end/168
+	* gcc.dg/20030612-1.c: New test case.
+
+2003-06-12  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10635
+	* g++.dg/expr/cast1.C: New test.
+
+2003-06-12  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/builtins-21.c: New test case.
+
+2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
+
+	* lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
+	options instead of at the end.
+	* lib/objc.exp (objc_target_compile): Likewise.
+
+2003-06-11  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10432
+	* g++.dg/parse/error1.C: New test.
+
+2003-06-11  Janis Johnson  <janis187@us.ibm.com>
+
+	* gcc.dg/compat/struct-by-value-11_main.c: New file.
+	* gcc.dg/compat/struct-by-value-11_x.c: New file.
+	* gcc.dg/compat/struct-by-value-11_y.c: New file.
+	* gcc.dg/compat/struct-by-value-12_main.c: New file.
+	* gcc.dg/compat/struct-by-value-12_x.c: New file.
+	* gcc.dg/compat/struct-by-value-12_y.c: New file.
+	* gcc.dg/compat/struct-by-value-13_main.c: New file.
+	* gcc.dg/compat/struct-by-value-13_x.c: New file.
+	* gcc.dg/compat/struct-by-value-13_y.c: New file.
+	* gcc.dg/compat/struct-by-value-14_main.c: New file.
+	* gcc.dg/compat/struct-by-value-14_x.c: New file.
+	* gcc.dg/compat/struct-by-value-14_y.c: New file.
+	* gcc.dg/compat/struct-by-value-15_main.c: New file.
+	* gcc.dg/compat/struct-by-value-15_x.c: New file.
+	* gcc.dg/compat/struct-by-value-15_y.c: New file.
+	* gcc.dg/compat/struct-by-value-16_main.c: New file.
+	* gcc.dg/compat/struct-by-value-16_x.c: New file.
+	* gcc.dg/compat/struct-by-value-16_y.c: New file.
+	* gcc.dg/compat/struct-by-value-17_main.c: New file.
+	* gcc.dg/compat/struct-by-value-17_x.c: New file.
+	* gcc.dg/compat/struct-by-value-17_y.c: New file.
+	* gcc.dg/compat/struct-by-value-18_main.c: New file.
+	* gcc.dg/compat/struct-by-value-18_x.c: New file.
+	* gcc.dg/compat/struct-by-value-18_y.c: New file.
+
+	* gcc.dg/compat/scalar-by-value-3_main.c: New file.
+	* gcc.dg/compat/scalar-by-value-3_x.c: New file.
+	* gcc.dg/compat/scalar-by-value-3_y.c: New file.
+	* gcc.dg/compat/scalar-by-value-4_main.c: New file.
+	* gcc.dg/compat/scalar-by-value-4_x.c: New file.
+	* gcc.dg/compat/scalar-by-value-4_y.c: New file.
+	* gcc.dg/compat/scalar-return-3_main.c: New file.
+	* gcc.dg/compat/scalar-return-3_x.c: New file.
+	* gcc.dg/compat/scalar-return-3_y.c: New file.
+	* gcc.dg/compat/scalar-return-4_main.c: New file.
+	* gcc.dg/compat/scalar-return-4_x.c: New file.
+	* gcc.dg/compat/scalar-return-4_y.c: New file.
+
+2003-06-10  Janis Johnson  <janis187@us.ibm.com>
+
+	* gcc.dg/compat/fp2-struct-check.h: New file.
+	* gcc.dg/compat/fp2-struct-defs.h: New file.
+	* gcc.dg/compat/fp2-struct-init.h: New file.
+	* gcc.dg/compat/struct-by-value-10_main.c: New file.
+	* gcc.dg/compat/struct-by-value-10_x.c: New file.
+	* gcc.dg/compat/struct-by-value-10_y.c: New file.
+	* gcc.dg/compat/struct-return-10_main.c: New file.
+	* gcc.dg/compat/struct-return-10_x.c: New file.
+	* gcc.dg/compat/struct-return-10_y.c: New file.
+
+	* gcc.dg/compat/compat-common.h: New file.
+	* gcc.dg/compat/fp-struct-check.h: Improve debugging output.
+	* gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
+	* gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
+	* gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
+	* gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
+	* gcc.dg/compat/scalar-return-1_main.c: Ditto.
+	* gcc.dg/compat/scalar-return-1_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-1_y.c: Ditto.
+	* gcc.dg/compat/scalar-return-2_main.c: Ditto.
+	* gcc.dg/compat/scalar-return-2_x.c: Ditto.
+	* gcc.dg/compat/scalar-return-2_y.c: Ditto.
+	* gcc.dg/compat/small-struct-check.h: Ditto.
+	* gcc.dg/compat/struct-by-value-2_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-2_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-2_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-3_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-3_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-3_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-4_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-4_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-4_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-5_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-5_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-5_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-6_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-6_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-6_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-7_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-7_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-7_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-8_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-8_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-8_y.c: Ditto.
+	* gcc.dg/compat/struct-by-value-9_main.c: Ditto.
+	* gcc.dg/compat/struct-by-value-9_x.c: Ditto.
+	* gcc.dg/compat/struct-by-value-9_y.c: Ditto.
+	* gcc.dg/compat/struct-return-2_main.c: Ditto.
+	* gcc.dg/compat/struct-return-2_x.c: Ditto.
+	* gcc.dg/compat/struct-return-2_y.c: Ditto.
+	* gcc.dg/compat/struct-return-3_main.c: Ditto.
+	* gcc.dg/compat/struct-return-3_x.c: Ditto.
+	* gcc.dg/compat/struct-return-3_y.c: Ditto.
+
+2003-06-10  Geoffrey Keating  <geoffk@apple.com>
+
+	* g++.dg/pch/static-1.C: New file.
+	* g++.dg/pch/static-1.Hs: New file.
+
+2003-06-10  Richard Henderson  <rth@redhat.com>
+
+	* gcc.dg/asm-7.c: Adjust expected warning text.
+
+2003-06-10  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/builtins-20.c: New test case.
+
+2003-06-10  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/11131
+	* g++.dg/opt/template1.C: New test.
+
+2003-06-09  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/gcc-dg.exp (dg-test): Clear additional_files and
+	additional_sources.
+
+2003-05-21  David Taylor  <dtaylor@emc.com>
+
+	* gcc.dg/Wpadded.c: New file.
+
+2003-06-09  Mark Mitchell  <mark@codesourcery.com>
+
+	* gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
+	* gcc.dg/special/weak-2.c: Add dg-require-weak.
+	* gcc.dg/weak/weak-3.c: Reverse order of dg-do and
+	dg-require-weak.
+
+2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
+
+	* g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
+
+2003-06-09  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/gcc-dg.exp (dg-require-weak): Fix typo.
+	(dg-require-alias): Likewise.
+	(dg-require-gc-sections): Likewise.
+	* lib/target-supports.exp (check_gc_sections_available): Likewise.
+
+2003-06-08  Richard Henderson  <rth@redhat.com>
+
+	* gcc.dg/20011029-2.c: Fix the array reference.
+	* gcc.dg/asm-7.c: New.
+
+2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
+
+2003-06-08  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/gcc-dg.exp (dg-require-alias): Fix typo.
+	(dg-require-gc-sections): Likewise.
+
+2003-06-08  Jan Hubicka  <jh@suse.cz>
+
+	* i386-cmov1.c: Fix regular expression.
+	* i386-cvt-1.c: Likewise.
+	* i386-local.c: Likewise.
+	* i386-local2.c: Likewise.
+	* i386-mul.c: Likewise.
+	* i386-ssetype-1.c: Likewise.
+	* i386-ssetype-3.c: Likewise.
+	* i386-ssetype-5.c: Likewise.
+
+2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/11039
+	* g++.dg/warn/implicit-typename2.C: New test.
+	* g++.dg/warn/implicit-typename3.C: New test.
+
+2003-06-07  Richard Henderson  <rth@redhat.com>
+
+	* g++.dg/other/offsetof3.C: Use size_t.
+	* g++.dg/other/offsetof4.C: Likewise.
+
+2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
+
+	* lib/copy-file.exp: New. Implement gcc_copy_files.
+
+	* lib/dg-pch.exp: Load copy-file.exp
+	(dg-pch): Use gcc_copy_files instead of "file copy".
+
+2003-06-06  Mark Mitchell  <mark@codesourcery.com>
+
+	* gcc.dg/weak/weak.exp: Simplify.
+	* gcc.dg/weak/typeof-2.c: Use dg-require-weak.
+	* gcc.dg/weak/weak-1.c: Likewise.
+	* gcc.dg/weak/weak-2.c: Likewise.
+	* gcc.dg/weak/weak-3.c: Likewise.
+	* gcc.dg/weak/weak-4.c: Likewise.
+	* gcc.dg/weak/weak-5.c: Likewise.
+	* gcc.dg/weak/weak-6.c: Likewise.
+	* gcc.dg/weak/weak-7.c: Likewise.
+	* gcc.dg/weak/weak-8.c: Likewise.
+	* gcc.dg/weak/weak-9.c: Likewise.
+
+2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
+
+	gcc.c-torture/execute/20030606-1.c: New.
+
+2003-06-06  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/builtins-2.c: Correct check-in of incorrect version.
+	* gcc.dg/builtins-19.c: Likewise.
+
+2003-06-06  Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.dg/builtins-2.c: Add some more tests.
+	* gcc.dg/builtins-18.c: New test case.
+	* gcc.dg/builtins-19.c: New test case.
+
+2003-06-06  Roger Sayle  <roger@eyesopen.com>
+	    Jim Wilson  <wilson@tuliptree.org>
+
+	* gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
+
+2003-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
+	mempcpy/stpcpy calls not to be optimized into something else.
+	* gcc.c-torture/execute/string-opt-3.c: Moved to...
+	* gcc.c-torture/execute/builtins/string-7.c: ...here.
+	* gcc.c-torture/execute/builtins/string-7-lib.c: New.
+
+2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* gcc.dg/format/asm_fprintf-1.c: New test.
+
+2003-06-05  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/gcc-defs.exp (additional_sources): New variable.
+	(dg-additional-sources): New function.
+	(additional_files): New variable.
+	(dg-additional-files): New function.
+	(dg-additional-files-options): Likewise.
+	* lib/gcc-dg.exp (dg-require-weak): New function.
+	(dg-require-alias): Likewise.
+	(dg-require-gc-sections): Likewise.
+	* lib/target-supports.exp (check_alias_available): Remove testfile
+	parameter.
+	(check_gc_sections_available): New function.
+	* lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
+	(dg-gpp-additional-files): Likewise.
+	* lib/g++.exp (additional_sources): Remove.
+	(additional_files): Likewise.
+	(g++_target_compile): Use dg-additional-files-options.
+
+	* gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
+	Tcl logic.
+	* gcc.dg/special/ecos.exp: Remove.
+	* gcc.dg/special/20000419-2.c: Use dg-require-*.
+	* gcc.dg/special/alias-1.c: Likewise.
+	* gcc.dg/special/alias-2.c: Likewise.
+	* gcc.dg/special/gcsec-1.c: Likewise.
+	* gcc.dg/special/weak-1.c: Likewise.
+	* gcc.dg/special/weak-2.c: Likewise.
+	* gcc.dg/special/wkali-1.c: Likewise.
+	* gcc.dg/special/wkali-2.c: Likewise.
+
+	* g++.dg/special/conpr-2.C: Use dg-additional-*, not
+	dg-gpp-additional-*.
+	* g++.dg/special/conpr-3.C: Likewise.
+	* g++.dg/special/conpr-4.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3a.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3b.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3c.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3d.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3e.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3f.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3g.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3h.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3i.C: Likewise.
+	* g++.old-deja/g++.abi/vtable3j.C: Likewise.
+	* g++.old-deja/g++.oliva/linkage1.C: Likewise.
+	* g++.old-deja/g++.other/comdat1.C: Likewise.
+	* g++.old-deja/g++.other/comdat2.C: Likewise.
 	* g++.old-deja/g++.other/comdat3.C: Likewise.
 	* g++.old-deja/g++.other/ctor1.C: Likewise.
 	* g++.old-deja/g++.pt/instantiate5.C: Likewise.
@@ -10151,74 +10913,657 @@
 	* g++.old-deja/g++.mike/eh48.C: Likewise
 	* g++.old-deja/g++.mike/eh49.C: Likewise
 	* g++.old-deja/g++.mike/eh50.C: Likewise
+	* g++.old-deja/g++.mike/eh51.C: Likewise
+	* g++.old-deja/g++.mike/eh53.C: Likewise
+	* g++.old-deja/g++.mike/eh55.C: Likewise
+	* g++.old-deja/g++.mike/p7912.C: Likewise
+	* g++.old-deja/g++.mike/p9706.C: Likewise
+	* g++.old-deja/g++.mike/p10416.C: Likewise
+	* g++.old-deja/g++.mike/p11667.C: Likewise
+	* g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
+	Remove redundant reference to Iris.
+	* gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
+	Elxsi, i860, Pico Java, and WE32K.
 
+2003-01-07  Mark Mitchell  <mark@codesourcery.com>
 
-	PR c++/8615
-	* g++.dg/template/char1.C: New test.
+	* g++.dg/ext/asm4.C: New test.
 
-	* g++.dg/template/varmod1.C: Fix typo.
+2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
-2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+	PR c++/9030
+	* g++.dg/template/friend12.C: New test.
+	* g++.dg/template/friend13.C: Likewise.
+	* g++.old-deja/g++.eh/spec6.C: Add missing error message.
 
-	DR 180
-	* g++.old-deja/g++.pt/crash32.C: Expect error.
+2003-01-08  Jan Hubicka  <jh@suse.cz>
 
-2002-12-01  Mark Mitchell  <mark@codesourcery.com>
+	* gcc.dg/i386-cadd.c: New test.
+	* gcc.dg/i386-cmov4.c: Likewise.
 
-	PR c++/5919
-	* g++.dg/template/varmod1.C: New test.
+2003-01-06  Mark Mitchell  <mark@codesourcery.com>
 
-	PR c++/8727
-	* g++.dg/inherit/typeinfo1.C: New test.
+	PR c++/9165
+	* g++.dg/warn/Wunused-3.C: New test.
 
-	PR c++/8663
-	* g++.dg/inherit/typedef1.C: New test.
+	* g++.dg/abi/bitfield9.C: New test.
 
-2002-11-30  Mark Mitchell  <mark@codesourcery.com>
+	PR c++/9189
+	* g++.dg/parse/defarg3.C: New test.
 
-	PR c++/8332
-	PR c++/8493
-	* g++.dg/template/strlen1.C: New test.
+2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
 
-	PR c++/8227
-	* g++.dg/template/ctor2.C: New test.
+	* g++.dg/parse/ambig1.C: New test.
+	* g++.dg/parse/defarg2.C: New test.
 
-	PR c++/8214
-	* g++.dg/init/string1.C: New test.
+2003-01-05  Mark Mitchell  <mark@codesourcery.com>
 
-	PR c++/8511
-	* g++.dg/template/friend8.C: New test.
+	* g++.dg/template/defarg-1.C: New test.
+	* g++.dg/template/local2.C: Likewise.
 
-2002-11-29  Joe Buck <jbuck@synopsys.com>
+2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
 
-	* g++.dg/lookup/anon2.C: New test.
+	* gcc.c-torture/execute/20030105-1.c: New test.
**** TRUNCATED ****
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list