2006-11-24 Andrew Pinski <andrew_pinski@playstation.sony.com
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Nov 2006 23:08:08 +0000 (23:08 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Nov 2006 23:08:08 +0000 (23:08 +0000)
        * gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119176 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20061124-1.c

index 367d0fe..78bcbc2 100644 (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  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/20880
index 14d0439..8a2d256 100644 (file)
@@ -16,4 +16,5 @@ main ()
 
   if (!flag)
     abort ();
+  exit (0);
 }