vect-strided-shift-1.c: Add dg-skip-if for MIPS with -mpaired-single directives.

2018-03-21  Chenghua Xu  <paul.hua.gm@gmail.com>

       * gcc.dg/vect/vect-strided-shift-1.c: Add dg-skip-if for
       MIPS with -mpaired-single directives.

From-SVN: r258702
This commit is contained in:
Chenghua Xu 2018-03-21 03:21:05 +00:00 committed by Chenghua Xu
parent f11600c985
commit 3b8acdf944
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2018-03-21 Chenghua Xu <paul.hua.gm@gmail.com>
* gcc.dg/vect/vect-strided-shift-1.c: Add dg-skip-if for
MIPS with -mpaired-single directives.
2018-03-20 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/85001

View file

@ -1,3 +1,4 @@
/* { dg-skip-if "Skip for mips -mpaired-single" { mips*-*-* } { "-mpaired-single" } } */
/* PR tree-optimization/65963. */
#include "tree-vect.h"