This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/23425] vector::clear should be manually inlined
- From: "phython at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2005 07:21:35 -0000
- Subject: [Bug libstdc++/23425] vector::clear should be manually inlined
- References: <20050816182420.23425.tkho@ucla.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From phython at gcc dot gnu dot org 2005-08-18 07:21 -------
I see absolutely no difference between the code generated for clear1() and
clear2() on powerpc-linux-gnu. This includes the final_cleanup tree dump and
the assembly output using g++ -O2.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23425