public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [tree-ssa] Bootstraps broken with your patch
@ 2004-04-24 10:07 Diego Novillo
  2004-04-24 14:32 ` Andrew Pinski
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Novillo @ 2004-04-24 10:07 UTC (permalink / raw)
  To: Andrew Pinski; +Cc: gcc

Andrew,

This

+2004-04-23  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gfortranspec.c: Include the target headers.
+

Breaks bootstraps everywhere with:

[ ... ]
./multilib.h:10: warning: unused variable `multilib_extra'
./multilib.h:6: warning: unused variable `multilib_matches_raw'
./multilib.h:1: warning: unused variable `multilib_raw'
./multilib.h:10: warning: 'multilib_extra' defined but not used
./multilib.h:16: warning: 'multilib_options' defined but not used
make[2]: *** [gfortranspec.o] Error 1
make[2]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
make: *** [bootstrap] Error 2


Please fix.


Diego.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [tree-ssa] Bootstraps broken with your patch
  2004-04-24 10:07 [tree-ssa] Bootstraps broken with your patch Diego Novillo
@ 2004-04-24 14:32 ` Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2004-04-24 14:32 UTC (permalink / raw)
  To: Diego Novillo
  Cc: gcc@gcc.gnu.org list, Andrew Pinski, gcc-patches@gcc.gnu.org Patches


On Apr 24, 2004, at 05: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:
>
> [ ... ]
> ./multilib.h:10: warning: unused variable `multilib_extra'
> ./multilib.h:6: warning: unused variable `multilib_matches_raw'
> ./multilib.h:1: warning: unused variable `multilib_raw'
> ./multilib.h:10: warning: 'multilib_extra' defined but not used
> ./multilib.h:16: warning: 'multilib_options' defined but not used
> make[2]: *** [gfortranspec.o] Error 1
> make[2]: Leaving directory 
> `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
> make[1]: *** [stage2_build] Error 2
> make[1]: Leaving directory 
> `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
> make: *** [bootstrap] Error 2

Simple mistake I included multilib.h when I did not need it.
I had read cp/g++spec.c and gcc.c wrong, I thought I needed multilib.h.

I committed this as obvious

Thanks,
Andrew Pinski

ChangeLog:

	* gfortranspec.c: Do not include multilib.h.


Patch:

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 13:24:57 -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-24 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-24 10:07 [tree-ssa] Bootstraps broken with your patch Diego Novillo
2004-04-24 14:32 ` Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).