------- Comment #5 from dominiq at lps dot ens dot fr 2010-02-26 16:29 ------- Another failing test is gcc/testsuite/gfortran.dg/data_char_2.f90:
without patch < static character(kind=1) intstr[1:10] = "0123456789"; with patch > static character(kind=1) intstr[1:10]; Note that in order to avoid any side effect with other patches, I have applied the patch on a clean trunk at revision 157090. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43178