You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
347 B
11 lines
347 B
4 months ago
|
! RUN: %f18 -h 2>&1 | FileCheck %s
|
||
|
! RUN: %f18 -help 2>&1 | FileCheck %s
|
||
|
! RUN: %f18 --help 2>&1 | FileCheck %s
|
||
|
! RUN: %f18 -? 2>&1 | FileCheck %s
|
||
|
|
||
|
! CHECK: f18: LLVM Fortran compiler
|
||
|
|
||
|
! CHECK: -help print this again
|
||
|
! CHECK: Unrecognised options are passed through to the external compiler
|
||
|
! CHECK: set by F18_FC (see defaults).
|