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:
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
Hi,
looks like the bug is fixed with 4.5.2-4.
Cheers,
Stefan.
signature.asc
Description: Digital signature
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
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
5 matches
Mail list logo