mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.
From-SVN: r119194
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-11-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||
|
||||
* gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.
|
||||
|
||||
2006-11-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/29936
|
||||
@@ -202,7 +206,7 @@
|
||||
PR fortran/29679
|
||||
* gfortran.dg/initialization_2.f90: Test PRs 29630 and 29679 too.
|
||||
|
||||
2006-11-08 Janis Johnson <janis187@us.ibm.com
|
||||
2006-11-08 Janis Johnson <janis187@us.ibm.com>
|
||||
Bernhard Fischer <aldot@gcc.gnu.org>
|
||||
|
||||
* lib/gcc-dg.exp (output-exists): New proc.
|
||||
@@ -14297,7 +14301,7 @@
|
||||
PR tree-optimization/21021
|
||||
* gcc.c-torture/compile/pr21021.c: New.
|
||||
|
||||
2005-04-14 Janis Johnson <janis187@us.ibm.com
|
||||
2005-04-14 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
PR testsuite/21010
|
||||
* gcc.dg/vect/vect-ifcvt-1.c: Remove dg-do, add cleanup.
|
||||
@@ -17713,7 +17717,7 @@
|
||||
PR c++/18793
|
||||
* g++.dg/init/aggr3.C: New test.
|
||||
|
||||
2004-12-14 Janis Johnson <janis187@us.ibm.com
|
||||
2004-12-14 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
* gcc.dg/altivec-types-1.c: New test.
|
||||
* gcc.dg/altivec-types-2.c: New test.
|
||||
|
||||
@@ -16,4 +16,5 @@ main ()
|
||||
|
||||
if (!flag)
|
||||
abort ();
|
||||
exit (0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user