public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* FYI: gcc/print-rtl.c (print_rtx) does not build with -Werror
@ 2007-05-14 19:01 Daniel Franke
  2007-05-14 19:18 ` Andrew Pinski
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Franke @ 2007-05-14 19:01 UTC (permalink / raw)
  To: gcc; +Cc: gcc-patches


SVN update to revision 124718, configured as:
../../svn/gcc/configure  --prefix=/home/daniel/nfs/packages/i686-pc-linux-gnu/gcc --with-gmp=/home/daniel/nfs/packages/i686-pc-linux-gnu/gmp-4.2.1/ --with-mpfr=/home/daniel/nfs/packages/i686-pc-linux-gnu/mpfr-2.2.1 --disable-nls --enable-threads=posix --enable-shared --enable-bootstrap --enable-version-specific-runtime-libs --with-system-zlib --program-suffix=-svn --enable-languages=c,fortran

results in:

[...]
/home/daniel/svn-build/gcc/./prev-gcc/xgcc -B/home/daniel/svn-build/gcc/./prev-gcc/ -B/home/daniel/nfs/packages/i686-pc-linux-gnu/gcc/i686-pc-linux-gnu/bin/ -c   -O2 -g -fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Werror -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../svn/gcc/gcc -I../../../svn/gcc/gcc/build -I../../../svn/gcc/gcc/../include -I../../../svn/gcc/gcc/../libcpp/include -I/home/daniel/nfs/packages/i686-pc-linux-gnu/gmp-4.2.1//include -I/home/daniel/nfs/packages/i686-pc-linux-gnu/mpfr-2.2.1/include -I../../../svn/gcc/gcc/../libdecnumber -I../../../svn/gcc/gcc/../libdecnumber/bid -I../libdecnumber    -o 
build/print-rtl.o ../../../svn/gcc/gcc/print-rtl.c
cc1: warnings being treated as errors
../../../svn/gcc/gcc/print-rtl.c: In function 'print_rtx':
../../../svn/gcc/gcc/print-rtl.c:397: error: format '%lx' expects type 'long 
unsigned int', but argument 3 has type 'long int'
make[3]: *** [build/print-rtl.o] Error 1


Regards
	Daniel

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

* Re: FYI: gcc/print-rtl.c (print_rtx) does not build with -Werror
  2007-05-14 19:01 FYI: gcc/print-rtl.c (print_rtx) does not build with -Werror Daniel Franke
@ 2007-05-14 19:18 ` Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2007-05-14 19:18 UTC (permalink / raw)
  To: Daniel Franke; +Cc: gcc, gcc-patches

On 5/14/07, Daniel Franke <franke.daniel@gmail.com> wrote:
>
> SVN update to revision 124718, configured as:
> ../../svn/gcc/configure  --prefix=/home/daniel/nfs/packages/i686-pc-linux-gnu/gcc --with-gmp=/home/daniel/nfs/packages/i686-pc-linux-gnu/gmp-4.2.1/ --with-mpfr=/home/daniel/nfs/packages/i686-pc-linux-gnu/mpfr-2.2.1 --disable-nls --enable-threads=posix --enable-shared --enable-bootstrap --enable-version-specific-runtime-libs --with-system-zlib --program-suffix=-svn --enable-languages=c,fortran
>

This was reported to the person who caused it in:
http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00901.html

Thanks,
Andrew Pinski

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

end of thread, other threads:[~2007-05-14 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-14 19:01 FYI: gcc/print-rtl.c (print_rtx) does not build with -Werror Daniel Franke
2007-05-14 19:18 ` 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).