Skip to content

Commit cc4a185

Browse files
committed
GCC14: Update to version 14.3.1
1 parent 8c2e538 commit cc4a185

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gcc.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### RPM external gcc 14.2.1
1+
### RPM external gcc 14.3.1
22
## USE_COMPILER_VERSION
33
## INITENV +PATH LD_LIBRARY_PATH %{i}/lib64
44
# Use the git repository for fetching the sources. This gives us more control while developing
55
# a new platform so that we can compile yet to be released versions of the compiler.
66
# See: https://gcc.gnu.org/viewcvs/gcc/branches/gcc-8-branch/?view=log
77

88
BuildRequires: gcc-prerequisites
9-
%define gccTag a0550ff9f36a27a03c15d49383c6ec76fc6a8e99
9+
%define gccTag e02b12e7248f8209ebad35d6df214d3421ed8020
1010
%define gccBranch releases/gcc-14
1111

1212
%define moduleName %{n}-%{realversion}

scram-tools.file/tools/gcc/env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ GCC_CXXFLAGS="$GCC_CXXFLAGS -fvisibility-inlines-hidden"
4040
GCC_CXXFLAGS="$GCC_CXXFLAGS -fno-math-errno --param vect-max-version-for-alias-checks=50"
4141
GCC_CXXFLAGS="$GCC_CXXFLAGS -Xassembler --compress-debug-sections"
4242

43-
#FIXME: GCC 12.2 workaround
43+
#FIXME: GCC 12/13/14 workaround
4444
if [[ "$GCC_VERSION" =~ ^12\.[23]\. ]] ; then
4545
GCC_CXXFLAGS="$GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
46-
elif [[ "$GCC_VERSION" =~ ^13\.[3]\. ]] ; then
46+
elif [[ "$GCC_VERSION" =~ ^13\. ]] ; then
4747
GCC_CXXFLAGS="$GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
48-
elif [[ "$GCC_VERSION" =~ ^14\.[2]\. ]] ; then
48+
elif [[ "$GCC_VERSION" =~ ^14\. ]] ; then
4949
GCC_CXXFLAGS="$GCC_CXXFLAGS -Wno-error=array-bounds -Warray-bounds"
5050
fi
5151

0 commit comments

Comments
 (0)