public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/114818] New: 'constructor', 'destructor' function attributes vs. 'extern'
@ 2024-04-23  6:28 tschwinge at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: tschwinge at gcc dot gnu.org @ 2024-04-23  6:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114818
           Summary: 'constructor', 'destructor' function attributes vs.
                    'extern'
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: diagnostic, documentation
          Severity: minor
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tschwinge at gcc dot gnu.org
  Target Milestone: ---

By chance, I noticed that when 'constructor', 'destructor' function attributes
appear on an 'extern' function declaration, then that is (a) accepted without
any diagnostic by the C, C++ front ends, but (b) no 'constructor', 'destructor'
calls are emitted.  (Doesn't matter whether the function does or doesn't get
linked in.)

Assuming that is the expected behavior, should we update 'gcc/doc/extend.texi'
for this, and implement a diagnostic (warning or even error, enabled by
default)?

I found that in 'gcc/doc/tm.texi', '@node Initialization' we state:

    [...] Each
    object file that defines an initialization function also puts a word in
    the constructor section to point to that function.  [...]

Note "defines", which excludes 'extern'.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-23  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-23  6:28 [Bug c/114818] New: 'constructor', 'destructor' function attributes vs. 'extern' tschwinge 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).