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
e7e9d242
Commit
e7e9d242
authored
Jun 02, 2002
by
Richard Henderson
Committed by
Richard Henderson
Jun 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtlanal.c (volatile_refs_p): Not automatically true for CALL.
From-SVN: r54163
parent
1197e11f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/rtlanal.c
+0
-2
No files found.
gcc/ChangeLog
View file @
e7e9d242
2002-06-02 Richard Henderson <rth@redhat.com>
* rtlanal.c (volatile_refs_p): Not automatically true for CALL.
2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
Support for C++ constructors/destructors.
...
...
gcc/rtlanal.c
View file @
e7e9d242
...
...
@@ -2209,9 +2209,7 @@ volatile_refs_p (x)
case
ADDR_DIFF_VEC
:
return
0
;
case
CALL
:
case
UNSPEC_VOLATILE
:
/* case TRAP_IF: This isn't clear yet. */
return
1
;
case
MEM
:
...
...
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