re PR fortran/38119 (character ICE in gfc_trans_create_temp_array)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 16 Nov 2008 12:11:53 +0000 (12:11 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 16 Nov 2008 12:11:53 +0000 (12:11 +0000)
commit2208990515245daa0c65cd35851510ecd2d290cb
treebaf9c59bdffc7add7fec67efdf7041d6091cc291
parentb800fd64b54018965f6953121b58673fcca08687
re PR fortran/38119 (character ICE in gfc_trans_create_temp_array)

2008-11-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38119
* trans-array.c (gfc_trans_create_temp_array): Set the
loop->from to zero and the renormalisation of loop->to for all
dimensions.

2008-11-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38119
* gfortran.dg/array_temporaries_3.f90: New test.

From-SVN: r141915
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_temporaries_3.f90 [new file with mode: 0644]