This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed patch
- From: Roger Sayle <roger at eyesopen dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 3 Apr 2005 22:33:12 -0600 (MDT)
- Subject: Re: Unreviewed patch
On Fri, 1 Apr 2005, Jakub Jelinek wrote:
> Handle different mode size conversions involving vectors in convert_move
> PR rtl-optimization/16104
> http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01598.html
This is OK for mainline. The approved patch is the change to fold_unary
and not the original patch to "convert_move" mentioned above! :)
This regression fix is also Ok for the 4.0 and 3.4 branches, provided
that its bootstraped and regression tested without problems against the
appropriate branch before committing.
Thanks to both you and RTH for resolving this problem.
Roger
--