OSDN Git Service

Apply proper patch file for last change.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Sep 2003 20:53:03 +0000 (20:53 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Sep 2003 20:53:03 +0000 (20:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71541 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/except.c

index 220835e..edbcda1 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);