This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-finline-functions does not affect libstdc++?
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 27 Oct 2003 18:58:50 +0100 (CET)
- Subject: -finline-functions does not affect libstdc++?
Hi!
It seems specifying -finline-functions with gcc3.4 does not affect
libstdc++ declarations!? I figured this out while doing work on
attribute((leafify)). Is this intentional? At least it hurts performance
quite a bit!
Richard.