[Bug fortran/38669] [4.3, 4.4 Regression] Array bounds violation for arguments of elemental subroutine
mikael at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Dec 30 15:04:00 GMT 2008
------- Comment #3 from mikael at gcc dot gnu dot org 2008-12-30 15:02 -------
At revision 142760, there is no temporary, so there is no bug.
That's something I missed in my patch, that's true.
The bug is still there however.
Change this:
call tq_tvgh (var_f% av (k_lev:,1), p(k_lev:))
to this:
call tq_tvgh (var_f% av (k_lev:,1), (p(k_lev:)))
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38669
More information about the Gcc-bugs
mailing list