[Bug tree-optimization/51058] [4.7 Regression] ICE: gimple check: expected gimple_assign(error_mark), have gimple_call() in gimple_assign_rhs_code, at gimple.h:1992
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 9 17:21:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51058
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-11-09 17:17:54 UTC ---
Or use
enum tree_code code = gimple_expr_code (stmt);
More information about the Gcc-bugs
mailing list