From: Kelvin Nilsen Date: Tue, 19 Mar 2019 13:44:03 +0000 (+0000) Subject: re PR target/89736 (New test pr87532-mc.c fails on compiler not defaulting to VSX) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b595ecaeda647070c6c4ede0c09be78dfc4f763;p=gcc.git re PR target/89736 (New test pr87532-mc.c fails on compiler not defaulting to VSX) gcc/testsuite/ChangeLog: 2019-03-19 Kelvin Nilsen PR target/89736 * gcc.target/powerpc/pr87532-mc.c: Modify dejagnu directives to restrict this test to vsx targets. From-SVN: r269796 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 86be3ca1060..1b5cfebd921 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2019-03-19 Kelvin Nilsen + + PR target/89736 + * gcc.target/powerpc/pr87532-mc.c: Modify dejagnu directives to + restrict this test to vsx targets. + 2019-03-19 Jakub Jelinek PR target/89752 diff --git a/gcc/testsuite/gcc.target/powerpc/pr87532-mc.c b/gcc/testsuite/gcc.target/powerpc/pr87532-mc.c index 400df7f1b77..e5f79aa5dc1 100644 --- a/gcc/testsuite/gcc.target/powerpc/pr87532-mc.c +++ b/gcc/testsuite/gcc.target/powerpc/pr87532-mc.c @@ -1,8 +1,8 @@ /* { dg-do run { target int128 } } */ -/* { dg-require-effective-target vmx_hw } */ -/* { dg-options "-maltivec -O2" } */ +/* { dg-require-effective-target vsx_hw } */ +/* { dg-options "-mvsx -O2" } */ -/* This test should run the same on any target that supports altivec/dfp +/* This test should run the same on any target that supports vsx instructions. Intentionally not specifying cpu in order to test all code generation paths. */