* gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.

From-SVN: r119194
This commit is contained in:
Jakub Jelinek
2006-11-25 15:09:08 +01:00
parent 0fa55a4342
commit f40ab9dd50
2 changed files with 8 additions and 3 deletions

View File

@@ -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.

View File

@@ -16,4 +16,5 @@ main ()
if (!flag)
abort ();
exit (0);
}