re PR middle-end/91190 (ICE on valid code: in hashtab_chk_error, at hash-table.c...
authorJakub Jelinek <jakub@redhat.com>
Fri, 19 Jul 2019 10:26:23 +0000 (12:26 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 19 Jul 2019 10:26:23 +0000 (12:26 +0200)
commit14298fa4891ee9b347d7f286cc8ef266976f9e18
treee9fc9b6ab66a0e34aca203c1589f4af86f54f457
parent22469e4244a549e0745299578ebc5144505a6a51
re PR middle-end/91190 (ICE on valid code: in hashtab_chk_error, at hash-table.c:137)

PR middle-end/91190
* function.c (insert_temp_slot_address): Store into the hash table
a copy of address to avoid RTL sharing issues.

* gcc.c-torture/compile/pr91190.c: New test.

From-SVN: r273599
gcc/ChangeLog
gcc/function.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr91190.c [new file with mode: 0644]