This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/18664] [4.0 Regression] ACATS ICE cxaa010 expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:660


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]