This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/26001] [4.1/4.2 Regression] expand uses the wrong part of the string for array accesses
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2006 05:19:55 -0000
- Subject: [Bug middle-end/26001] [4.1/4.2 Regression] expand uses the wrong part of the string for array accesses
- References: <bug-26001-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from pinskia at gcc dot gnu dot org 2006-01-31 05:19 -------
Created an attachment (id=10765)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10765&action=view)
Patch which still needs to bootstrap/tested but it works on my simple example
ChangeLog:
* expr.c (expand_expr_real_1) <case ARRAY_REF>: Use the corrected index for
the character
out of the string constant.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26001