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
48f5b722
Commit
48f5b722
authored
Apr 30, 2009
by
Michael Matz
Committed by
Michael Meissner
Apr 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for PR 39955
From-SVN: r147021
parent
b65d6744
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/config/rs6000/rs6000.c
+1
-0
No files found.
gcc/ChangeLog
View file @
48f5b722
2009-04-30 Michael Matz <matz@suse.de>
PR tree-optimization/39955
* config/rs6000/rs6000.c (rs6000_check_sdmode): Also check SSA_NAMEs.
2009-04-30 Dave Korn <dave.korn.cygwin@gmail.com>
* ira.c (setup_cover_and_important_classes): Use safe macro
...
...
gcc/config/rs6000/rs6000.c
View file @
48f5b722
...
...
@@ -11545,6 +11545,7 @@ rs6000_check_sdmode (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
case
PARM_DECL
:
case
FIELD_DECL
:
case
RESULT_DECL
:
case
SSA_NAME
:
case
REAL_CST
:
case
INDIRECT_REF
:
case
ALIGN_INDIRECT_REF
:
...
...
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