* gcc.dg/webizer.c (main): Add missing exit call.
From-SVN: r192652
This commit is contained in:
parent
a3a720d0d7
commit
286177b236
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/webizer.c (main): Add missing exit call.
|
||||
|
||||
2012-10-21 Thomas König <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/54465
|
||||
|
|
|
@ -32,4 +32,5 @@ configure2()
|
|||
main()
|
||||
{
|
||||
configure2();
|
||||
__builtin_exit (0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue