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 b02401a commit 2df5a59Copy full SHA for 2df5a59
scram-tools.file/tools/gcc/env.sh
@@ -43,9 +43,9 @@ GCC_CXXFLAGS="$GCC_CXXFLAGS -Xassembler --compress-debug-sections"
43
#FIXME: GCC 12.2 workaround
44
if [[ "$GCC_VERSION" =~ ^12\.[23]\. ]] ; then
45
GCC_CXXFLAGS="$GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
46
-elif [[ "$GCC_VERSION" =~ ^13\.[3]\. ]] ; then
+elif [[ "$GCC_VERSION" =~ ^13\. ]] ; then
47
48
-elif [[ "$GCC_VERSION" =~ ^14\.[2]\. ]] ; then
+elif [[ "$GCC_VERSION" =~ ^14\. ]] ; then
49
50
fi
51
0 commit comments