Issue |
160546
|
Summary |
Flang tests failing on macOS: Driver/atomic-control-options.f90, Semantics/bug159554.f90, Semantics/modfile75.F90
|
Labels |
flang
|
Assignees |
|
Reporter |
fhahn
|
The following tests are failing on macOS when `flang` is added to `LLVM_ENABLE_PROJECTS`:
```
Flang :: Driver/atomic-control-options.f90
Flang :: Semantics/bug159554.f90
Flang :: Semantics/modfile75.F90
```
```
FAIL: Flang :: Semantics/modfile75.F90 (2 of 3730)
bin/flang -fc1 -fdebug-unparse -J/stage2/tools/flang/test/Semantics/Output/modfile75.F90.tmp /llvm-project/flang/test/Semantics/modfile75.F90
# .---command stderr------------
# | error: Semantic errors in /llvm-project/flang/test/Semantics/modfile75.F90
# | /llvm-project/flang/test/Semantics/modfile75.F90:16:11: error: Must be a constant value
# | integer(c_int) n
# | ^^^^^
```
```
FAIL: Flang :: Driver/atomic-control-options.f90 (3 of 3730)
stage2/bin/flang --offload-arch=gfx90a --offload-device-only -fopenmp -emit-llvm -S /llvm-project/flang/test/Driver/atomic-control-options.f90 -munsafe-fp-atomics -nogpulib -o -
# .---command stderr------------
# | error: unknown argument: '-fcompatibility-qualified-id-block-type-checking'
# | error: unknown argument: '-fvisibility-inlines-hidden-static-local-var'
# | error: unknown argument: '-fbuiltin-headers-in-system-modules'
# | error: unknown argument: '-fdefine-target-os-macros'
```
```
FAIL: Flang :: Semantics/bug159554.f90 (3728 of 3730)
bin/python3.13 /llvm-project/flang/test/Semantics/test_errors.p
y /llvm-project/flang/test/Semantics/bug159554.f90 build/stage2/bin/flang -fc1
# .---command stdout------------
# | ---
# | +++
# | @@ -1 +0,0 @@
# |
# | actual at 3: 'c_funloc' should not be the name of both a generic interface and a procedure unless it is a specific procedure of the generic [-Whomonymous-specific]
# |
# | FAIL
# `-----------------------------
# error: command failed with exit status: 1
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs