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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-12 
21:18:50 UTC ---
Hm, I'd say rather

-      addr = build2 (POINTER_PLUS_EXPR, TREE_TYPE (TREE_OPERAND (t, 1)),
+      addr = fold_build2_loc (location, POINTER_PLUS_EXPR, TREE_TYPE
(TREE_OPERAND (t, 0)),

Reply via email to