This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: max-inline-insns


Mark Mitchell <mark@codesourcery.com> writes:

> Ian Lance Taylor wrote:
> 
> > Richard Henderson <rth@redhat.com> writes:
> >
> >>On Thu, Jan 22, 2004 at 07:49:15PM -0500, Ian Lance Taylor wrote:
> >>
> >>>	* doc/invoke.texi (Optimize Options): Note that --param arguments
> >>>	are subject to change without notice.
> >>
> >>Ok.
> > Committed.
> > Mark, is this OK for the 3.4 branch?
> > Ian
> 
> Sure.

Done.

Ian


2004-01-23  Ian Lance Taylor  <ian@wasabisystems.com>

	* doc/invoke.texi (Optimize Options): Note that --param arguments
	are subject to change without notice.


Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.390.2.5
diff -p -u -r1.390.2.5 invoke.texi
--- doc/invoke.texi	18 Jan 2004 11:59:07 -0000	1.390.2.5
+++ doc/invoke.texi	23 Jan 2004 19:05:44 -0000
@@ -4659,6 +4659,10 @@ that contain more that a certain number 
 control some of these constants on the command-line using the
 @option{--param} option.
 
+The names of specific parameters, and the meaning of the values, are
+tied to the internals of the compiler, and are subject to change
+without notice in future releases.
+
 In each case, the @var{value} is an integer.  The allowable choices for
 @var{name} are given in the following table:
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]