From: Doug Gregor Date: Tue, 30 Oct 2007 13:38:10 +0000 (+0000) Subject: Revert accidental change to crash36.C X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c6fc6c6e51147ebeb7a2a56591c4d60f54b181e;p=gcc.git Revert accidental change to crash36.C From-SVN: r129774 --- diff --git a/gcc/testsuite/g++.dg/parse/crash36.C b/gcc/testsuite/g++.dg/parse/crash36.C index e73e928350d..1e5ab8f2562 100644 --- a/gcc/testsuite/g++.dg/parse/crash36.C +++ b/gcc/testsuite/g++.dg/parse/crash36.C @@ -5,7 +5,7 @@ template struct A // { dg-error "does not include variadic templates" } { static T &t; // { dg-error "not expanded with|T" } - static const int i = sizeof (++t); + static const int i = sizeof (++t); // { dg-error "invalid use of template type parameter" } }; int x[A ::i]; // { dg-error "is not an integral constant-expression" }