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

* [Bug c++/106348] c++modules: invalid syntax accepted
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla.gcc at me dot benboeckel.net @ 2022-07-18 22:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Ben Boeckel <bugzilla.gcc at me dot benboeckel.net> ---
Forgot to mention: this occurs as of commit
63d182fb86e47323ac50d9368845d712e1f7da89

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

* [Bug c++/106348] c++modules: invalid syntax accepted
  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
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2022-07-18 22:54 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |13.0

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
g:63d182fb86e47323ac50d9368845d712e1f7da89

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

* [Bug c++/106348] c++modules: invalid syntax accepted
  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
  2 siblings, 0 replies; 4+ messages in thread
From: nshead at gcc dot gnu.org @ 2024-02-11 13:35 UTC (permalink / raw)
  To: gcc-bugs

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

Nathaniel Shead <nshead at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0
                 CC|                            |nshead at gcc dot gnu.org
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=107192
           Assignee|unassigned at gcc dot gnu.org      |nshead at gcc dot gnu.org
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
Fixed with r14-6977-g7f24446a3cf67d.

^ 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).