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
38528d50
Commit
38528d50
authored
Mar 07, 2011
by
Mingjie Xing
Committed by
Mingjie Xing
Mar 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant word 'See' before @xref
From-SVN: r170730
parent
0d14c757
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+5
-0
gcc/doc/cfg.texi
+1
-2
gcc/doc/invoke.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
38528d50
2011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
* doc/cfg.texi: Remove "See" before @ref.
* doc/invoke.texi: Likewise.
2011-03-05 Jason Merrill <jason@redhat.com>
2011-03-05 Jason Merrill <jason@redhat.com>
* doc/invoke.texi (C++ Dialect Options): Document ABI v5.
* doc/invoke.texi (C++ Dialect Options): Document ABI v5.
...
...
gcc/doc/cfg.texi
View file @
38528d50
...
@@ -559,8 +559,7 @@ rechains the remaining statements in a basic block, if any.
...
@@ -559,8 +559,7 @@ rechains the remaining statements in a basic block, if any.
In
the
RTL
representation
,
the
macros
@code
{
BB_HEAD
}
and
@code
{
BB_END
}
In
the
RTL
representation
,
the
macros
@code
{
BB_HEAD
}
and
@code
{
BB_END
}
may
be
used
to
get
the
head
and
end
@code
{
rtx
}
of
a
basic
block
.
No
may
be
used
to
get
the
head
and
end
@code
{
rtx
}
of
a
basic
block
.
No
abstract
iterators
are
defined
for
traversing
the
insn
chain
,
but
you
abstract
iterators
are
defined
for
traversing
the
insn
chain
,
but
you
can
just
use
@code
{
NEXT_INSN
}
and
@code
{
PREV_INSN
}
instead
.
See
can
just
use
@code
{
NEXT_INSN
}
and
@code
{
PREV_INSN
}
instead
.
@xref
{
Insns
}.
@xref
{
Insns
}.
@findex
purge_dead_edges
@findex
purge_dead_edges
Usually
a
code
manipulating
pass
simplifies
the
instruction
stream
and
Usually
a
code
manipulating
pass
simplifies
the
instruction
stream
and
...
...
gcc/doc/invoke.texi
View file @
38528d50
...
@@ -2508,7 +2508,7 @@ In this example, G++ will synthesize a default @samp{A& operator =
...
@@ -2508,7 +2508,7 @@ In this example, G++ will synthesize a default @samp{A& operator =
@
cindex
Objective
-
C
and
Objective
-
C
++
options
,
command
line
@
cindex
Objective
-
C
and
Objective
-
C
++
options
,
command
line
@
cindex
options
,
Objective
-
C
and
Objective
-
C
++
@
cindex
options
,
Objective
-
C
and
Objective
-
C
++
(
NOTE
:
This
manual
does
not
describe
the
Objective
-
C
and
Objective
-
C
++
(
NOTE
:
This
manual
does
not
describe
the
Objective
-
C
and
Objective
-
C
++
languages
themselves
.
See
@
xref
{
Standards
,,
Language
Standards
languages
themselves
.
@
xref
{
Standards
,,
Language
Standards
Supported
by
GCC
},
for
references
.)
Supported
by
GCC
},
for
references
.)
This
section
describes
the
command
-
line
options
that
are
only
meaningful
This
section
describes
the
command
-
line
options
that
are
only
meaningful
...
...
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