* toplev.c (main): Always init_ggc.
authorRichard Henderson <rth@cygnus.com>
Thu, 9 Sep 1999 08:56:16 +0000 (01:56 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 9 Sep 1999 08:56:16 +0000 (01:56 -0700)
From-SVN: r29229

gcc/ChangeLog
gcc/toplev.c

index a73b78a8e6af1878e38da96be23ffac61e00275f..d2b029aa4bf1beef70bf6f695bc63bce98446448 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
+
+       * toplev.c (main): Always init_ggc.
+
 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
 
        * except.c (find_all_handler_type_matches): Free the list if
index f104e85db256719876f5c85de081ef630c2acff0..ec3c01330ca17cf590660b7f786f79b1c7bbc007 100644 (file)
@@ -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);