[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Driver / unsupported-vscale-max-min.f90
blobdffeb54b665b500cb9d078bc6db837972018ff8c
1 ! REQUIRES: x86-registered-target
3 ! RUN: not %flang_fc1 -triple x86_64-unknown-linux-gnu -mvscale-min=1 -mvscale-max=1 -fsyntax-only %s 2>&1 | FileCheck %s
5 ! CHECK: `-mvscale-max` and `-mvscale-min` are not supported for this architecture: x86_64
7 subroutine func
8 end subroutine func