[Bug tree-optimization/37573] [4.4 Regression] gcc-4.4 regression: incorrect code generation with -O1 -ftree-vectorize

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 15 21:46:00 GMT 2008



------- Comment #8 from rguenth at gcc dot gnu dot org  2008-10-15 21:45 -------
No, ADDR_EXPRs are single because they can have an arbitrary number of operands
(think of &a_1->b[i_2][j_3] which has three operands, a_1, i_2 and j_3).  In
your case it is a is_gimple_min_invariant, which may add to the confusion?


-- 


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



More information about the Gcc-bugs mailing list