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
fbb1d5dc
Commit
fbb1d5dc
authored
Oct 17, 2013
by
Michael Hudson-Doyle
Committed by
Marcus Shawcroft
Oct 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AArch64] Enable effective_target_sync_long_long*
From-SVN: r203773
parent
e952450a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/testsuite/ChangeLog
+8
-0
gcc/testsuite/lib/target-supports.exp
+3
-0
No files found.
gcc/testsuite/ChangeLog
View file @
fbb1d5dc
2013-10-17 Michael Hudson-Doyle <michael.hudson@linaro.org>
* gcc/testsuite/lib/target-supports.exp
(check_effective_target_sync_long_long): AArch64 supports
atomic operations on "long long".
(check_effective_target_sync_long_long_runtime): AArch64 can
execute atomic operations on "long long".
2013-10-17 Richard Biener <rguenther@suse.de>
PR tree-optimization/58143
...
...
gcc/testsuite/lib/target-supports.exp
View file @
fbb1d5dc
...
...
@@ -4508,6 +4508,7 @@ proc check_effective_target_sync_int_128_runtime { } {
proc check_effective_target_sync_long_long { } {
if { [istarget x86_64-*-*]
|| [istarget i?86-*-*])
|| [istarget aarch64*-*-*]
|| [istarget arm*-*-*]
|| [istarget alpha*-*-*]
|| ([istarget sparc*-*-*] && [check_effective_target_lp64]) } {
...
...
@@ -4537,6 +4538,8 @@ proc check_effective_target_sync_long_long_runtime { } {
}
} ""
}]
} elseif { [istarget aarch64*-*-*] } {
return 1
} elseif { [istarget arm*-*-linux-*] } {
return [check_runtime sync_longlong_runtime {
#include <stdlib.h>
...
...
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