--- 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
--- 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
--- 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
--
--- 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
--- 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
--- 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|