public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54948] New: template unnecessarily displayed as "A< template-parameter-1-1 >" not "A<T>"
@ 2012-10-17 13:25 redi at gcc dot gnu.org
  2013-04-20 12:03 ` [Bug c++/54948] " manu at gcc dot gnu.org
  2022-01-18 13:24 ` redi at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2012-10-17 13:25 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54948

             Bug #: 54948
           Summary: template unnecessarily displayed as "A<
                    template-parameter-1-1 >" not "A<T>"
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: enhancement
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org


template<typename> struct A;

template<typename T> struct A { A(Y); };

A<int> a;

This invalid code produces:

tp.cc: In instantiation of 'struct A<int>':
tp.cc:5:8:   required from here
tp.cc:3:36: error: 'A< <template-parameter-1-1> >::Y' has incomplete type
 template<typename T> struct A { A(Y); };
                                    ^
tp.cc:3:29: error: declaration of 'struct A<int>'
 template<typename T> struct A { A(Y); };
                             ^

This is correct, but "A< <template-parameter-1-1> >::Y" is rather ugly.

At the point of the error the parameter has a name, so "A<T>::Y" could be shown
instead.


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

end of thread, other threads:[~2022-01-18 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-17 13:25 [Bug c++/54948] New: template unnecessarily displayed as "A< template-parameter-1-1 >" not "A<T>" redi at gcc dot gnu.org
2013-04-20 12:03 ` [Bug c++/54948] " manu at gcc dot gnu.org
2022-01-18 13:24 ` redi 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).