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