public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues
@ 2021-09-16 23:59 pinskia at gcc dot gnu.org
  2021-09-17  0:09 ` [Bug middle-end/102380] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-16 23:59 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102380
           Summary: [meta-bug] visibility (fvisibility=* and attributes)
                    issues
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: meta-bug
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
@ 2021-09-17  0:09 ` pinskia at gcc dot gnu.org
  2021-09-17  0:20 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-17  0:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is already a keyword ...

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
  2021-09-17  0:09 ` [Bug middle-end/102380] " pinskia at gcc dot gnu.org
@ 2021-09-17  0:20 ` pinskia at gcc dot gnu.org
  2022-01-01 23:20 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-17  0:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102380
Bug 102380 depends on bug 91766, which changed state.

Bug 91766 Summary: -fvisibility=hidden during -fpic still uses GOT indirection on arm64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91766

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
  2021-09-17  0:09 ` [Bug middle-end/102380] " pinskia at gcc dot gnu.org
  2021-09-17  0:20 ` pinskia at gcc dot gnu.org
@ 2022-01-01 23:20 ` pinskia at gcc dot gnu.org
  2022-01-19 17:44 ` egallager at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-01 23:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102380
Bug 102380 depends on bug 50483, which changed state.

Bug 50483 Summary: lto turns visibility from HIDDEN to DEFAULT
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50483

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-01-01 23:20 ` pinskia at gcc dot gnu.org
@ 2022-01-19 17:44 ` egallager at gcc dot gnu.org
  2022-05-06 14:20 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-01-19 17:44 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org
           Keywords|                            |visibility

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> There is already a keyword ...

...adding it, then, so people can see what it is (it's just "visibility")

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-01-19 17:44 ` egallager at gcc dot gnu.org
@ 2022-05-06 14:20 ` redi at gcc dot gnu.org
  2022-10-20 17:53 ` amonakov at gcc dot gnu.org
  2023-01-04 18:54 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2022-05-06 14:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102380
Bug 102380 depends on bug 99871, which changed state.

Bug 99871 Summary: #includes inside push visibility scope
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99871

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-05-06 14:20 ` redi at gcc dot gnu.org
@ 2022-10-20 17:53 ` amonakov at gcc dot gnu.org
  2023-01-04 18:54 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: amonakov at gcc dot gnu.org @ 2022-10-20 17:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102380
Bug 102380 depends on bug 99619, which changed state.

Bug 99619 Summary: fails to infer local-dynamic TLS model from hidden visibility
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99619

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues
  2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-10-20 17:53 ` amonakov at gcc dot gnu.org
@ 2023-01-04 18:54 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-01-04 18:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102380
Bug 102380 depends on bug 100593, which changed state.

Bug 100593 Summary: [ELF] -fno-pic: Use GOT to take address of an external default visibility function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100593

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

end of thread, other threads:[~2023-01-04 18:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 23:59 [Bug middle-end/102380] New: [meta-bug] visibility (fvisibility=* and attributes) issues pinskia at gcc dot gnu.org
2021-09-17  0:09 ` [Bug middle-end/102380] " pinskia at gcc dot gnu.org
2021-09-17  0:20 ` pinskia at gcc dot gnu.org
2022-01-01 23:20 ` pinskia at gcc dot gnu.org
2022-01-19 17:44 ` egallager at gcc dot gnu.org
2022-05-06 14:20 ` redi at gcc dot gnu.org
2022-10-20 17:53 ` amonakov at gcc dot gnu.org
2023-01-04 18:54 ` pinskia 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).