File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic
1
+ ! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic -Wno-pass-global-variable
2
2
! Test 15.5.2.5 constraints and restrictions for POINTER & ALLOCATABLE
3
3
! arguments when both sides of the call have the same attributes.
4
4
Original file line number Diff line number Diff line change 1
- ! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic
1
+ ! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic -Wno-pass-global-variable
2
2
! Test 15.5.2.7 constraints and restrictions for POINTER dummy arguments.
3
3
4
4
module m
Original file line number Diff line number Diff line change 1
- ! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic
1
+ ! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic -Wno-pass-global-variable
2
2
module m1
3
3
contains
4
4
real function rf2 (x )
You can’t perform that action at this time.
0 commit comments