[Bug other/59648] -O2 compilation of xorg-server-1.15.0 fails
trippels at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 31 08:57:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |trippels at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Not a compiler bug. -Werror=array-bounds turns all array-bounds
warnings into errors. So either fix those issues, or turn off
-Werror=array-bounds.
More information about the Gcc-bugs
mailing list