public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101500] New: gcc accepts the code with extra curly braces
@ 2021-07-18 21:28 fchelnokov at gmail dot com
  2021-07-19 10:36 ` [Bug c++/101500] [9/10/11/12 Regression] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fchelnokov at gmail dot com @ 2021-07-18 21:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101500
           Summary: gcc accepts the code with extra curly braces
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fchelnokov at gmail dot com
  Target Milestone: ---

The following ill-formed code is the illustration
```
struct A
{
    A() {}
    A( A&& ) = delete;
    ~A() {}
};

int main() {
    const A a = {{A{}}}; //error line
}
```
https://gcc.godbolt.org/z/eq5WhTfz3

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

end of thread, other threads:[~2022-05-27  9:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 21:28 [Bug c++/101500] New: gcc accepts the code with extra curly braces fchelnokov at gmail dot com
2021-07-19 10:36 ` [Bug c++/101500] [9/10/11/12 Regression] " redi at gcc dot gnu.org
2021-07-19 11:50 ` rguenth at gcc dot gnu.org
2022-01-20 12:43 ` rguenth at gcc dot gnu.org
2022-04-15 15:44 ` [Bug c++/101500] [C++17] [DR2311] " jason at gcc dot gnu.org
2022-05-27  9:06 ` 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).