public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error
       [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
@ 2020-10-09  0:16 ` ldalessandro at gmail dot com
  2021-08-09 22:55 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ldalessandro at gmail dot com @ 2020-10-09  0:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Luke Dalessandro <ldalessandro at gmail dot com> ---
Just ran into this today while testing 11. https://godbolt.org/z/37G7P5

Any possibility we'll see a fix soon?

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

* [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error
       [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
  2020-10-09  0:16 ` [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error ldalessandro at gmail dot com
@ 2021-08-09 22:55 ` pinskia at gcc dot gnu.org
  2021-12-08 17:30 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-09 22:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks fixed in GCC 11+.

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

* [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error
       [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
  2020-10-09  0:16 ` [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error ldalessandro at gmail dot com
  2021-08-09 22:55 ` pinskia at gcc dot gnu.org
@ 2021-12-08 17:30 ` marxin at gcc dot gnu.org
  2021-12-08 17:32 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-08 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-bisection             |
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed with r11-3882-g06bec55e80d98419.

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

* [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error
       [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-12-08 17:30 ` marxin at gcc dot gnu.org
@ 2021-12-08 17:32 ` jakub at gcc dot gnu.org
  2021-12-08 17:32 ` pinskia at gcc dot gnu.org
  2021-12-08 18:44 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-12-08 17:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Are you sure?  That was an i386 backend change...

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

* [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error
       [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-12-08 17:32 ` jakub at gcc dot gnu.org
@ 2021-12-08 17:32 ` pinskia at gcc dot gnu.org
  2021-12-08 18:44 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-08 17:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #3)
> Fixed with r11-3882-g06bec55e80d98419.

Huh? This does not make sense.

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

* [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error
       [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-12-08 17:32 ` pinskia at gcc dot gnu.org
@ 2021-12-08 18:44 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-08 18:44 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu.org

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Sorry, it's the revision after the mentioned one: r11-3883-g068644a14976ce67.

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

end of thread, other threads:[~2021-12-08 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85576-4@http.gcc.gnu.org/bugzilla/>
2020-10-09  0:16 ` [Bug c++/85576] A template union containing a friend function causes non-template type used as a template error ldalessandro at gmail dot com
2021-08-09 22:55 ` pinskia at gcc dot gnu.org
2021-12-08 17:30 ` marxin at gcc dot gnu.org
2021-12-08 17:32 ` jakub at gcc dot gnu.org
2021-12-08 17:32 ` pinskia at gcc dot gnu.org
2021-12-08 18:44 ` marxin 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).