bolt/deps/llvm-18.1.8/flang/test/Driver/werror-wrong.f90
2025-02-14 19:21:04 +01:00

6 lines
272 B
Fortran

! Ensure that only argument -Werror is supported.
! RUN: not %flang_fc1 -fsyntax-only -Wall %s 2>&1 | FileCheck %s --check-prefix=WRONG
! RUN: not %flang_fc1 -fsyntax-only -WX %s 2>&1 | FileCheck %s --check-prefix=WRONG
! WRONG: Only `-Werror` is supported currently.