This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix IOR RTL simplification (PR rtl-optimization/57829)
- From: Eric Botcazou <ebotcazou at adacore dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 08 Jul 2013 09:55:47 +0200
- Subject: Re: [PATCH] Fix IOR RTL simplification (PR rtl-optimization/57829)
- References: <20130705191308 dot GB2336 at tucnak dot redhat dot com>
> 2013-07-05 Jakub Jelinek <jakub@redhat.com>
>
> PR rtl-optimization/57829
> * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Ensure that
> mask bits outside of mode are just sign-extension from mode to HWI.
>
> * gcc.c-torture/execute/pr57829.c: New test.
OK everywhere, thanks.
--
Eric Botcazou