Commit d5a46acb by Geoffrey Keating Committed by Geoffrey Keating

* g++.dg/pch/externc-1.C: Add missing semicolon.

From-SVN: r80662
parent 80790b05
2004-04-13 Geoffrey Keating <geoffk@apple.com>
* g++.dg/pch/externc-1.C: Add missing semicolon.
2004-04-13 Aldy Hernandez <aldyh@redhat.com> 2004-04-13 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe. * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
......
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
template <typename X> struct foo template <typename X> struct foo
{ {
X y; X y;
} };
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