[Bug c++/94332] [concepts] requires-expression that contains a requires-expression incorrectly evaluates to false

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 11 22:15:23 GMT 2021


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-11-11
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

It seems like requires { true; } is not being folded into true.


More information about the Gcc-bugs mailing list