re PR c++/84684 (inserting random code / flags produces wrong code)
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Mar 2018 22:12:45 +0000 (23:12 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Mar 2018 22:12:45 +0000 (23:12 +0100)
commit46cf7fa13bc81496856b23f9100d76b8bfbbb437
tree89c5fdae862264117ae9c0ef3c3de7db44789365
parent34b01e681ea99cfeef9dbb69fbb1f9fb1dc3a088
re PR c++/84684 (inserting random code / flags produces wrong code)

PR c++/84684
* constexpr.c (constexpr_call_hasher::equal): Return false if
lhs->hash != rhs->hash.  Change return 1 to return true and
return 0 to return false.

From-SVN: r258262
gcc/cp/ChangeLog
gcc/cp/constexpr.c