https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87000
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Related discussion at
https://groups.google.com/forum/#!topic/comp.lang.fortran/YoQPFwla7L0.
For the test in comment 2, gfortran gives
lbound = -5
ubound = 10
lbound = 1
ubound = 16
since gcc6. I think it is the expected result. Closing as INVALID.