Commit 4dc27b4b by Richard Sandiford Committed by Richard Sandiford

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

From-SVN: r66421
parent 969c6c43
2003-05-03 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/compile/20030503-1.c: New test.
2003-05-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/lookup/using5.C: Fix testcase error.
......
void foo ()
{
if (1)
goto foo;
else
for (;;)
{
foo:
bar ();
return;
}
}
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