pr21082.C
135 Bytes
-
re PR middle-end/21082 (&a[b] - &a[c] is not folded to b - c) · 75cf42cc
2005-04-23 Richard Guenther <rguenth@gcc.gnu.org> PR middle-end/21082 * fold-const.c: Fold &a[i]-&a[j] to i-j. * g++.dg/tree-ssa/pr21082.C: New testcase. From-SVN: r98636
Richard Guenther committed