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
22! Test 15.5.2.5 constraints and restrictions for POINTER & ALLOCATABLE
33! arguments when both sides of the call have the same attributes.
44
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
22! Test 15.5.2.7 constraints and restrictions for POINTER dummy arguments.
33
44module 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
22module m1
33 contains
44 real function rf2 (x )
You can’t perform that action at this time.
0 commit comments