public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/65608] New: [meta-bug] friend issues
@ 2015-03-27 17:46 paolo.carlini at oracle dot com
  2015-03-27 17:58 ` [Bug c++/65608] " paolo.carlini at oracle dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-03-27 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65608
           Summary: [meta-bug] friend issues
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: paolo.carlini at oracle dot com


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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
@ 2015-03-27 17:58 ` paolo.carlini at oracle dot com
  2021-05-21 15:19 ` jason at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-03-27 17:58 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-27
            Version|4.9.0                       |5.0
     Ever confirmed|0                           |1


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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
  2015-03-27 17:58 ` [Bug c++/65608] " paolo.carlini at oracle dot com
@ 2021-05-21 15:19 ` jason at gcc dot gnu.org
  2021-08-03  5:05 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2021-05-21 15:19 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 52625 Summary: [9/10 Regression] Incorrect specialization semantics of friend class template declaration
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52625

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

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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
  2015-03-27 17:58 ` [Bug c++/65608] " paolo.carlini at oracle dot com
  2021-05-21 15:19 ` jason at gcc dot gnu.org
@ 2021-08-03  5:05 ` pinskia at gcc dot gnu.org
  2021-09-02  1:09 ` egallager at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-03  5:05 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 37804 Summary: friend declaration leaks into global scope at template instantiation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37804

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

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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
                   ` (2 preceding siblings ...)
  2021-08-03  5:05 ` pinskia at gcc dot gnu.org
@ 2021-09-02  1:09 ` egallager at gcc dot gnu.org
  2022-05-13 11:43 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-09-02  1:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Alias|                            |cxxfriends
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
alias cxxfriends

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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
                   ` (3 preceding siblings ...)
  2021-09-02  1:09 ` egallager at gcc dot gnu.org
@ 2022-05-13 11:43 ` jason at gcc dot gnu.org
  2024-04-06  3:45 ` pinskia at gcc dot gnu.org
  2024-05-07 20:40 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2022-05-13 11:43 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 41723 Summary: [9/10 Regression] Error when using a qualified name to declare a nested template instantiation as a friend of the containing template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41723

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

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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
                   ` (4 preceding siblings ...)
  2022-05-13 11:43 ` jason at gcc dot gnu.org
@ 2024-04-06  3:45 ` pinskia at gcc dot gnu.org
  2024-05-07 20:40 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-06  3:45 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 51757 Summary: friend defined inside class and declared inside main linker error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51757

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

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

* [Bug c++/65608] [meta-bug] friend issues
  2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
                   ` (5 preceding siblings ...)
  2024-04-06  3:45 ` pinskia at gcc dot gnu.org
@ 2024-05-07 20:40 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2024-05-07 20:40 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 114459 Summary: [C++26] P2893R3 - Variadic friends
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114459

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

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

end of thread, other threads:[~2024-05-07 20:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27 17:46 [Bug c++/65608] New: [meta-bug] friend issues paolo.carlini at oracle dot com
2015-03-27 17:58 ` [Bug c++/65608] " paolo.carlini at oracle dot com
2021-05-21 15:19 ` jason at gcc dot gnu.org
2021-08-03  5:05 ` pinskia at gcc dot gnu.org
2021-09-02  1:09 ` egallager at gcc dot gnu.org
2022-05-13 11:43 ` jason at gcc dot gnu.org
2024-04-06  3:45 ` pinskia at gcc dot gnu.org
2024-05-07 20:40 ` jakub 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).