update
authorJason Merrill <jason@gcc.gnu.org>
Sun, 4 Oct 1998 16:21:01 +0000 (12:21 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 4 Oct 1998 16:21:01 +0000 (12:21 -0400)
From-SVN: r22821

gcc/testsuite/g++.old-deja/g++.mike/eh19.C

index 3d9aee1..06b3dbe 100644 (file)
@@ -16,7 +16,7 @@ main() {
   try {
     var.func(1);
     var.func(0);
-  } catch(test1::fehler())             // ERROR - cannot have function type
+  } catch(test1::fehler())             // function type promoted to pointer
     {
       ;
     }