[Bug rtl-optimization/21795] reordering/aliasing effect on ppc64
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:36 --- This is still invalid as you are going passed the bounds which is undefined. -- What|Removed |Added --
[Bug rtl-optimization/21795] reordering/aliasing effect on ppc64
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-28 14:01 --- Note, you are violating not aliasing rules but rule of going over the bounds of the array which is undefined by the C standard. -- What|Removed |Added -