OSDN Git Service

update
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Oct 1998 16:21:01 +0000 (16:21 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Oct 1998 16:21:01 +0000 (16:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22821 138bc75d-0d04-0410-961f-82ee72b054a4

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
     {
       ;
     }