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

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Mar  5 22:12:45 2018
New Revision: 258262

URL: https://gcc.gnu.org/viewcvs?rev=258262&root=gcc&view=rev
Log:
        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.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/constexpr.c

Reply via email to