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

From-SVN: r80662
This commit is contained in:
Geoffrey Keating 2004-04-13 21:32:46 +00:00 committed by Geoffrey Keating
parent 80790b050f
commit d5a46acb57
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -3,4 +3,4 @@
template <typename X> struct foo template <typename X> struct foo
{ {
X y; X y;
} };