PR c++/84684
commitc751e2cd4cc2e15f626c8c9ee6cfeb7fcf48410f
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2018 22:12:45 +0000 (5 22:12 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2018 22:12:45 +0000 (5 22:12 +0000)
tree89c5fdae862264117ae9c0ef3c3de7db44789365
parent521876a4898112b4657e0b4c19e78018dbd03525
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258262 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/constexpr.c