[all-commits] [llvm/llvm-project] 54881c: [flang] Remove test from #69121 to fix gcc build w...
jeanPerier via All-commits
all-commits at lists.llvm.org
Fri Oct 20 01:13:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54881c9225e612830a9e78574a805309b516627b
https://github.com/llvm/llvm-project/commit/54881c9225e612830a9e78574a805309b516627b
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
R flang/test/Examples/ctofortran.f90
Log Message:
-----------
[flang] Remove test from #69121 to fix gcc build with gcc < 10.0
ISO_Fortran_binding.h was only added to in gcc 10.0. Flang should be
buildable with older versions. Remove the test until a safe way to
check that the compiler can run the test (that it is clang from the
build for instance).
Fix bots failure https://lab.llvm.org/buildbot/#/builders/181/builds/24526
Also in:
https://lab.llvm.org/buildbot/#/builders/160
https://lab.llvm.org/buildbot/#/builders/268
https://lab.llvm.org/buildbot/#/builders/181
More information about the All-commits
mailing list