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: Vector shifting patch


On Wed, Oct 27, 2010 at 10:43 AM, Artem Shinkarov
<artyom.shinkaroff@gmail.com> wrote:
> Ok, then here are vector shifts only.
>
> ChangeLog:
>
> 2010-10-25 ?Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
> ?Andrew Pinski <pinskia@gmail.com>
>
> ?gcc/
> ?* tree.h (build_vector_from_val): Declare.
> ?* tree.c (build_vector_from_val): New function.
> ?* c-typeck.c (build_binary_op): Handle vector shifting.
> ?* doc/extend.texi: Description of the vector shifting operation.
>
> ?gcc/testsuite/
> ?* gcc.c-torture/execute/vector-shift.c: Likewise.
> ?* gcc.c-torture/execute/vector-shift1.c: New testcase.
> ?* gcc.c-torture/execute/vector-shift2.c: New testcase.
> ?* gcc.dg/vector-shift.c: New testcase.
> ?* gcc.dg/vector-shift1.c: New testcase.
> ?* gcc.dg/vector-shift2.c: New testcase.
> ?* gcc.dg/vector-shift3.c: New testcase.
>
> bootstrapped and tested on x86_64_unknown-linux
>
>

This caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46227


H.J.


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