7 lines · plain
1! RUN: %python %S/test_folding.py %s %flang_fc12! Fold NORM2 reduction of array with non-default lower bound3module m4 real, parameter :: a(2:3) = 0.05 logical, parameter :: test1 = norm2(a) == 0.6end7 1! RUN: %python %S/test_folding.py %s %flang_fc12! Fold NORM2 reduction of array with non-default lower bound3module m4 real, parameter :: a(2:3) = 0.05 logical, parameter :: test1 = norm2(a) == 0.6end7