]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
except.c (do_pop_exception): Return a value.
authorJason Merrill <jason@lasher.cygnus.com>
Tue, 11 Nov 1997 10:59:14 +0000 (10:59 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 11 Nov 1997 10:59:14 +0000 (05:59 -0500)
* except.c (do_pop_exception): Return a value.

Oops.

From-SVN: r16430

gcc/cp/ChangeLog
gcc/cp/except.c

index d138ed2dbfbd06bc38e5d2c3b6970f23ab7c98e6..ae36caa432e175296196c99be44f3057357b57c9 100644 (file)
@@ -1,3 +1,7 @@
+Tue Nov 11 02:53:44 1997  Jason Merrill  <jason@lasher.cygnus.com>
+
+       * except.c (do_pop_exception): Return a value.
+
 Mon Nov 10 03:04:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
        Complete nested exception support.
index e4cff1f823b936a968d5a1e7e926d790894cb192..66d208c08ce10f223d3ebd7e575b8c6b428ae833 100644 (file)
@@ -500,6 +500,7 @@ do_pop_exception (handler)
   cleanup = build_function_call (fn, expr_tree_cons
                                 (NULL_TREE, cleanup, expr_tree_cons
                                  (NULL_TREE, handler, NULL_TREE)));
+  return cleanup;
 }
 
 /* This routine creates the cleanup for the current exception.  */