This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Bootstraps broken with your patch


On Saturday 24 April 2004 10:13, Diego Novillo wrote:
> Andrew,
>
> This
>
> +2004-04-23  Andrew Pinski  <pinskia@physics.uc.edu>
> +
> +       * gfortranspec.c: Include the target headers.
> +
>
> Breaks bootstraps everywhere with:
<errors>

The following works for me. None of the other *spec.c files include multilib.h

Bootstrapped on i686-linux.
Ok?

2004-04-24  Paul Brook  <paul@codesourcery.com>

	* gfortranspec.h: Don't #include "multilib.h".

Index: gfortranspec.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/Attic/gfortranspec.c,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 gfortranspec.c
--- gfortranspec.c	23 Apr 2004 13:32:58 -0000	1.1.2.3
+++ gfortranspec.c	24 Apr 2004 12:30:00 -0000
@@ -49,7 +49,6 @@ Boston, MA 02111-1307, USA.  */
 #include "gcc.h"
 
 #include "coretypes.h"
-#include "multilib.h" /* before tm.h */
 #include "tm.h"
 
 #ifndef MATH_LIBRARY


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]