]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/toplev.c
real.c (struct real_format): Move to real.h.
[gcc.git] / gcc / toplev.c
index eec8455e6383652a394cea4278d0e3a83539e685..366dfdf0f9a8599a80044e09795669e2b6d574a4 100644 (file)
@@ -5322,11 +5322,6 @@ do_compile ()
   init_timevar ();
   timevar_start (TV_TOTAL);
 
-  /* We need to initialize real.c in order to define __FLT_MIN__ etc,
-     which must happen even with -E.  But with -E we'll suppress the
-     rest of backend_init.  */
-  init_real_once ();
-
   /* Set up the back-end if requested.  */
   if (!no_backend)
     backend_init ();
This page took 0.03221 seconds and 5 git commands to generate.