As per Flang's coding guidelines (flang/docs/C++style.md#error-messages): ``` Messages should start with a capital letter. ``` This patch updates error messages in the driver (new and old) so that they conform with the guideline above. This change was suggested in one of the recent reviews: https://reviews.llvm.org/D93712. It felt like this deserved a dedicated patch, so sending it separately.
9 lines
236 B
Fortran
9 lines
236 B
Fortran
! RUN: not %flang-new -fc1 -E %s 2>&1 | FileCheck %s --check-prefix=ERROR
|
|
! RUN: not %f18 -E %s 2>&1 | FileCheck %s --check-prefix=ERROR
|
|
|
|
! REQUIRES: new-flang-driver
|
|
|
|
! ERROR: Could not scan {{.*}}scanning-error.f95
|
|
|
|
#NOT-PP-DIRECTIVE
|