This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] PR44354 implied-do-loop array constructors using the induction variable in the bounds


On 20/07/2012 20:16, Mikael Morin wrote:
> I have started a regression test.
> OK for trunk if it passes?
> 
Unfortunately, it fails with errors like:

/home/mik/gcc4x/src/gcc/testsuite/gfortran.dg/char_pack_1.f90:55.10:

    do i = i + 1, nv
          1
Warning: AC-IMPLIED-DO initial expression references control variable at
(1)

FAIL: gfortran.dg/char_pack_1.f90  -O3 -fomit-frame-pointer  (test for
excess errors)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]