This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/26001] [4.1/4.2 Regression] expand uses the wrong part of the string for array accesses



------- Comment #21 from pinskia at gcc dot gnu dot org  2006-02-01 01:03 -------
Subject: Bug 26001

Author: pinskia
Date: Wed Feb  1 01:03:52 2006
New Revision: 110465

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110465
Log:
2006-01-31  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/26001
        * gfortran.dg/data_char_2.f90: New.
2006-01-31  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/26001
        * expr.c (expand_expr_real_1) <case ARRAY_REF>:
        Use the corrected index for the character
        out of the string constant.


Added:
    trunk/gcc/testsuite/gfortran.dg/data_char_2.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26001


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]