Skip to content

Commit 8719a36

Browse files
committed
Clrafiy GCC version
1 parent ac1aeae commit 8719a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ if (FLANG_ENABLE_WERROR)
329329
append("-Werror" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
330330
append("-Wno-error" CMAKE_REQUIRED_FLAGS)
331331

332-
# This is GCC-specific workaround for an issue described in
332+
# This is workaround for GCC 9.3.0 for an issue described in
333333
# https://github.com/flang-compiler/f18-llvm-project/pull/1130
334334
check_cxx_compiler_flag("-Wno-maybe-uninitialized" CXX_SUPPORTS_MAYBE_UNITIALIZED_FLAG)
335335
if (CXX_SUPPORTS_MAYBE_UNITIALIZED_FLAG)

0 commit comments

Comments
 (0)