This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/35042] Documentation for -finline-limit is incorrect
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2008 15:54:43 -0000
- Subject: [Bug other/35042] Documentation for -finline-limit is incorrect
- References: <bug-35042-15713@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rguenth at gcc dot gnu dot org 2008-01-31 15:54 -------
-finline-limit=N should be deprecated. It is an alias for --param
max-inline-insns-single=N/2 --param max-inline-insns-auto=N/2.
There is no real default, instead the defaults for max-inline-insns-single is
450, the one for max-inline-insns-auto is 90.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-31 15:54:43
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35042