Re: [PATCH] Fix operand_equal_p hash checking (PR c++/70906, PR c++/70933)

2016-05-04 Thread Richard Biener
On May 4, 2016 9:29:37 PM GMT+02:00, Jakub Jelinek wrote: >Hi! > >These 2 PRs were DUPed, yet they are actually different, but somewhat >related. >One of the ICEs is due to the OEP_ADDRESS_OF consistency checks that >both operand_equal_p and inchash::add_expr have (that want to

[PATCH] Fix operand_equal_p hash checking (PR c++/70906, PR c++/70933)

2016-05-04 Thread Jakub Jelinek
Hi! These 2 PRs were DUPed, yet they are actually different, but somewhat related. One of the ICEs is due to the OEP_ADDRESS_OF consistency checks that both operand_equal_p and inchash::add_expr have (that want to verify that we don't e.g. have ADDR_EXPR of ADDR_EXPR). operand_equal_p never