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
This commit is contained in:
parent
536afc35bc
commit
5a7e31e646
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -16,4 +16,5 @@ main ()
|
|||
|
||||
if (!flag)
|
||||
abort ();
|
||||
exit (0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue