Bug#615157: gcc-4.6: -Wunused-but-set-variable -Werror does not imply -Werror=unused-but-set-variable

2011-02-25 Thread Jonathan Nieder
Package: gcc-4.6 Version: 4.6-20110216-1 Hi, Turning on -Werror so the warnings don't scroll by. $ cat test.c #include int main(void) { int x; x = printf("hello, world\n"); return 0; } $ $ gcc-4.6 -Wall -Werror test.c; echo $? test.c: In function ‘main’: test.c:5:6:

Re: GMP transition: 4.3.2 to 5.0.1?

2011-02-25 Thread Steve M. Robbins
On Fri, Feb 25, 2011 at 03:57:28PM +0100, Matthias Klose wrote: > On 25.02.2011 08:46, Steve M. Robbins wrote: > >Clearly one should be mindful of the effect on GCC -- that's why I > >asked the question on debian-gcc. Do you have any specific concerns? Have any concerns been raised on the GCC ma

Bug#564984: warning if DBL_MIN is used in conjunction with -Wold-style-cast

2011-02-25 Thread Stefan Potyra
Hi, looks like the bug is fixed with 4.5.2-4. Cheers, Stefan. signature.asc Description: Digital signature

Results for 4.5.2 (Debian 4.5.2-4) testsuite on arm-unknown-linux-gnueabi

2011-02-25 Thread Matthias Klose
LAST_UPDATED: Tue Feb 22 23:10:25 UTC 2011 (revision 170417) Native configuration is arm-unknown-linux-gnueabi === libgomp tests === Running target unix FAIL: libgomp.c/lock-1.c execution test WARNING: program timed out. FAIL: libgomp.fortran/strassen.f90 -O execution test

Re: GMP transition: 4.3.2 to 5.0.1?

2011-02-25 Thread Matthias Klose
On 25.02.2011 08:46, Steve M. Robbins wrote: Matthias asks: did you check, that all gcc versions do build with the new version on all architectures, and that the gcc testsuite doesn't show regressions with the new version? will gcc continue to work, while re-building mpfr and mpclib with the ne