mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 23:00:52 +08:00
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
@ -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…
x
Reference in New Issue
Block a user