This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't build gcc cvs trunk 20050409 gnat tools on sparc-linux: tree check: accessed operand 2 of view_convert_expr with 1 operands in visit_assignment, at tree-ssa-ccp.c:1074
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: schwab at suse dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 9 Apr 05 10:28:37 EDT
- Subject: Re: Can't build gcc cvs trunk 20050409 gnat tools on sparc-linux: tree check: accessed operand 2 of view_convert_expr with 1 operands in visit_assignment, at tree-ssa-ccp.c:1074
It contains this line:
orig_lhs = TREE_OPERAND (orig_lhs, 1);
But orig_lhs is a VIEW_CONVERT_EXPR which has only one operand.
That's certainly a typo. But I recall that that code has to go anyway.