Commit cfaef116 by Jakub Jelinek Committed by Jakub Jelinek

* gcc.c-torture/compile/20011029-1.c: New test.

From-SVN: r46642
parent 79f5e6be
......@@ -2,6 +2,8 @@
* gcc.dg/20011029-2.c: New test.
* gcc.c-torture/compile/20011029-1.c: New test.
Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
* objc/execute/class_self-1.m: New test.
......
void foo (void *) __attribute__ ((noreturn));
void
bar (void *x)
{
if (__builtin_setjmp (x))
return;
foo (x);
}
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