* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.

From-SVN: r245240
This commit is contained in:
David Edelsohn 2017-02-07 02:26:48 +00:00 committed by David Edelsohn
parent bb7d75ffce
commit d9b4ce00e4
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 } */