[Bug fortran/27662] [4.1 only]: Transpose doesn't work on function return
hjl at lucon dot org
gcc-bugzilla@gcc.gnu.org
Tue May 23 17:15:00 GMT 2006
------- Comment #12 from hjl at lucon dot org 2006-05-23 17:15 -------
Are you using Tonto in SPEC CPU 2006? It is slightly different from Tonto 1.0
on SF. The problem in Tonto in SPEC CPU 2006 is it uses something like
integer, pointer :: d
...
if (associated(d)) call abort()
But nullify is never called on d before. Tonto compiled by gfortran may return
TRUE and abort. I checked Fortran standard. It isn't very clear if it is valid
Fortran code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27662
More information about the Gcc-bugs
mailing list