Skip to content

Commit 2c28fa3

Browse files
author
carll
committed
gcc/testsuite/ChangeLog:
2017-07-31 Carl Love <[email protected]> * gcc.target/powerpc/builtins-4-runnable.c: Fix dg argument that got missed in commit 250746. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250751 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 66c8830 commit 2c28fa3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gcc/testsuite/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-07-31 Carl Love <[email protected]>
2+
3+
* gcc.target/powerpc/builtins-4-runnable.c: Fix dg argument that got
4+
missed in commit 250746.
5+
16
2017-07-31 Carl Love <[email protected]>
27

38
* gcc.target/powerpc/builtins-4-runnable.c: Add test cases for the

gcc/testsuite/gcc.target/powerpc/builtins-4-runnable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* { dg-do run } */
2-
/* { dg-require-effective-target powerpc_vsx_hw } */
2+
/* { dg-require-effective-target vsx_hw } */
33
/* { dg-options "-maltivec -mvsx" } */
44

55
#include <inttypes.h>

0 commit comments

Comments
 (0)