https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92333
--- Comment #5 from Martin Sebor ---
The ICE is caused by int_const_binop (TRUNC_DIV_EXPR, maxbound, eltsize)
returning a nul for constant arguments, and caller assuming it's non-null. The
poly_int_binop function apparently doesn't know how to d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92333
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92333
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92333
--- Comment #2 from Martin Sebor ---
Author: msebor
Date: Tue Nov 5 17:05:33 2019
New Revision: 277854
URL: https://gcc.gnu.org/viewcvs?rev=277854&root=gcc&view=rev
Log:
PR middle-end/92333 - missing variable name referencing VLA in warnings
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92333
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|