This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8387: [3.3 regression] -finline-limit behavior changed; newinlining flags need doc
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: garloff at suse dot de, gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org,pfeifer at dbai dot tuwien dot ac dot at, dalej at apple dot com, nobody at gcc dot gnu dot org,gcc-prs at gcc dot gnu dot org
- Date: 11 Feb 2003 21:14:18 +0100
- Subject: Re: c/8387: [3.3 regression] -finline-limit behavior changed; newinlining flags need doc
This also happens on -O1 -fpic on i586-pc-linux-gnu. It disappears when
I comment out "flag_crossjumping = 1;" in toplev.c, so this bug probably
is somewhere in cleanup_cfg()
Greetz
Steven