[Bug fortran/43178] Pointless resetting to NULL for local ALLOCATABLEs
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Fri Feb 26 16:29:00 GMT 2010
------- 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
More information about the Gcc-bugs
mailing list