PR middle-end/20593
* varasm.c (compute_reloc_for_constant): Treat VIEW_CONVER_EXPR
the same as the other cast operands.
(output_addressed_constants): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101248
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-06-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ PR middle-end/20593
+ * varasm.c (compute_reloc_for_constant): Treat VIEW_CONVER_EXPR
+ the same as the other cast operands.
+ (output_addressed_constants): Likewise.
+
2005-06-21 Jeff Law <law@redhat.com>
* tree-vrp.c (extract_range_from_unary_expr): Handle type
case NOP_EXPR:
case CONVERT_EXPR:
case NON_LVALUE_EXPR:
+ case VIEW_CONVERT_EXPR:
reloc = compute_reloc_for_constant (TREE_OPERAND (exp, 0));
break;
case NOP_EXPR:
case CONVERT_EXPR:
case NON_LVALUE_EXPR:
+ case VIEW_CONVERT_EXPR:
output_addressed_constants (TREE_OPERAND (exp, 0));
break;