Limit the workaround to GCC 14 on RHEL 10
This commit is contained in:
parent
d2ccdae34d
commit
f36b4d78ed
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ rlJournalStart
|
|||
fi
|
||||
fi
|
||||
# https://issues.redhat.com/browse/RHEL-64922
|
||||
if [[ "$PRI_ARCH" = x86_64 ]] && rlIsRHEL 10; then
|
||||
if [[ "$PRI_ARCH" = x86_64 ]] && rlIsRHEL 10 && rlTestVersion "$GCC_DUMPVERSION" '=' 14; then
|
||||
rlRun "rm -f $SRCROOT/gcc/testsuite/gfortran.dg/vect/pr83232.f90"
|
||||
fi
|
||||
# https://issues.redhat.com/browse/RHEL-64924
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue