[Bug tree-optimization/23331] FIXME from tree-ssa-ccp: dealing with a[3]

2015-04-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23331 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/23331] FIXME from tree-ssa-ccp: dealing with a[3]

2005-09-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-25 04:25 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/23331] FIXME from tree-ssa-ccp: dealing with a[3]

2005-08-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20 13:54 --- Testcase: int f(void) { int a = 13; return a[a]; } This should be converted over to: int f(void) { __builtin_trap (); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23331