--- Comment #2 from dominiq at lps dot ens dot fr 2009-12-12 09:33 ---
> Thus, all fine?!
Now I understand the logic. Thanks for the explanation. Closing as invalid.
--
dominiq at lps dot ens dot fr changed:
What|Removed |Added
---
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-11 22:30 ---
I think this one is actually ok. The message is emitted rank-times, once for
each non-integer rank, for each variable.
Here we get it three times:
real, parameter :: n = 2
real, dimension(n) :: x, y, z
end
Her
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
Status|UNCONFIRMED |NEW
Ever