]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.jason/local.C
re PR c++/57419 (Access control doesn't stop referring to a deleted function)
[gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / local.C
index 21fa9f5877117e4301babec75ef4cd40e727e5a6..18d810a33ba34b071403b2bc63f11ad57236789f 100644 (file)
@@ -5,7 +5,7 @@ int x;
 void f ()
 {
   static int s;
-  int x;                       // { dg-error "" } referenced below
+  int x;                       // { dg-message "" } referenced below
   extern int q();
 
   struct local {
This page took 0.029196 seconds and 5 git commands to generate.