]> gcc.gnu.org Git - gcc.git/commitdiff
Apply proper patch file for last change.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 18 Sep 2003 20:53:03 +0000 (16:53 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 18 Sep 2003 20:53:03 +0000 (16:53 -0400)
From-SVN: r71541

gcc/except.c

index 220835e1475a624da70278d6bbb71e9cf9647568..edbcda10cf48e432afece1449e82385076919065 100644 (file)
@@ -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);
This page took 0.068989 seconds and 5 git commands to generate.