public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109680] New: Regression where `int() const` is considered convertible to `int(*)()`.
@ 2023-04-29 17:13 dpsicilia at gmail dot com
  2023-04-29 17:28 ` [Bug c++/109680] " pinskia at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: dpsicilia at gmail dot com @ 2023-04-29 17:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109680
           Summary: Regression where `int() const` is considered
                    convertible to `int(*)()`.
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dpsicilia at gmail dot com
  Target Milestone: ---

Demo of problem: https://godbolt.org/z/4z3zs8ocz

Minimal repro:

  static_assert( std::is_convertible_v<int() const, int(*)()> );

fails on all major compilers in C++20 mode, including GCC 12.2, but now passes
on GCC 13.1.0.

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

end of thread, other threads:[~2024-05-21  9:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-29 17:13 [Bug c++/109680] New: Regression where `int() const` is considered convertible to `int(*)()` dpsicilia at gmail dot com
2023-04-29 17:28 ` [Bug c++/109680] " pinskia at gcc dot gnu.org
2023-04-29 17:42 ` [Bug c++/109680] [13/14 Regression] is_convertible<int() const, int(*)()> incorrectly true pinskia at gcc dot gnu.org
2023-05-01  9:03 ` jakub at gcc dot gnu.org
2023-05-01 16:09 ` mpolacek at gcc dot gnu.org
2023-05-01 16:32 ` jakub at gcc dot gnu.org
2023-05-01 23:13 ` mpolacek at gcc dot gnu.org
2023-05-02  7:36 ` jakub at gcc dot gnu.org
2023-05-02 19:22 ` mpolacek at gcc dot gnu.org
2023-05-03 12:58 ` mpolacek at gcc dot gnu.org
2023-05-10 22:25 ` cvs-commit at gcc dot gnu.org
2023-05-10 22:25 ` [Bug c++/109680] [13 " mpolacek at gcc dot gnu.org
2023-07-03 12:08 ` dpsicilia at gmail dot com
2023-07-03 12:36 ` redi at gcc dot gnu.org
2023-07-27  9:25 ` rguenth at gcc dot gnu.org
2023-08-04 18:08 ` pinskia at gcc dot gnu.org
2024-05-21  9:14 ` jakub 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).