public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109677] New: Access control bypass for function template default argument brace initialization of private default constructor
@ 2023-04-29  1:49 ed at catmur dot uk
  2023-04-29  2:31 ` [Bug c++/109677] [11/12/13/14 Regression] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ed at catmur dot uk @ 2023-04-29  1:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109677
           Summary: Access control bypass for function template default
                    argument brace initialization of private default
                    constructor
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ed at catmur dot uk
  Target Milestone: ---

gcc accepts-invalid:

struct B { private: B(); };
template<class T> int f(T = {});
int i = f<B>();

This is mostly a curiosity, but it came up while trying to understand why a
misuse of the passkey pattern was seemingly working.

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

end of thread, other threads:[~2024-01-12 10:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-29  1:49 [Bug c++/109677] New: Access control bypass for function template default argument brace initialization of private default constructor ed at catmur dot uk
2023-04-29  2:31 ` [Bug c++/109677] [11/12/13/14 Regression] " pinskia at gcc dot gnu.org
2023-05-01 12:10 ` ppalka at gcc dot gnu.org
2023-05-29 10:08 ` jakub at gcc dot gnu.org
2024-01-12 10:39 ` rguenth 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).