[Bug middle-end/85956] [8/9 Regression] ICE in wide_int_to_tree_1, at tree.c:1549

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 30 16:29:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85956

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msebor at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note even without -fopenmp this prints:
pr85956.c:7:10: warning: array subscript -1 is below array bounds of
‘int[<Ucf30> + 1]’ [-Warray-bounds]
     a[-1][-1] = 42;
     ~~~~~^~~~
which is not what we want - the <Ucf30> in there at least...


More information about the Gcc-bugs mailing list