[Bug fortran/52351] Wrong bounds when passing an array section to an intent-in pointer dummy
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 23 11:26:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52351
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-02-23 10:49:22 UTC ---
It works if one any other array section than "(:)" such as:
call sub (a(4:)) ! gives: 1 3
or even
call sub (a(3:)) ! gives: 1 4
More information about the Gcc-bugs
mailing list