This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, i386]: Committed: Fix PR target/35496


On Sun, Mar 9, 2008 at 5:38 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> Hello!
>
>  We have to compute alignment of VECTOR_CST and INTEGER_CST constants via
>  ALIGN_MODE_128 in the same way as other ALIGN_MODE_128 data is aligned.
>
>  2008-03-09  Uros Bizjak  <ubizjak@gmail.com>
>
>         PR target/35496
>         * config/i386/i386.c (ix86_constant_algnment): Compute alignment
>  using
>         ALIGN_MODE_128 for VECTOR_CST and INTEGER_CST in addition to
>  REAL_CST.
>
>  Patch was bootstrapped and regression tested on x86_64-pc-linux-gnu
>  {,-m32}. Patch is committed to mainline, but I think that it should be
>  committed to 4.3 branch as well.
>

Can we add a few testcases for Linux/ia32?


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]