[clang][bytecode] Implement __builtin_reduce_mul (#118287)
[llvm-project.git] / flang / test / Driver / werror-wrong.f90
blob58adf6f745d5e2ba9b590b30e82fa96548c9164d
1 ! Ensure that only argument -Werror is supported.
3 ! RUN: not %flang_fc1 -fsyntax-only -Wall %s 2>&1 | FileCheck %s --check-prefix=WRONG
4 ! RUN: not %flang_fc1 -fsyntax-only -WX %s 2>&1 | FileCheck %s --check-prefix=WRONG
6 ! WRONG: Only `-Werror` is supported currently.