Commit ad540a5e by Pat Haugen Committed by Pat Haugen

va-arg-25.c: Fix typo for powerpc64-*-* check.

        * gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check.

From-SVN: r185019
parent 87a60f68
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> 2012-03-06 Richard Guenther <rguenther@suse.de>
PR middle-end/52493 PR middle-end/52493
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/* { dg-options "-msse" { target { i?86-*-* x86_64-*-* } } } */ /* { dg-options "-msse" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-require-effective-target sse_runtime { 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-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 <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment