Commit 5a7e31e6 by Andrew Pinski Committed by Andrew Pinski

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

2006-11-24  Andrew Pinski  <andrew_pinski@playstation.sony.com

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

From-SVN: r119176
parent 536afc35
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
......@@ -16,4 +16,5 @@ main ()
if (!flag)
abort ();
exit (0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment