From: Richard Henderson Date: Thu, 9 Sep 1999 08:56:16 +0000 (-0700) Subject: * toplev.c (main): Always init_ggc. X-Git-Tag: prereleases/libstdc++-2.92~10721 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d09b562cb198dd572d1d70091878e8e67f30e641;p=thirdparty%2Fgcc.git * toplev.c (main): Always init_ggc. From-SVN: r29229 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a73b78a8e6af..d2b029aa4bf1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 9 01:55:21 1999 Richard Henderson + + * toplev.c (main): Always init_ggc. + Wed Sep 8 23:53:22 1999 Richard Henderson * except.c (find_all_handler_type_matches): Free the list if diff --git a/gcc/toplev.c b/gcc/toplev.c index f104e85db256..ec3c01330ca1 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -4795,8 +4795,7 @@ main (argc, argv) #endif /* Initialize the garbage-collector. */ - if (ggc_p) - init_ggc (); + init_ggc (); ggc_add_root (&input_file_stack, 1, sizeof input_file_stack, &mark_file_stack);