http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46842

--- Comment #15 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-12-09 
16:40:56 UTC ---
(In reply to comment #14)
> crystal.fppized.f90 is micompiled.

If I compare 4.6.0 20100909 with today's GCC build for Tonto 2.3.1's
crystal.F90, one sees in the original dump that the only TRANSPOSE relevant
change is in the line:

       seitz = transpose(self%spacegroup%seitz(:,:,s))

(Older version: Call to _gfortran_transpose_r8, newer one not.) However, when I
try to create an example out of it, it works as it should.

Reply via email to