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
9277bbca
Commit
9277bbca
authored
Aug 24, 2014
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Aug 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (Optimize Options): Fix markup in two cases.
From-SVN: r214409
parent
37c5f877
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
9277bbca
2014
-
08
-
24
Gerald
Pfeifer
<
gerald
@
pfeifer
.
com
>
*
doc
/
invoke
.
texi
(
Optimize
Options
):
Fix
markup
in
two
cases
.
2014
-
08
-
24
Oleg
Endo
<
olegendo
@
gcc
.
gnu
.
org
>
2014
-
08
-
24
Oleg
Endo
<
olegendo
@
gcc
.
gnu
.
org
>
PR
target
/
61996
PR
target
/
61996
...
...
gcc/doc/invoke.texi
View file @
9277bbca
...
@@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
...
@@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
@opindex foptimize-strlen
@opindex foptimize-strlen
Optimize various standard C string functions (e.g. @code{strlen},
Optimize various standard C string functions (e.g. @code{strlen},
@code{strchr} or @code{strcpy}) and
@code{strchr} or @code{strcpy}) and
their
_FORTIFY_SOURCE
counterparts into faster alternatives.
their
@code{_FORTIFY_SOURCE}
counterparts into faster alternatives.
Enabled at levels @option{-O2}, @option{-O3}.
Enabled at levels @option{-O2}, @option{-O3}.
...
@@ -7401,7 +7401,7 @@ register, compare it against zero, then branch based upon the result.
...
@@ -7401,7 +7401,7 @@ register, compare it against zero, then branch based upon the result.
This
option
is
only
meaningful
on
architectures
that
support
such
This
option
is
only
meaningful
on
architectures
that
support
such
instructions
,
which
include
x86
,
PowerPC
,
IA
-
64
and
S
/
390.
instructions
,
which
include
x86
,
PowerPC
,
IA
-
64
and
S
/
390.
Enabled
by
default
at
-
O1
and
higher
.
Enabled
by
default
at
@
option
{-
O1
}
and
higher
.
The
default
is
@
option
{-
fbranch
-
count
-
reg
}.
The
default
is
@
option
{-
fbranch
-
count
-
reg
}.
...
...
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