* gcc.dg/builtin-apply2.c: Mark skip for avr target.
From-SVN: r136927
This commit is contained in:
parent
60f4b2bfa5
commit
c227723584
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
|
||||
|
||||
* gcc.dg/builtin-apply2.c: Mark skip for avr target.
|
||||
|
||||
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
|
||||
|
||||
PR c/36571
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { "avr-*-*" } { "*" } { "" } } */
|
||||
|
||||
/* PR target/12503 */
|
||||
/* Origin: <pierre.nguyen-tuong@asim.lip6.fr> */
|
||||
|
||||
/* Verify that __builtin_apply behaves correctly on targets
|
||||
with pre-pushed arguments (e.g. SPARC). */
|
||||
|
||||
/* { dg-do run } */
|
||||
|
||||
|
||||
#define INTEGER_ARG 5
|
||||
|
|
Loading…
Add table
Reference in a new issue