This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12219] inline doesn't always cause inlining, even when it's possible
- From: "zack at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2003 00:05:58 -0000
- Subject: [Bug c++/12219] inline doesn't always cause inlining, even when it's possible
- References: <20030908225729.12219.dbaron@dbaron.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12219
------- Additional Comments From zack at gcc dot gnu dot org 2003-09-09 00:05 -------
Please post results for -O2 -fno-unit-at-a-time and -O2 -funit-at-a-time. I am
not sure what the current default is for that switch, but this is the sort of
thing that unit-at-a-time mode was intended to address.