public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15538] Misleading diagnostic for recursive template instantiation
       [not found] <bug-15538-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-05  2:38 ` pinskia at gcc dot gnu.org
  2021-08-05  2:45 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-05  2:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |7.0

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #8)
> No change in GCC 7.0.

> t.C: In instantiation of ‘struct A<H<bool> >’:
> t.C:5:8:   required from ‘struct H<bool>’
> t.C:7:9:   required from here
> t.C:2:26: error: invalid use of incomplete type ‘struct H<bool>’
>  struct A { typename D::Q r;};
>                           ^
> t.C:5:8: note: declaration of ‘struct H<bool>’
>  struct H : A<H<G> > { typedef G* Q; };
>         ^

No that is what we want.  Before it was "no type named 'Q' in 'struct
H<bool>'".

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

* [Bug c++/15538] Misleading diagnostic for recursive template instantiation
       [not found] <bug-15538-4@http.gcc.gnu.org/bugzilla/>
  2021-08-05  2:38 ` [Bug c++/15538] Misleading diagnostic for recursive template instantiation pinskia at gcc dot gnu.org
@ 2021-08-05  2:45 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-05  2:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed by r7-4510.

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

end of thread, other threads:[~2021-08-05  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-15538-4@http.gcc.gnu.org/bugzilla/>
2021-08-05  2:38 ` [Bug c++/15538] Misleading diagnostic for recursive template instantiation pinskia at gcc dot gnu.org
2021-08-05  2:45 ` 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).