https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44792
--- Comment #3 from Vittorio Zecca ---
Still unmodified, I cannot see the modification of Tobias Burnus.
NAG nagfor compiler stll produces run time error message.
Runtime Error: gcc/testsuite/gfortran.fortran-torture/execute/data.f90, line
28: R
--- Comment #2 from zeccav at gmail dot com 2010-07-03 09:15 ---
Subject: Re: data.f90 accesses undefined variable
I believe it should be
+ if (any(tmp2(1)%t1(1)%a(1:3:2) .ne. (/111,113/))) call abort
or (1:4:2)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44792
--- Comment #1 from burnus at gcc dot gnu dot org 2010-07-02 20:41 ---
Index: gfortran.fortran-torture/execute/data.f90
===
--- gfortran.fortran-torture/execute/data.f90 (Revision 161742)
+++ gfortran.fortran-torture/execu