Commit f82c70cc by Richard Guenther Committed by Richard Biener

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
parent e0441a5b
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.
2008-06-27 Mark Mitchell <mark@codesourcery.com>
......
......@@ -25,4 +25,5 @@ int main()
{
if (foo () != 0)
abort ();
return 0;
}
......@@ -25,4 +25,5 @@ int main()
{
if (foo () != 0)
abort ();
return 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