------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-19 18:45 -------
/* If this is a real operand, the operand is either ssa name or decl.
Virtual operands may only be decls. */
gcc_assert (is_real_op || DECL_P (var));Was where it was crashing. The code has moved though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25860
