public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: bitmap.o error on alpha build of basic toolchain
@ 2002-07-30 13:21 France, George (LKG)
  0 siblings, 0 replies; 7+ messages in thread
From: France, George (LKG) @ 2002-07-30 13:21 UTC (permalink / raw)
  To: Mike Cleary, neil; +Cc: bemis, clp, gcc

Hello Mike,
 
I suspect that he is talking about the tools used to build the tool chain from cvs.  I beilved that he is suggesting that we use a newer version of egcs or gcc_2.95.x
 
Best Regards,
 
 
--George

	-----Original Message----- 
	From: Mike Cleary [mailto:mcleary@iol.unh.edu] 
	Sent: Tue 7/30/2002 11:25 AM 
	To: neil@daikokuya.co.uk 
	Cc: bemis@iol.unh.edu; clp@iol.unh.edu; gcc@gcc.gnu.org 
	Subject: Re: bitmap.o error on alpha build of basic toolchain
	
	
	Hello Neil,
	I just checked the same build with the latest CVS and it still came up with ther error.
	-Mike Cleary
	
	
Subject: 
Re: bitmap.o error on alpha build of basic toolchain
From: 
Neil Booth <neil@daikokuya.co.uk> <mailto:neil@daikokuya.co.uk> 
Date: 
Mon, 29 Jul 2002 18:19:43 +0100
To: 
bemis <bemis@iol.unh.edu> <mailto:bemis@iol.unh.edu> 
CC: 
clp <clp@iol.unh.edu> <mailto:clp@iol.unh.edu> , "'gcc@gcc.gnu.org'" <mailto:'gcc@gcc.gnu.org'>  <gcc@gcc.gnu.org> <mailto:gcc@gcc.gnu.org> 

	bemis wrote:-
	

		> hello,
		> I built on  alphaev56 with the basic toolchain combination.
		> at first it looks like a lot of warnings, but near the bottom is a
		> "#error: "Fill out the table""
		> this does not happen on a similar build for intel.

	
	I think this was fixed; it's a compiler bug in the compiler you're
	building; try again with latest CVS.
	
	Neil.


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

* Re: bitmap.o error on alpha build of basic toolchain
  2002-07-30 14:41     ` Neil Booth
@ 2002-07-30 15:49       ` H. J. Lu
  0 siblings, 0 replies; 7+ messages in thread
From: H. J. Lu @ 2002-07-30 15:49 UTC (permalink / raw)
  To: Neil Booth; +Cc: Mike Cleary, bemis, clp, gcc

On Tue, Jul 30, 2002 at 05:06:54PM +0100, Neil Booth wrote:
> H. J. Lu wrote:-
> 
> > On Tue, Jul 30, 2002 at 04:44:40PM +0100, Neil Booth wrote:
> > > Mike Cleary wrote:-
> > > 
> > > > Hello Neil,
> > > > I just checked the same build with the latest CVS and it still came up 
> > > > with ther error.
> > > 
> > > That's odd.  The warnings are bogus, and fixed by a patch rth made
> > > a few days ago.  The compiler would miscompile itself.  I assume
> > > the fix was committed, maybe it hasn't been yet.
> > 
> > I got the same error on Linux/alpha. Mon Jul 29 14:38:11 PDT 2002 works
> > fine for me.
> 
> Is that more or less recent than the error?
> 

Before Mon Jul 29 14:38:11 PDT 2002, I got

/home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:462:5: warning: integer overflow in
preprocessor expression
/home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:512:5: warning: integer overflow in
preprocessor expression
/home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:513:3: #error "Fill out the table."
/home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:515:5: warning: integer overflow in
preprocessor expression
make[4]: *** [bitmap.o] Error 1
make[4]: Leaving directory `/export/build/gnu/gcc/build-alpha-linux/gcc'
make[3]: *** [stage3_build] Error 2
make[3]: Leaving directory `/export/build/gnu/gcc/build-alpha-linux/gcc'
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory `/export/build/gnu/gcc/build-alpha-linux'



H.J.

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

* Re: bitmap.o error on alpha build of basic toolchain
  2002-07-30 14:11   ` H. J. Lu
@ 2002-07-30 14:41     ` Neil Booth
  2002-07-30 15:49       ` H. J. Lu
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Booth @ 2002-07-30 14:41 UTC (permalink / raw)
  To: H. J. Lu; +Cc: Mike Cleary, bemis, clp, gcc

H. J. Lu wrote:-

> On Tue, Jul 30, 2002 at 04:44:40PM +0100, Neil Booth wrote:
> > Mike Cleary wrote:-
> > 
> > > Hello Neil,
> > > I just checked the same build with the latest CVS and it still came up 
> > > with ther error.
> > 
> > That's odd.  The warnings are bogus, and fixed by a patch rth made
> > a few days ago.  The compiler would miscompile itself.  I assume
> > the fix was committed, maybe it hasn't been yet.
> 
> I got the same error on Linux/alpha. Mon Jul 29 14:38:11 PDT 2002 works
> fine for me.

Is that more or less recent than the error?

Neil.

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

* Re: bitmap.o error on alpha build of basic toolchain
  2002-07-30 13:22 ` Neil Booth
@ 2002-07-30 14:11   ` H. J. Lu
  2002-07-30 14:41     ` Neil Booth
  0 siblings, 1 reply; 7+ messages in thread
From: H. J. Lu @ 2002-07-30 14:11 UTC (permalink / raw)
  To: Neil Booth; +Cc: Mike Cleary, bemis, clp, gcc

On Tue, Jul 30, 2002 at 04:44:40PM +0100, Neil Booth wrote:
> Mike Cleary wrote:-
> 
> > Hello Neil,
> > I just checked the same build with the latest CVS and it still came up 
> > with ther error.
> 
> That's odd.  The warnings are bogus, and fixed by a patch rth made
> a few days ago.  The compiler would miscompile itself.  I assume
> the fix was committed, maybe it hasn't been yet.

I got the same error on Linux/alpha. Mon Jul 29 14:38:11 PDT 2002 works
fine for me.


H.J.

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

* Re: bitmap.o error on alpha build of basic toolchain
       [not found] <3D46AFE6.8070806@iol.unh.edu>
@ 2002-07-30 13:22 ` Neil Booth
  2002-07-30 14:11   ` H. J. Lu
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Booth @ 2002-07-30 13:22 UTC (permalink / raw)
  To: Mike Cleary; +Cc: bemis, clp, gcc

Mike Cleary wrote:-

> Hello Neil,
> I just checked the same build with the latest CVS and it still came up 
> with ther error.

That's odd.  The warnings are bogus, and fixed by a patch rth made
a few days ago.  The compiler would miscompile itself.  I assume
the fix was committed, maybe it hasn't been yet.

Dunno what else to suggest.

Neil.

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

* Re: bitmap.o error on alpha build of basic toolchain
  2002-07-29 10:20 bemis
@ 2002-07-29 23:22 ` Neil Booth
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Booth @ 2002-07-29 23:22 UTC (permalink / raw)
  To: bemis; +Cc: clp, 'gcc@gcc.gnu.org'

bemis wrote:-

> hello,
> I built on  alphaev56 with the basic toolchain combination.
> at first it looks like a lot of warnings, but near the bottom is a
> "#error: "Fill out the table""
> this does not happen on a similar build for intel.

I think this was fixed; it's a compiler bug in the compiler you're
building; try again with latest CVS.

Neil.

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

* bitmap.o error on alpha build of basic toolchain
@ 2002-07-29 10:20 bemis
  2002-07-29 23:22 ` Neil Booth
  0 siblings, 1 reply; 7+ messages in thread
From: bemis @ 2002-07-29 10:20 UTC (permalink / raw)
  To: clp, 'gcc@gcc.gnu.org'

hello,
I built on  alphaev56 with the basic toolchain combination.
at first it looks like a lot of warnings, but near the bottom is a
"#error: "Fill out the table""
this does not happen on a similar build for intel.

stage2/xgcc -Bstage2/
-B/mnt/u9/toolchain/buildsys/install/alpha9/basic/native/t
oolchain/alphaev56-unknown-linux-gnu/bin/ -c -DIN_GCC    -g -O2 -W -Wall
-Wwrite
-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-l
ong-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I.
-I/mnt/u9/toolchain/builds
ys/source/toolchain/gcc
-I/mnt/u9/toolchain/buildsys/source/toolchain/gcc/. -I/m
nt/u9/toolchain/buildsys/source/toolchain/gcc/config
-I/mnt/u9/toolchain/buildsy
s/source/toolchain/gcc/../include
/mnt/u9/toolchain/buildsys/source/toolchain/gc
c/bitmap.c -o bitmap.o
In file included from
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/system.h:1
71,
                 from
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:2
2:
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:39:9: warning:
integer o
verflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:39:34: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:59:6: warning:
integer o
verflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:59:27: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:73:32: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:78:7: warning:
integer o
verflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:78:33: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:91:6: warning:
integer o
verflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:91:32: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:95:7: warning:
integer o
verflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:95:33: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:106:6: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:106:32: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:109:7: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:109:33: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:118:6: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:129:7: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:129:33: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:132:8: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:132:34: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:147:8: warning:
integer
overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:147:33: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:459:5: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:460:3: #error
"Fill out
 the table."
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:462:5: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:512:5: warning:
integer
 overflow in preprocessor expression
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:513:3: #error
"Fill out
 the table."
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:515:5: warning:
integer
 overflow in preprocessor expression
make[2]: *** [bitmap.o] Error 1
make[2]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native
/toolchain/gcc'
make[1]: *** [stage3_build] Error 2
make[1]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native
/toolchain/gcc'
make: *** [bootstrap] Error 2


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

end of thread, other threads:[~2002-07-30 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-30 13:21 bitmap.o error on alpha build of basic toolchain France, George (LKG)
     [not found] <3D46AFE6.8070806@iol.unh.edu>
2002-07-30 13:22 ` Neil Booth
2002-07-30 14:11   ` H. J. Lu
2002-07-30 14:41     ` Neil Booth
2002-07-30 15:49       ` H. J. Lu
  -- strict thread matches above, loose matches on Subject: below --
2002-07-29 10:20 bemis
2002-07-29 23:22 ` Neil Booth

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).