8 lines · plain
1! Ensure that only argument -Werror is supported.2 3! RUN: not %flang_fc1 -fsyntax-only -Wall %s 2>&1 | FileCheck %s --check-prefix=WRONG14! RUN: not %flang_fc1 -fsyntax-only -WX %s 2>&1 | FileCheck %s --check-prefix=WRONG25 6! WRONG1: error: Unknown diagnostic option: -Wall7! WRONG2: error: Unknown diagnostic option: -WX8