[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2008-01-28 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2008-01-29 00:19 --- With the trunk we get: return *(data + (long unsigned int) j * 4); Which is much better. The cast is still needed though. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2008-01-28 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-01-29 00:17 --- I think this is basically fixed with the pointer plus work I did. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16187

[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2007-04-15 Thread dberlin at gcc dot gnu dot org
--- Comment #7 from dberlin at gcc dot gnu dot org 2007-04-16 02:56 --- The version I produced was turned down, and I have not had time to rewrite it to be what others wanted -- dberlin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-13 16:47 --- New project for 4.2: http://gcc.gnu.org/wiki/Array%20references%20on%20pointers -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16187

[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2005-07-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-24 01:00 --- http://gcc.gnu.org/ml/gcc-patches/2005-06/msg02025.html -- What|Removed |Added Last reconf

[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2005-03-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 05:38 --- http://gcc.gnu.org/wiki/Add%20MEM_REF%20operation -- What|Removed |Added AssignedTo|