pta-field-1.c: Add return 0.

2008-06-28  Richard Guenther  <rguenther@suse.de>

	* gcc.c-torture/execute/pta-field-1.c: Add return 0.
	* gcc.c-torture/execute/pta-field-2.c: Likewise.

From-SVN: r137224
This commit is contained in:
Richard Guenther 2008-06-28 13:35:35 +00:00 committed by Richard Biener
parent e0441a5bfb
commit f82c70cc8f
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-06-28 Richard Guenther <rguenther@suse.de>
* gcc.c-torture/execute/pta-field-1.c: Add return 0.
* gcc.c-torture/execute/pta-field-2.c: Likewise.
2008-06-28 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/pr24287.c: Remove XFAIL.

View File

@ -25,4 +25,5 @@ int main()
{
if (foo () != 0)
abort ();
return 0;
}

View File

@ -25,4 +25,5 @@ int main()
{
if (foo () != 0)
abort ();
return 0;
}