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

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

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed reduced testcase, removing the include:
typedef decltype(nullptr) indirect;
struct indirect_null {
     operator indirect() const;
};
int* pi = nullptr;
bool b = pi == indirect_null{};

Reply via email to