gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850.

From-SVN: r265982
This commit is contained in:
Jeff Law 2018-11-09 13:08:20 -07:00 committed by Jeff Law
parent 0d26cdf1cf
commit fb9289bed1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-11-09 Jeff Law <law@redhat.com>
gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850.
2018-11-09 Martin Sebor <msebor@redhat.com>
PR middle-end/81824

View File

@ -10,7 +10,7 @@
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*-*-* or1k*-*-* } } } */
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { nds32*-*-* } } */
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { nds32*-*-* } { v850*-*-* } } */
/* { dg-require-effective-target untyped_assembly } */