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
2df3a718
Commit
2df3a718
authored
Feb 19, 2002
by
Gaute B Strokkenes
Committed by
Gerald Pfeifer
Feb 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
From-SVN: r49867
parent
77f6c1eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/rtl.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
2df3a718
2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
2002-02-19 Ryan T. Sammartino <ryants@shaw.ca>
* doc/invoke.texi: explicitly list the style guidelines that
...
...
gcc/doc/rtl.texi
View file @
2df3a718
...
...
@@ -501,9 +501,9 @@ Stored in the @code{jump} field and printed as @samp{/j}.
In
@code{
mem
}
expressions
,
nonzero
for
reference
to
a
scalar
known
not
to
be
a
member
of
a
structure
,
union
,
or
array
.
Zero
for
such
references
and
for
indirections
through
pointers
,
even
pointers
pointing
to
scalar
types
.
If
both
this
flag
and
@code{
MEM_
STRUCT_P
}
are
clear
,
then
we
don
'
t
know
whether
this
@code{
mem
}
is
in
a
structure
or
not
.
Both
flags
should
never
be
simultaneously
set
.
to
scalar
types
.
If
both
this
flag
and
@code{
MEM_
IN_STRUCT_P
}
are
clear
,
then
we
don
'
t
know
whether
this
@code{
mem
}
is
in
a
structure
or
not
.
Both
flags
should
never
be
simultaneously
set
.
Stored
in
the
@code{
frame_related
}
field
and
printed
as
@samp{
/
f
}
.
@findex
MEM_VOLATILE_P
...
...
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