public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25666]  New: Bad diagnostic for templated destructor as friend
@ 2006-01-04 11:16 reichelt at gcc dot gnu dot org
  2006-01-04 15:00 ` [Bug c++/25666] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-01-04 11:16 UTC (permalink / raw)
  To: gcc-bugs

This is a spin-off for the diagnostic issue from PR 25638:

=========================================
struct A { ~A(); };

struct B
{
    template<int> friend A::~A();
};
=========================================

For the above code we get the error message:

  bug.cc:5: error: prototype for 'A::~A()' does not match any in class 'A'
  bug.cc:1: error: candidate is: A::~A()

The error message could be better:
1) A destructor can never be a template. This is not mentioned yet.
2) We only print 'A::~A()' as the prototype. We should probably print
   that we have a template here. Otherwise there's no difference to the
   rejected candidate.


-- 
           Summary: Bad diagnostic for templated destructor as friend
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: diagnostic, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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



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

* [Bug c++/25666] Bad diagnostic for templated destructor as friend
  2006-01-04 11:16 [Bug c++/25666] New: Bad diagnostic for templated destructor as friend reichelt at gcc dot gnu dot org
@ 2006-01-04 15:00 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-04 15:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-04 15:00 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-04 15:00:48
               date|                            |


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



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

* [Bug c++/25666] Bad diagnostic for templated destructor as friend
       [not found] <bug-25666-4@http.gcc.gnu.org/bugzilla/>
  2012-10-16  1:18 ` paolo.carlini at oracle dot com
@ 2013-05-25  8:41 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-05-25  8:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Fixed for 4.9.0.


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

* [Bug c++/25666] Bad diagnostic for templated destructor as friend
       [not found] <bug-25666-4@http.gcc.gnu.org/bugzilla/>
@ 2012-10-16  1:18 ` paolo.carlini at oracle dot com
  2013-05-25  8:41 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-10-16  1:18 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|gcc-bugs at gcc dot gnu.org |
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-16 01:18:41 UTC ---
On it.


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

end of thread, other threads:[~2013-05-25  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-04 11:16 [Bug c++/25666] New: Bad diagnostic for templated destructor as friend reichelt at gcc dot gnu dot org
2006-01-04 15:00 ` [Bug c++/25666] " pinskia at gcc dot gnu dot org
     [not found] <bug-25666-4@http.gcc.gnu.org/bugzilla/>
2012-10-16  1:18 ` paolo.carlini at oracle dot com
2013-05-25  8:41 ` paolo.carlini at oracle dot com

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).