[Bug bootstrap/59934] Bootstrap fail since r206941: expmed.h:252:33: error: array subscript is above array bounds
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jan 25 10:12:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59934
--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
But it is 50 times inlined. Anyway, supposedly the aborts would be all merged
then. Looking at current gcc_assert definition, we actually use there
__builtin_unreachable (), at least when built with gcc 4.5+, and we only do
-Werror and care about warnings when built with recent gcc anyway, so
gcc_assert should be good enough.
More information about the Gcc-bugs
mailing list