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
d54ca450
Commit
d54ca450
authored
Jun 25, 2018
by
Jeff Law
Committed by
Jeff Law
Jun 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/target-supports.exp
(check_effective_target_logical_op_short_circuit): Add v850. From-SVN: r262129
parent
fa614da6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/lib/target-supports.exp
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
d54ca450
2018-06-25 Jeff Law <law@redhat.com>
* lib/target-supports.exp
(check_effective_target_logical_op_short_circuit): Add v850.
2018-06-25 Martin Sebor <msebor@redhat.com>
2018-06-25 Martin Sebor <msebor@redhat.com>
PR tree-optimization/86204
PR tree-optimization/86204
...
...
gcc/testsuite/lib/target-supports.exp
View file @
d54ca450
...
@@ -8801,6 +8801,7 @@ proc check_effective_target_logical_op_short_circuit {} {
...
@@ -8801,6 +8801,7 @@ proc check_effective_target_logical_op_short_circuit {} {
|| [istarget powerpc*-*-*]
|| [istarget powerpc*-*-*]
|| [istarget nios2*-*-*]
|| [istarget nios2*-*-*]
|| [istarget riscv*-*-*]
|| [istarget riscv*-*-*]
|| [istarget v850*-*-*]
|| [istarget visium-*-*]
|| [istarget visium-*-*]
|| [check_effective_target_arm_cortex_m] } {
|| [check_effective_target_arm_cortex_m] } {
return 1
return 1
...
...
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