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: new FAILs on HEAD


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();


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