Commit c55224dc by Richard Guenther Committed by Richard Biener

20120615-1.c: New testcase.

2012-06-15  Richard Guenther  <rguenther@suse.de>

	* gcc.c-torture/execute/20120615-1.c: New testcase.

From-SVN: r188655
parent f71d5704
2012-06-15 Richard Guenther <rguenther@suse.de>
* gcc.c-torture/execute/20120615-1.c: New testcase.
2012-06-15 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/vect8.ad[sb]: New test.
......
extern void abort (void);
void __attribute__((noinline,noclone))
test1(int i)
{
if (i == 12)
return;
if (i != 17)
{
if (i == 15)
return;
abort ();
}
}
int main() { test1 (15); 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