From 0d26b2ff459632459d4b620244431e059528718b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 22 Jun 2005 13:38:19 +0000 Subject: re PR middle-end/20593 (Simple array of string access miscompiled on x86 and x86_64 and PPC) 2005-06-22 Richard Kenner 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. From-SVN: r101248 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 591d59d..5fc2a06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-06-22 Richard Kenner + + 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 * tree-vrp.c (extract_range_from_unary_expr): Handle type -- cgit v1.1