[Bug tree-optimization/18664] [4.0 Regression] ACATS ICE cxaa010 expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:660
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 30 15:56:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 15:55 -------
Should have been fixed by:
PR/18664
* tree-ssa-operands.c (build_ssa_operands, case MODIFY_EXPR):
Ignore a VIEW_CONVERT_EXPR on LHS when deciding if must or may def.
* tree-ssa-ccp.c (visit_assignment): If LHS is a VIEW_CONVERT_EXPR,
add an inverse VIEW_CONVERT_EXPR to const_val.
But Kenner might have got the bug number wrong.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18664
More information about the Gcc-bugs
mailing list