Commit e66833ac by Richard Sandiford Committed by Richard Sandiford

* gcc.c-torture/execute/20030331-1.c: New test.

From-SVN: r65102
parent c419b113
2003-03-31 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/execute/20030331-1.c: New test.
2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
* lib/gcov.exp: Adjust call return testing strings.
......
/* From PR/9301. Fixed by ebotcazou's patch for PR/9493. */
void bar (void);
void foo (int a, int b, int c, int d, int e)
{
if (a)
bar();
if (b && c)
;
if (d && e)
;
}
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