diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2017-02-07 02:26:48 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2017-02-06 21:26:48 -0500 |
commit | d9b4ce00e4fa78ace185749b1e630152c304a131 (patch) | |
tree | d001be2093c59df1f5325189077d81cf45d982d7 /gcc | |
parent | bb7d75ffce7a2ca526229b579666ceae01805f69 (diff) | |
download | gcc-d9b4ce00e4fa78ace185749b1e630152c304a131.zip gcc-d9b4ce00e4fa78ace185749b1e630152c304a131.tar.gz gcc-d9b4ce00e4fa78ace185749b1e630152c304a131.tar.bz2 |
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
From-SVN: r245240
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 427615c..03b3637 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-02-07 David Edelsohn <dje.gcc@gmail.com> + + * gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax. + 2017-02-07 Patrick Palka <ppalka@gcc.gnu.org> PR c++/79360 diff --git a/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c b/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c index eb9d3a9..41b5c05 100644 --- a/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c +++ b/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c @@ -9,7 +9,7 @@ /* arm_hf_eabi: Variadic funcs use Base AAPCS. Normal funcs use VFP variant. avr: Variadic funcs don't pass arguments in registers, while normal funcs do. */ -/* { dg-skip-if "Variadic funcs use different argument passing from normal funcs" { arm_hf_eabi || { avr-*-* } || { riscv*-*-* } } "*" "" } */ +/* { dg-skip-if "Variadic funcs use different argument passing from normal funcs" { arm_hf_eabi || { avr-*-* riscv*-*-* } } "*" "" } */ /* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { nds32*-*-* } "*" "" } */ /* { dg-require-effective-target untyped_assembly } */ |