new FAILs on HEAD

Andrew Pinski pinskia@physics.uc.edu
Mon Sep 8 05:58:00 GMT 2003


On Sunday, Sep 7, 2003, at 22:45 US/Pacific, 
gcc@ds217-115-141-84.dedicated.hosteurope.de wrote:
> These new FAILs
>
> FAIL: g++.dg/template/crash10.C (test for excess errors)

This one is my fault, it should have been only compiled not marked for 
running.
Fixed thusly:

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.3037
diff -u -p -r1.3037 ChangeLog
--- ChangeLog   8 Sep 2003 03:05:51 -0000       1.3037
+++ ChangeLog   8 Sep 2003 05:54:55 -0000
@@ -1,5 +1,9 @@
  2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>

+	* g++.dg/template/crash10.C: Only compile it.
+
+2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
+
	PR middle-end/11665
	* gcc.c-torture/compile/20030907-1.c: New test.
	* g++.dg/init/array11.C: New test.
Index: g++.dg/template/crash10.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/template/crash10.C,v
retrieving revision 1.1
diff -u -p -r1.1 crash10.C
--- g++.dg/template/crash10.C   7 Sep 2003 03:43:15 -0000       1.1
+++ g++.dg/template/crash10.C   8 Sep 2003 05:54:55 -0000
@@ -2,7 +2,7 @@
  //PR c++/11432
  // The mainline ICE on this one between 2003-01-16 and 2003-07-29.

- // { dg-do run }
+// { dg-do compile }

   extern "C" void abort();



More information about the Gcc-regression mailing list