Commit 286177b2 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gcc.dg/webizer.c (main): Add missing exit call.

From-SVN: r192652
parent a3a720d0
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);
}
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