]> gcc.gnu.org Git - gcc.git/commit - gcc/except.h
except.c (expand_eh_region_start_tree): Add DECL argument so we can better track...
authorMike Stump <mrs@gcc.gnu.org>
Tue, 29 Apr 1997 20:03:15 +0000 (20:03 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 29 Apr 1997 20:03:15 +0000 (20:03 +0000)
commit4c58124363e36ea1e835819b31e91c13109665b8
tree6e5501b204bbdd872d5ff15586006547e3e92809
parent9c6cd30ed515ec543a3258e9c96006364a6e42cb
except.c (expand_eh_region_start_tree): Add DECL argument so we can better track why the region was made for error...

* except.c (expand_eh_region_start_tree): Add DECL argument so we
  can better track why the region was made for error reporting.
* except.h (expand_eh_region_start_tree): Likewise.
* tree.h (expand_dhc_cleanup): Likewise.
(expand_dcc_cleanup): Likewise.
* except.c (expand_eh_region_start_for_decl): New routine.
* except.h (expand_eh_region_start_for_decl): Likewise.
* stmt.c (expand_decl_cleanup): Add DECL to call of
expand_eh_region_start_tree.
(expand_dcc_cleanup): Likewise.
(expand_dhc_cleanup): Likewise.

(expand_start_case): Switches introduce conditional contexts.
(expand_start_case_dummy): Likewise.
(expand_start_case_dummy): Likewise.
(expand_end_case): Likewise.

From-SVN: r13990
gcc/except.c
gcc/except.h
gcc/stmt.c
gcc/tree.h
This page took 0.059993 seconds and 5 git commands to generate.