[Bug other/43949] bogus warning: array subscript is above array bounds

2010-05-01 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-01 21:30 --- Subject: Bug 43949 Author: rguenth Date: Sat May 1 21:30:26 2010 New Revision: 158965 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158965 Log: 2010-05-01 Richard Guenther PR tree-optimization/

[Bug other/43949] bogus warning: array subscript is above array bounds

2010-04-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-04-30 17:25 --- Confirmed. VRP is stupid and does Visiting statement: index_4 = i_21 % 3; Found new range for index_4: VARYING Yet another missed optimization. -- rguenth at gcc dot gnu dot org changed: What|