------- Comment #14 from dominiq at lps dot ens dot fr 2008-12-20 14:27 ------- Regtested with -m32 and -m64 without other regression that gcc/testsuite/gfortran.dg/char_length_7.f90. The offending line is:
! This was another bug, uncovered when the PR was fixed. if (any(ccopy(z//mz(:)(i:j)) .ne. (/"zzgh ","zzjk "/))) call abort () while if (any(ccopy(z//mz(:)(2:3)) .ne. (/"zzgh ","zzjk "/))) call abort () is compiled without problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38538