re PR fortran/35740 (a = conjg(transpose(a)) still gives wrong results, see bug...
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 30 Mar 2008 14:13:21 +0000 (14:13 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 30 Mar 2008 14:13:21 +0000 (14:13 +0000)
commit23d1b451d0d02e953eaffadd977fca12d93a780a
tree8f0884dece35871bb051f9f530a2d76428819a59
parent05c7cda337326260ae501788eaf0c6b65f30beaf
re PR fortran/35740 (a = conjg(transpose(a)) still gives wrong  results, see bug 31994)

2008-03-30  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/35740
* resolve.c (resolve_function, resolve_call): If the procedure
is elemental do not look for noncopying intrinsics.

2008-03-30  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/35740
* gfortran.dg/transpose_conjg_1.f90: New test.

From-SVN: r133729
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/transpose_conjg_1.f90 [new file with mode: 0644]