This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52746] [4.7/4.8 Regression] Explicit virtual destructor call replaced by direct call in template function
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Mar 2012 08:53:58 +0000
- Subject: [Bug c++/52746] [4.7/4.8 Regression] Explicit virtual destructor call replaced by direct call in template function
- Auto-submitted: auto-generated
- References: <bug-52746-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52746
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-03-28
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
Target Milestone|--- |4.7.1
Summary|[4.7 Regression] Explicit |[4.7/4.8 Regression]
|virtual destructor call |Explicit virtual destructor
|replaced by direct call in |call replaced by direct
|template function |call in template function
Ever Confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-28 08:53:58 UTC ---
Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183133
aka second part of PR48051 fix.