This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49488] [C++0x] Use 'final' for devirtualization purposes
- From: "vincenzo.innocente at cern dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 May 2012 08:00:07 +0000
- Subject: [Bug c++/49488] [C++0x] Use 'final' for devirtualization purposes
- Auto-submitted: auto-generated
- References: <bug-49488-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49488
--- Comment #6 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2012-05-02 08:00:07 UTC ---
it looks to me that it is not effective with operators (see PR53186)