| Index: gcc/gcc/testsuite/g++.old-deja/g++.other/crash28.C
|
| diff --git a/gcc/gcc/testsuite/g++.old-deja/g++.other/crash28.C b/gcc/gcc/testsuite/g++.old-deja/g++.other/crash28.C
|
| index 4f1115be16d6c189075ea08978ed052c6cc4c1f6..59f1e844eeab50be2d893ac43a7e35536d073943 100644
|
| --- a/gcc/gcc/testsuite/g++.old-deja/g++.other/crash28.C
|
| +++ b/gcc/gcc/testsuite/g++.old-deja/g++.other/crash28.C
|
| @@ -31,5 +31,5 @@ public:
|
| };
|
| void foo::x() throw(bar)
|
| {
|
| - if (!b) throw bar (static_cast<::N::X*>(this)); // { dg-error "" } parse error
|
| + if (!b) throw bar (static_cast<::N::X*>(this)); // { dg-error "lambda expressions|expected" } parse error
|
| }
|
|
|