[Bug fortran/38112] unneeded temporary
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 22 08:58:00 GMT 2010
------- Comment #4 from burnus at gcc dot gnu dot org 2010-02-22 08:58 -------
Paul, for the test case in comment 0 we still create a temporary:
b(a)=1
where "a" is a simple-contiguous rank-one array without target/pointer
attribute, which thus cannot alias with "b". Do you think this is fixable?
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pault at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38112
More information about the Gcc-bugs
mailing list