[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions
dnovillo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 2 18:30:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519
--- Comment #8 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 18:12:18 UTC ---
Author: dnovillo
Date: Wed Feb 2 18:12:07 2011
New Revision: 169723
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169723
Log:
2011-01-31 Paul Thomas <pault@gcc.gnu.org>
PR fortran/47519
* trans-stmt.c (gfc_trans_allocate): Improve handling of
deferred character lengths with SOURCE.
* iresolve.c (gfc_resolve_repeat): Calculate character
length from source length and ncopies.
* dump-parse-tree.c (show_code_node): Show MOLD and SOURCE
expressions for ALLOCATE.
2011-01-31 Paul Thomas <pault@gcc.gnu.org>
PR fortran/47519
* gfortran.dg/allocate_deferred_char_scalar_2.f03: New test.
Added:
branches/google/integration/gcc/testsuite/gfortran.dg/allocate_deferred_char_scalar_2.f03
Modified:
branches/google/integration/gcc/fortran/ChangeLog
branches/google/integration/gcc/fortran/dump-parse-tree.c
branches/google/integration/gcc/fortran/iresolve.c
branches/google/integration/gcc/fortran/trans-stmt.c
branches/google/integration/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list