------- Comment #6 from pault at gcc dot gnu dot org 2006-04-11 04:40 ------- Subject: Bug 26257
Author: pault Date: Tue Apr 11 04:40:33 2006 New Revision: 112848 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112848 Log: 2006-04-11 Paul Thomas <[EMAIL PROTECTED]> PR fortran/26257 * trans-array.c (gfc_conv_expr_descriptor): Exclude calculation of the offset and data when se->data_not_needed is set. * trans.h: Include the data_not_need bit in gfc_se. * trans-intrinsic.c (gfc_conv_intrinsic_size): Set it for SIZE. 2006-04-11 Paul Thomas <[EMAIL PROTECTED]> * PR fortran/26257 gfortran.dg/auto_char_len_3.f90: New test Added: branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/auto_char_len_3.f90 Modified: branches/gcc-4_1-branch/gcc/fortran/ChangeLog branches/gcc-4_1-branch/gcc/fortran/trans-array.c branches/gcc-4_1-branch/gcc/fortran/trans-intrinsic.c branches/gcc-4_1-branch/gcc/fortran/trans.h branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26257