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
83c99486
Commit
83c99486
authored
Sep 16, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Fix typos. Follow spelling conventions.
From-SVN: r87606
parent
1f2959f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+5
-5
No files found.
gcc/ChangeLog
View file @
83c99486
2004
-
09
-
16
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
doc
/
invoke
.
texi
:
Fix
typos
.
Follow
spelling
conventions
.
2004
-
09
-
16
Nathan
Sidwell
<
nathan
@
codesourcery
.
com
>
*
doc
/
c
-
tree
.
texi
(
Classes
):
Remove
index
entries
for
...
...
gcc/doc/invoke.texi
View file @
83c99486
...
...
@@ -3658,7 +3658,7 @@ to the source file name. If the @samp{-@var{options}} form is used,
@item -fdump-ipa-@var{switch}
@opindex fdump-ipa
Control the dumping at various stages of inter-procedural analy
i
sis
Control the dumping at various stages of inter-procedural analysis
language tree to a file. The file name is generated by appending a switch
specific suffix to the source file name. The following dumps are possible:
...
...
@@ -4620,7 +4620,7 @@ default at -O and higher.
@
item
-
ftree
-
ch
Perform
loop
header
copying
on
trees
.
This
is
beneficial
since
it
increases
effectiv
ity
of
code
motion
optimizations
.
It
also
saves
one
jump
.
This
flag
effectiv
eness
of
code
motion
optimizations
.
It
also
saves
one
jump
.
This
flag
is
enabled
by
default
at
-
O
and
higher
.
It
is
not
enabled
for
-
Os
,
since
it
usually
increases
code
size
.
...
...
@@ -12114,7 +12114,7 @@ available to be linked against from outside the shared object.
@code{protected} and @code{internal} are pretty useless in real-world
usage so the only other commonly used option will be @code{hidden}.
The default if -fvisibility isn'
t
specified
is
@
code
{
default
}
ie
;
make
every
symbol
public
-
this
causes
the
same
behavio
u
r
as
previous
versions
of
symbol
public
-
this
causes
the
same
behavior
as
previous
versions
of
GCC
.
A
good
explanation
of
the
benefits
offered
by
ensuring
ELF
...
...
@@ -12430,8 +12430,8 @@ precompiled header to be ignored, please consider filing a bug report,
see
@
ref
{
Bugs
}.
If
you
do
use
differing
options
when
generating
and
using
the
precompiled
header
,
the
actual
behavio
u
r
will
be
a
mixture
of
the
behavio
u
r
for
the
options
.
For
instance
,
if
you
use
@
option
{-
g
}
to
precompiled
header
,
the
actual
behavior
will
be
a
mixture
of
the
behavior
for
the
options
.
For
instance
,
if
you
use
@
option
{-
g
}
to
generate
the
precompiled
header
but
not
when
using
it
,
you
may
or
may
not
get
debugging
information
for
routines
in
the
precompiled
header
.
...
...
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