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: test patch for computed gotos


> Index: doc/invoke.texi
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
> retrieving revision 1.240
> diff -c -p -d -r1.240 invoke.texi
> *** doc/invoke.texi	13 Feb 2003 17:23:56 -0000	1.240
> --- doc/invoke.texi	15 Feb 2003 02:26:03 -0000
> *************** In each case, the @var{value} is an inte
> *** 4346,4351 ****
> --- 4346,4358 ----
>   @var{name} are given in the following table:
>   
>   @table @gcctabopt
> + @item max-crossjump-edges
> + The maximum number of incoming edges to consider for crossjumping.
> + The algorithm used by @option(-fcrossjumping) is @math{O(N^2)} in

                          ^^^^^^^^^^^^^^^^^^^^^^^

should be @option{-fcrossjumping}, I think.


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