64bit cleanups for alpha

Brad Lucier lucier@math.purdue.edu
Sun Nov 28 18:56:00 GMT 1999


> 
> On Fri, Nov 26, 1999 at 11:35:39AM -0500, Brad Lucier wrote:
> > 	* ggc-page.c (ggc_page_print_statistics): make format match variable
> > 	* lcm.c (compute_laterin): use size_t, not int, to access later/earlier
> > 		(compute_nearerout): Likewise
> 
> I fixed these on the 15th.
> 
> 
> r~

OK, but I'm still getting these errors on yesterday's snapshot; did you
check in the changes?

stage2/xgcc -Bstage2/ -B/export/u10/egcs-test/alphaev6-unknown-linux-gnu/bin/ -c  -DIN_GCC    -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/lcm.c
../../gcc/lcm.c: In function `compute_laterin':
../../gcc/lcm.c:277: warning: cast from pointer to integer of different size
../../gcc/lcm.c:277: warning: cast from pointer to integer of different size
../../gcc/lcm.c: In function `compute_nearerout':
../../gcc/lcm.c:613: warning: cast from pointer to integer of different size
../../gcc/lcm.c:613: warning: cast from pointer to integer of different size
...
stage2/xgcc -Bstage2/ -B/export/u10/egcs-test/alphaev6-unknown-linux-gnu/bin/ -c  -DIN_GCC    -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/ggc-page.c
../../gcc/ggc-page.c: In function `ggc_page_print_statistics':
../../gcc/ggc-page.c:1196: warning: unsigned int format, different type arg (arg 5)

Brad


More information about the Gcc-patches mailing list