[Bug middle-end/27889] [4.1/4.2 Regression] ICE on complex assignment in nested function
roger at eyesopen dot com
gcc-bugzilla@gcc.gnu.org
Mon Jun 26 00:55:00 GMT 2006
------- Comment #14 from roger at eyesopen dot com 2006-06-26 00:24 -------
The problem appears to be that DECL_COMPLEX_GIMPLE_REG_P is not getting set on
the declarations correctly. The VAR_DECLs that are operands to the additions
don't have DECL_COMPLEX_GIMPLE_REG_P set, so fail the is_gimple_val check in
verify_stmts.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27889
More information about the Gcc-bugs
mailing list