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:
parent
e0441a5bfb
commit
f82c70cc8f
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -25,4 +25,5 @@ int main()
|
|||
{
|
||||
if (foo () != 0)
|
||||
abort ();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -25,4 +25,5 @@ int main()
|
|||
{
|
||||
if (foo () != 0)
|
||||
abort ();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue