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 ac1aeae commit 8719a36Copy full SHA for 8719a36
flang/CMakeLists.txt
@@ -329,7 +329,7 @@ if (FLANG_ENABLE_WERROR)
329
append("-Werror" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
330
append("-Wno-error" CMAKE_REQUIRED_FLAGS)
331
332
- # This is GCC-specific workaround for an issue described in
+ # This is workaround for GCC 9.3.0 for an issue described in
333
# https://github.com/flang-compiler/f18-llvm-project/pull/1130
334
check_cxx_compiler_flag("-Wno-maybe-uninitialized" CXX_SUPPORTS_MAYBE_UNITIALIZED_FLAG)
335
if (CXX_SUPPORTS_MAYBE_UNITIALIZED_FLAG)
0 commit comments