------- 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