public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101681] New: PMF comparison to nullptr is not considered a constexpr
@ 2021-07-29 21:05 pinskia at gcc dot gnu.org
  2021-08-06 19:08 ` [Bug c++/101681] " StevenSun2021 at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-29 21:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101681
           Summary: PMF comparison to nullptr is not considered a
                    constexpr
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
            Blocks: 55004, 101603
  Target Milestone: ---

Take:
template <bool> struct Z { };

struct C
{
    void f();
    Z<&C::f == nullptr> z;
};
---- CUT ---
This should be accepted in C++11 or newer.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
[Bug 55004] [meta-bug] constexpr issues
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603
[Bug 101603] [meta-bug] pointer to member functions issues

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-11 18:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 21:05 [Bug c++/101681] New: PMF comparison to nullptr is not considered a constexpr pinskia at gcc dot gnu.org
2021-08-06 19:08 ` [Bug c++/101681] " StevenSun2021 at hotmail dot com
2021-08-07  0:33 ` StevenSun2021 at hotmail dot com
2021-08-07  0:43 ` StevenSun2021 at hotmail dot com
2022-01-11 18:40 ` [Bug c++/101681] PMF comparison to nullptr is not considered a constexpr inside a template argument pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).