Commit c782f1dd by Kazu Hirata Committed by Kazu Hirata

* doc/extend.texi, doc/invoke.texi: Fix typos.

From-SVN: r146303
parent 8d22d141
2009-04-18 Kazu Hirata <kazu@codesourcery.com>
* doc/extend.texi, doc/invoke.texi: Fix typos.
2009-04-17 Cary Coutant <ccoutant@google.com>
* tree-flow-inline.h (get_lineno): Fix inverted test.
......
......@@ -6758,7 +6758,7 @@ This is an acceptable initializer even if @var{EXPRESSION} is not a
constant expression, including the case where
@code{__builtin_constant_p} returns 1 because @var{EXPRESSION} can be
folded to a constant but @var{EXPRESSION} contains operands that would
not otherwize be permitted in a static initializer (for example,
not otherwise be permitted in a static initializer (for example,
@code{0 && foo ()}). GCC must be more conservative about evaluating the
built-in in this case, because it has no opportunity to perform
optimization.
......
......@@ -15568,14 +15568,14 @@ This option is available for Cygwin and MinGW targets. It
specifies that a console application is to be generated, by
instructing the linker to set the PE header subsystem type
required for console applications.
This is the default behaviour for Cygwin and MinGW targets.
This is the default behavior for Cygwin and MinGW targets.
@item -mcygwin
@opindex mcygwin
This option is available for Cygwin targets. It specifies that
the Cygwin internal interface is to be used for predefined
preprocessor macros, C runtime libraries and related linker
paths and options. For Cygwin targets this is the default behaviour.
paths and options. For Cygwin targets this is the default behavior.
This option is deprecated and will be removed in a future release.
@item -mno-cygwin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment