vec-cntlz-lsbb-2.c (dg-error): Update expected error message.

gcc/testsuite/ChangeLog:

2018-06-07  Carl Love  <cel@us.ibm.com>

        * gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c (dg-error): Update expected
        error message.

From-SVN: r261297
This commit is contained in:
Carl Love 2018-06-07 22:46:48 +00:00 committed by Carl Love
parent e4d44a3724
commit 07e2ef97f9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-06-07 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c (dg-error): Update expected
error message.
2018-06-07 Marek Polacek <polacek@redhat.com>
PR c/85318

View file

@ -10,5 +10,5 @@ count_leading_zero_byte_bits (vector unsigned char *arg1_p)
{
vector unsigned char arg_1 = *arg1_p;
return __builtin_vec_vclzlsbb (arg_1); /* { dg-error "builtin function '__builtin_altivec_vclzlsbb' requires the '-mcpu=power9' option" } */
return __builtin_vec_vclzlsbb (arg_1); /* { dg-error "builtin function '__builtin_altivec_vclzlsbb_v16qi' requires the '-mcpu=power9' option" } */
}