aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2009-09-14 12:18:58 -0700
committerRichard Henderson <rth@gcc.gnu.org>2009-09-14 12:18:58 -0700
commit1d65f45cfaefa060737af130c3fc69afb3030980 (patch)
tree2fcbbb5f99b13293753d83230cf9f4e0893a9b51 /gcc/c-parser.c
parent0c433c31b31f25e3f18e58bd8d404c02722d7f7c (diff)
downloadgcc-1d65f45cfaefa060737af130c3fc69afb3030980.zip
gcc-1d65f45cfaefa060737af130c3fc69afb3030980.tar.gz
gcc-1d65f45cfaefa060737af130c3fc69afb3030980.tar.bz2
Squash commit of EH in gimple
From-SVN: r151696
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r--gcc/c-parser.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c
index ddb81e1..feec8a4 100644
--- a/gcc/c-parser.c
+++ b/gcc/c-parser.c
@@ -8604,10 +8604,7 @@ c_parse_file (void)
/* Initialize EH, if we've been told to do so. */
if (flag_exceptions)
- {
- default_init_unwind_resume_libfunc ();
- using_eh_for_cleanups ();
- }
+ using_eh_for_cleanups ();
c_parser_translation_unit (the_parser);
the_parser = NULL;