va-arg-25.c: Fix typo for powerpc64-*-* check.
* gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check. From-SVN: r185019
This commit is contained in:
parent
87a60f68a9
commit
ad540a5e33
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-03-06 Pat Haugen <pthaugen@us.ibm.com>
|
||||
|
||||
* gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check.
|
||||
|
||||
2012-03-06 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR middle-end/52493
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/* { dg-options "-msse" { target { i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-require-effective-target sse_runtime { target { i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-options "-mabi=altivec -maltivec" { target { powerpc-*-* powerpc64-*-* } } } */
|
||||
/* { dg-require-effective-target vmx_hw { target { powerpc-*-* powerpc64--*-* } } } */
|
||||
/* { dg-require-effective-target vmx_hw { target { powerpc-*-* powerpc64-*-* } } } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue