From 401cbc575bf4a16df3c9fc1e98e85d13e74db439 Mon Sep 17 00:00:00 2001
From: mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue, 18 Apr 2000 18:46:18 +0000
Subject: [PATCH] Add expected error

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33227 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/testsuite/g++.old-deja/g++.other/crash17.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash17.C b/gcc/testsuite/g++.old-deja/g++.other/crash17.C
index 0ec1d23ba3a5..673492b77fb8 100644
--- a/gcc/testsuite/g++.old-deja/g++.other/crash17.C
+++ b/gcc/testsuite/g++.old-deja/g++.other/crash17.C
@@ -2,5 +2,5 @@
 // Origin: Dima Volodin <dvv@dvv.org>
 
 class C {
-  static int const N (1000);
+  static int const N (1000); // ERROR - invalid declaration
 };
-- 
GitLab