From: Richard Kenner Date: Thu, 18 Sep 2003 20:53:03 +0000 (-0400) Subject: Apply proper patch file for last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dba601db0387ce9935d4a7abbe338305eefd14df;p=gcc.git Apply proper patch file for last change. From-SVN: r71541 --- diff --git a/gcc/except.c b/gcc/except.c index 220835e1475..edbcda10cf4 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -3709,6 +3709,7 @@ output_function_exception_table (void) care of this for us. */ if (TREE_CODE (type) == ADDR_EXPR) { + type = TREE_OPERAND (type, 0); node = cgraph_varpool_node (type); if (node) cgraph_varpool_mark_needed_node (node);