brintos

brintos / llvm-project-archived public Read only

0
0
Text · 203 B · e4c8b26 Raw
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