public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9622: [3.2 regression] __PRETTY_FUNCTION__ incorrect in template dtors
@ 2003-04-25 21:14 jbuck
  0 siblings, 0 replies; 3+ messages in thread
From: jbuck @ 2003-04-25 21:14 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jamagallon, nobody

Synopsis: [3.2 regression] __PRETTY_FUNCTION__ incorrect in template dtors

State-Changed-From-To: analyzed->closed
State-Changed-By: jbuck
State-Changed-When: Fri Apr 25 21:14:12 2003
State-Changed-Why:
    Fixed for 3.3.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9622


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

* Re: c++/9622: [3.2 regression] __PRETTY_FUNCTION__ incorrect in template dtors
@ 2003-02-08  7:36 Danny Smith
  0 siblings, 0 replies; 3+ messages in thread
From: Danny Smith @ 2003-02-08  7:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/9622; it has been noted by GNATS.

From: Danny Smith <dannysmith@clear.net.nz>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
 jamagallon@able.es, gcc-prs@gcc.gnu.org
Cc:  
Subject: Re: c++/9622: [3.2 regression] __PRETTY_FUNCTION__ incorrect in
 template dtors
Date: Sat, 08 Feb 2003 07:29:02 +0000

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=g
 cc&pr=9622
 
 
 This is duplicate of 7768
 The audit trail for that PR provides links to the diffs for 3.3. fix.
 It's a one-liner, applies cleanly to 3.2.2 release and allows the
 testsuite/g++.dg/template/pretty1.C  (added with patch for 7768) to pass
 on 3.2 branch
 
 Danny
 


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

* Re: c++/9622: [3.2 regression] __PRETTY_FUNCTION__ incorrect in template dtors
@ 2003-02-08  0:28 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-02-08  0:28 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jamagallon, nobody

Old Synopsis: __PRETTY_FUNCION__ incorrect in template dtors
New Synopsis: [3.2 regression] __PRETTY_FUNCTION__ incorrect in template dtors

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Sat Feb  8 00:28:06 2003
State-Changed-Why:
    Fixed in 3.3 and 3.4, not fixed in 3.2.2. Worked in 2.95:
    
    tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ z.cc
    tmp/g> ./a.out
    A::A()
    B<T>::B() [with T = int]
    B<T>::~B() [with T = int]
    A::~A()
    
    tmp/g> /home/bangerth/bin/gcc-3.2.2-pre/bin/c++ z.cc
    tmp/g> ./a.out
    A::A()
    B<T>::B() [with T = int]
    void B<T>::B() [with T = int]
    A::~A()
    
    tmp/g> c++ z.cc
    tmp/g> ./a.out
    A::A()
    B<int>::B()
    B<int>::~B()
    A::~A()
    
    I think I recall that there was once a report in the bug
    database about this case. It may contain a clue as to
    what patch fixed this. If you want, it would be great
    if you could try to find this patch, and it might go
    into a possible gcc3.2.3, if such a release ever happens.
    
    Thanks 
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9622


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

end of thread, other threads:[~2003-04-25 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25 21:14 c++/9622: [3.2 regression] __PRETTY_FUNCTION__ incorrect in template dtors jbuck
  -- strict thread matches above, loose matches on Subject: below --
2003-02-08  7:36 Danny Smith
2003-02-08  0:28 bangerth

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