[Bug fortran/43665] INTENT(IN) etc. optimization of calls: function annotations for noclobber/noescape arguments
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 20 16:12:00 GMT 2010
------- Comment #11 from burnus at gcc dot gnu dot org 2010-07-20 16:12 -------
(In reply to comment #10)
> No, this problem was present for ipa-sra, but I thought it was fixed.
> Does -fno-ipa-sra help?
No, it doesn't. But with that option, the number of arguments still reduces
from 4 to 2 (before: 1). But again, the code works if one reorders the
arguments such that the "w" attribute matches the "x" argument (now at position
2 instead of 1).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43665
More information about the Gcc-bugs
mailing list