summaryrefslogtreecommitdiffstats
path: root/gcc/function.c
diff options
context:
space:
mode:
authorbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-05 14:12:38 +0000
committerbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-05 14:12:38 +0000
commitc80bec1f2f7317c16d74e632389c45ee1363d519 (patch)
tree636a176dc4c2ba57d50b5153f11fcd6dc2c888b3 /gcc/function.c
parent36d88bf1e39837e489468bcfedcf3b25bd1520c0 (diff)
downloadppe42-gcc-c80bec1f2f7317c16d74e632389c45ee1363d519.tar.gz
ppe42-gcc-c80bec1f2f7317c16d74e632389c45ee1363d519.zip
Fri Feb 5 17:08:01 1999 Dave Brolley <brolley@cygnus.com>
* function.c (fixup_var_refs): Scan catch_clauses too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 0a86580e023..1b692c175d5 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -1638,6 +1638,11 @@ fixup_var_refs (var, promoted_mode, unsignedp)
end_sequence ();
}
}
+
+ /* Scan the catch clauses for exception handling too. */
+ push_to_sequence (catch_clauses);
+ fixup_var_refs_insns (var, promoted_mode, unsignedp, catch_clauses, 0);
+ end_sequence ();
}
/* REPLACEMENTS is a pointer to a list of the struct fixup_replacement and X is
OpenPOWER on IntegriCloud