1 ! RUN: %flang_fc1 -fdebug-dump-parsing-log %s 2>&1 | FileCheck %s
3 ! Below are just few lines extracted from the dump. The actual output is much _much_ bigger.
5 ! CHECK: {{.*[/\\]}}debug-parsing-log.f90:25:1: IMPLICIT statement
6 ! CHECK-NEXT: END PROGRAM
9 ! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:25:1: error: expected 'IMPLICIT NONE'
10 ! CHECK-NEXT: END PROGRAM
12 ! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:25:1: in the context: IMPLICIT statement
13 ! CHECK-NEXT: END PROGRAM
15 ! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:25:1: in the context: implicit part
16 ! CHECK-NEXT: END PROGRAM
18 ! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:25:1: in the context: specification part
19 ! CHECK-NEXT: END PROGRAM
21 ! CHECK-NEXT: {{.*[/\\]}}debug-parsing-log.f90:25:1: in the context: main program
22 ! CHECK-NEXT: END PROGRAM