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
a6ac87c1
Commit
a6ac87c1
authored
Nov 15, 2004
by
Eric Botcazou
Committed by
Eric Botcazou
Nov 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/rtl.texi (SUBREG): Adjust BYTENUM value in example.
From-SVN: r90639
parent
3a7c155d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/rtl.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
a6ac87c1
2004
-
11
-
14
Eric
Botcazou
<
ebotcazou
@
libertysurf
.
fr
>
*
doc
/
rtl
.
texi
(
SUBREG
):
Adjust
BYTENUM
value
.
2004
-
11
-
14
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
cfgrtl
.
c
,
global
.
c
,
tree
-
ssa
-
copy
.
c
,
tree
-
ssa
-
loop
-
ivopts
.
c
,
...
...
gcc/doc/rtl.texi
View file @
a6ac87c1
...
...
@@ -1602,7 +1602,7 @@ It is also not valid to access a single word of a multi-word value in a
hard
register
when
less
registers
can
hold
the
value
than
would
be
expected
from
its
size
.
For
example
,
some
32
-
bit
machines
have
floating
-
point
registers
that
can
hold
an
entire
@code{
DFmode
}
value
.
If
register
10
were
such
a
register
@code{
(
subreg
:
SI
(
reg
:
DF
10
)
1
)}
If
register
10
were
such
a
register
@code{
(
subreg
:
SI
(
reg
:
DF
10
)
4
)}
would
be
invalid
because
there
is
no
way
to
convert
that
reference
to
a
single
machine
register
.
The
reload
pass
prevents
@code
{
subreg
}
expressions
such
as
these
from
being
formed
.
...
...
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