Bug 28023 - documentation error max-inline-recursive-depth
Summary: documentation error max-inline-recursive-depth
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 4.1.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 07:25 UTC by Erwin Unruh
Modified: 2008-01-12 14:04 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-06-14 07:57:53


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Unruh 2006-06-14 07:25:13 UTC
The default value of max-inline-recursive-depth is 8 in the implementation. The documentation differs, there the default value is 450.
Comment 1 Richard Biener 2006-06-14 07:57:53 UTC
Confirmed.
Comment 2 Jan Hubicka 2008-01-12 14:03:02 UTC
Subject: Bug 28023

Author: hubicka
Date: Sat Jan 12 14:02:06 2008
New Revision: 131492

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131492
Log:

	PR other/28023
	* invoke.texi (max-inline-recursive-depth): Fix default value.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi

Comment 3 Jan Hubicka 2008-01-12 14:04:58 UTC
Fixed in mainline.