[Bug tree-optimization/29708] Alias can go funny with pointer addition

2007-06-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-06-16 05:50 --- Fixed at revision 125755. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29708] Alias can go funny with pointer addition

2007-05-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-22 01:51 --- Mine, we always get the correct answer on the pointer plus branch. On the trunk: ANYTHING = &ANYTHING READONLY = &ANYTHING INTEGER = &ANYTHING a = &ANYTHING c_1 = &a b = &ANYTHING c_1 = &b c_6 = c_1 + 32 D.1639_11

[Bug tree-optimization/29708] Alias can go funny with pointer addition

2006-11-04 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-04 17:21 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|