[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread deemkay at gmail dot com
--- Additional Comments From deemkay at gmail dot com 2005-05-01 08:31 --- Created an attachment (id=8780) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8780action=view) cpptest.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:34 --- -Os is compile for size if the size is smaller than there is no bug. We don't care about runtime speed really at -Os. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:35 --- Oh, also I cannot reproduce the slow down that you are getting. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:35 --- Also this is a modified compiler from Gentoo, can you try an unmodified one. -- What|Removed |Added