[Bug tree-optimization/15791] fold misses that two ADDR_EXPR of an arrary obvious not equal

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jan 26 14:38:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-26 14:38 -------
(In reply to comment #5)
> Could we, in general, fold  &a[i] TRUTHOP &a[j] to i TRUTHOP j?  I guess the
> only special case would be for sizeof(a[i]) == 0 -- but that is not allowed
> by the standard?  I'll be wading through fold tomorrow and look where to add
> this transformation.
sizeof(a[i]) can be zero for other languages besides C++ (C for an example).
I gave you an hint where this can be fixed by the coment :).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15791



More information about the Gcc-bugs mailing list