20040514-1.c: Add '}' that was forgotten.
2004-05-15 Andrew Pinski <pinskia@physics.uc.edu> * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten. From-SVN: r81900
This commit is contained in:
parent
c8e20bd093
commit
7cd9b02827
@ -1,3 +1,7 @@
|
||||
2004-05-15 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
|
||||
|
||||
2004-05-15 Bud Davis <bdavis9659@comcast.net>
|
||||
|
||||
PR fortran/15311
|
||||
|
@ -12,6 +12,7 @@ int t( int i)
|
||||
j = 0;
|
||||
end:
|
||||
return j;
|
||||
}
|
||||
|
||||
/* Should have no ifs left after straightening. */
|
||||
/* { dg-final { scan-tree-dump-times "if " 0 "phiopt1"} } */
|
||||
|
Loading…
Reference in New Issue
Block a user