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 020a419 commit 6b1c559Copy full SHA for 6b1c559
flang/lib/Semantics/check-omp-atomic.cpp
@@ -115,7 +115,7 @@ struct ReassocRewriter : public evaluate::rewrite::Identity {
115
auto outer1{reassocOp<T>(inner, sub[2])}; // inner + something
116
auto outer2{reassocOp<T>(sub[2], inner)}; // something + inner
117
#if !defined(__clang__) && !defined(_MSC_VER) && \
118
- (__GNUC__ < 8 || (__GNUC__ == 8 && __GNUC_MINOR__ < 5))
+ (__GNUC__ < 8 || (__GNUC__ == 8 && __GNUC_MINOR__ < 5))
119
// If GCC version < 8.5, use this definition. For the other definition
120
// (which is equivalent), GCC 7.5 emits a somewhat cryptic error:
121
// use of ‘outer1’ before deduction of ‘auto’
0 commit comments