[Bug tree-optimization/49309] [4.6/4.7 Regression] ICE with -fmudflap: verify_stmts failed: type mismatch in pointer plus expression
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 12 21:19:00 GMT 2011
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)),
More information about the Gcc-bugs
mailing list