public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/111173] New: G++ allows constinit functions
@ 2023-08-27 16:16 janschultke at googlemail dot com
  2023-08-27 16:47 ` [Bug c++/111173] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: janschultke at googlemail dot com @ 2023-08-27 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111173
           Summary: G++ allows constinit functions
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: janschultke at googlemail dot com
  Target Milestone: ---

## Code to Reproduce

using Function = int();
constinit Function f;


## Expected Output (provided by clang trunk)

<source>:2:1: error: constinit can only be used in variable declarations
    2 | constinit Function f;
      | ^
1 error generated.


## Actual Output (https://godbolt.org/z/7rdEhhj1s)

This code compiles with any version of GCC that supports C++20 from what I
could tell. constinit looks to have no effect.

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

end of thread, other threads:[~2023-08-30 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27 16:16 [Bug c++/111173] New: G++ allows constinit functions janschultke at googlemail dot com
2023-08-27 16:47 ` [Bug c++/111173] " pinskia at gcc dot gnu.org
2023-08-27 17:09 ` janschultke at googlemail dot com
2023-08-28 15:28 ` mpolacek at gcc dot gnu.org
2023-08-30 14:41 ` cvs-commit at gcc dot gnu.org
2023-08-30 14:46 ` mpolacek 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).