Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c782f1dd
Commit
c782f1dd
authored
Apr 18, 2009
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 18, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi, doc/invoke.texi: Fix typos.
From-SVN: r146303
parent
8d22d141
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+1
-1
gcc/doc/invoke.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
c782f1dd
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.
...
...
gcc/doc/extend.texi
View file @
c782f1dd
...
...
@@ -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
otherwi
z
e
be
permitted
in
a
static
initializer
(
for
example
,
not
otherwi
s
e
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
.
...
...
gcc/doc/invoke.texi
View file @
c782f1dd
...
...
@@ -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
behavio
u
r
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
behavio
u
r
.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment