https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86731

--- Comment #6 from Will Schmidt <willschm at gcc dot gnu.org> ---
Author: willschm
Date: Tue Oct  9 20:55:25 2018
New Revision: 264994

URL: https://gcc.gnu.org/viewcvs?rev=264994&root=gcc&view=rev
Log:

[gcc]
2018-10-09  Will Schmidt <will_schm...@vnet.ibm.com>

        Backport from trunk.
        2018-09-06  Will Schmidt  <will_schm...@vnet.ibm.com>

        PR target/86731
        * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Update logic
        around folding of vec_sl to handle out of range shift values.

[testsuite]

2018-10-09  Will Schmidt <will_schm...@vnet.ibm.com>

        Backport from trunk
        2018-09-06  Will Schmidt  <will_schm...@vnet.ibm.com>

        PR target/86731
        * gcc.target/powerpc/pr86731.c: New test.
        * gcc.target/powerpc/pr86731-longlong.c: New test.
        * gcc.target/powerpc/pr86731-fwrapv.c: New test.
        * gcc.target/powerpc/pr86731-fwrapv-longlong.c: New test.
        * gcc.target/powerpc/pr86731-nogimplefold.c: New test.
        * gcc.target/powerpc/pr86731-nogimplefold-longlong.c: New test.


Added:
   
branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
    branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv.c
    branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr86731-longlong.c
   
branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr86731-nogimplefold-longlong.c
   
branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr86731-nogimplefold.c
    branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr86731.c
Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/config/rs6000/rs6000.c
    branches/gcc-8-branch/gcc/testsuite/ChangeLog

Reply via email to