------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-10 13:26 ------- Subject: Bug 22327
CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-10 13:26:08 Modified files: gcc/fortran : ChangeLog simplify.c trans-array.c gcc/testsuite : ChangeLog Added files: gcc/testsuite/gfortran.dg: simplify_modulo.f90 array_constructor_5.f90 Log message: 2005-07-10 Feng Wang <[EMAIL PROTECTED]> Backport from the mainline: 2005-07-07 Feng Wang <[EMAIL PROTECTED]> PR fortran/22327 * trans-array.c (gfc_trans_array_constructor_value): Fix index of data. 2005-06-24 Feng Wang <[EMAIL PROTECTED]> * simplify.c (gfc_simplify_modulo): Don't clear before get result. 2005-07-10 Feng Wang <[EMAIL PROTECTED]> * gfortran.dg/simplify_modulo.f90: New. PR fortran/22327 * gfortran.dg/array_constructor_5.f90: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.83&r2=1.335.2.84 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/simplify.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.19.2.2&r2=1.19.2.3 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-array.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.39.2.6&r2=1.39.2.7 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.260&r2=1.5084.2.261 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/simplify_modulo.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/array_constructor_5.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22327