Commit 7fb1283f by Greg McGary Committed by Jeff Law

* gcc.c-torture/compile/labels-2.c: New test.

From-SVN: r31128
parent 3073d01c
Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
* gcc.c-torture/compile/labels-2.c: New test.
1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
......
struct bp { void *v, *b, *e; };
f ()
{
struct bp x = { &&L2 };
if (&&L3 - &&L1 > 1)
abort ();
L1:return 1;
L2:abort ();
L3:;
}
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