public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/78923] [C++98/11/14] bad error message about missing template argument
       [not found] <bug-78923-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-05  8:16 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: pinskia at gcc dot gnu.org @ 2021-08-05  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|bad error message about     |[C++98/11/14] bad error
                   |missing template argument   |message about missing
                   |                            |template argument

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
C++17 and C++20 modes give a decent error message:
<source>:11:9: error: class template placeholder 'A' not permitted in this
context
   11 | B<T>::B(A*) { // <-- should be:  B<T>::B(A<T>*) {
      |         ^

C++98, 11, and 14 still give the bad one:
<source>:11:8: error: expected constructor, destructor, or type conversion
before '(' token

I don't know how useful this is as GCC 11+ default to C++17.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-05  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-78923-4@http.gcc.gnu.org/bugzilla/>
2021-08-05  8:16 ` [Bug c++/78923] [C++98/11/14] bad error message about missing template argument 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).