From: Richard Kenner Date: Thu, 18 Sep 2003 20:53:03 +0000 (-0400) Subject: Apply proper patch file for last change. X-Git-Tag: releases/gcc-3.4.0~3653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dba601db0387ce9935d4a7abbe338305eefd14df;p=thirdparty%2Fgcc.git Apply proper patch file for last change. From-SVN: r71541 --- diff --git a/gcc/except.c b/gcc/except.c index 220835e1475a..edbcda10cf48 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);