public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/106348] New: c++modules: invalid syntax accepted
@ 2022-07-18 22:24 bugzilla.gcc at me dot benboeckel.net
  2022-07-18 22:27 ` [Bug c++/106348] " bugzilla.gcc at me dot benboeckel.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla.gcc at me dot benboeckel.net @ 2022-07-18 22:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106348
           Summary: c++modules: invalid syntax accepted
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bugzilla.gcc at me dot benboeckel.net
  Target Milestone: ---

Source code:

```cpp
export module foo;
export import foo:part; // this line

export constexpr int m = 0;
```

Apparently line 2 should be `export import :part;` and the syntax as shown is
ill-formed. GCC doesn't reject it.

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

end of thread, other threads:[~2024-02-11 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 22:24 [Bug c++/106348] New: c++modules: invalid syntax accepted bugzilla.gcc at me dot benboeckel.net
2022-07-18 22:27 ` [Bug c++/106348] " bugzilla.gcc at me dot benboeckel.net
2022-07-18 22:54 ` redi at gcc dot gnu.org
2024-02-11 13:35 ` nshead 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).