This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/46896] [4.2/4.3/4.4/4.5/4.6 Regression] Wrong code with transpose(a) passed to subroutine


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]