* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
From-SVN: r245240
This commit is contained in:
parent
bb7d75ffce
commit
d9b4ce00e4
@ -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
|
||||
|
@ -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 } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user