[Bug target/86139] [7/8/9 Regression] ICE in in store_constructor, at expr.c:6849 on aarch64-linux-gnu and arm-linux-gnueabihf

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 14 08:34:00 GMT 2018


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2018-06-14
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The issue is that build_word_mode_vector_type uses type_hash_canon on already
canonicalized input which is something it doesn't expect.

Testing trivial patch.


More information about the Gcc-bugs mailing list