We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38f17b commit b377e04Copy full SHA for b377e04
gcc/testsuite/lib/target-supports.exp
@@ -4543,8 +4543,8 @@ proc check_effective_target_arc_atomic { } {
4543
4544
# Return 1 if this is a compiler supporting ARC atomic operations
4545
proc check_effective_target_arc64_atomic { } {
4546
- return [check_no_compiler_messages arc_atomic assembly {
4547
- #if !defined(__ARC64_ATOMIC__)
+ return [check_no_compiler_messages arc64_atomic assembly {
+ #if !defined(__ARC64_ATOMIC_1__) && !defined(__ARC64_ATOMIC_2__)
4548
#error NO_ATOMIC64
4549
#endif
4550
}]
0 commit comments