Compile-time error with gcc-4.3 on sparc64

From: David Martin
Date: Wed Jan 09 2008 - 04:32:06 EST


Hi,

I get the following error compiling latest kernel from git on sparc64
using gcc-4.3:

CC arch/sparc64/kernel/signal.o
cc1: warnings being treated as errors
arch/sparc64/kernel/signal.c: En la función 'do_notify_resume':
include/asm/uaccess.h:233: error: el subíndice de la matriz está por
arriba de los límites de la matriz
make[1]: *** [arch/sparc64/kernel/signal.o] Error 1
make: *** [arch/sparc64/kernel] Error 2

("On function 'do_notify resume: error: matrix subindex is over matrix limits")

Compiling with gcc-4.2 it doesn't fail, neither a warning.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/