16 lines · plain
1! RUN: %flang_fc1 -fdebug-dump-parsing-log %s 2>&1 | FileCheck %s2 3! Below are just few lines extracted from the dump. The actual output is much _much_ bigger.4 5! CHECK: {{.*[/\\]}}debug-parsing-log.f90:15:1: IMPLICIT statement6! CHECK-NEXT: END PROGRAM7! CHECK-NEXT: ^8! CHECK-NEXT: fail 39! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:15:1: error: expected 'IMPLICIT NONE'10! CHECK-NEXT: END PROGRAM11! CHECK-NEXT: ^12! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:15:1: in the context: IMPLICIT statement13! CHECK-NEXT: END PROGRAM14! CHECK-NEXT: ^15END PROGRAM16