projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ae544
)
Apply proper patch file for last change.
author
Richard Kenner
<kenner@gcc.gnu.org>
Thu, 18 Sep 2003 20:53:03 +0000
(16:53 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Thu, 18 Sep 2003 20:53:03 +0000
(16:53 -0400)
From-SVN: r71541
gcc/except.c
patch
|
blob
|
history
diff --git
a/gcc/except.c
b/gcc/except.c
index 220835e1475a624da70278d6bbb71e9cf9647568..edbcda10cf48e432afece1449e82385076919065 100644
(file)
--- 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);