http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46896
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot |pault at gcc dot gnu.org
|gnu.org |
--- Comment #9 from Paul Thomas <pault at gcc dot gnu.org> 2010-12-13 12:04:09
UTC ---
Created attachment 22739
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22739
A tentative fix for the PR
The attached fixes the PR and is regtesting right now. I do not believe that
there will be any ere regressions since the patch adds temporaries where there
were none before.
However, I will check for consistency with gfc_trans_arrayfunc_assign, as
Tobias suggests.
Cheers
Paul