OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [builtin-apply2.c] - Diff between revs 298 and 399

Show entire file | Details | Blame | View Log

Rev 298 Rev 399
Line 1... Line 1...
/* { dg-do run } */
/* { dg-do run } */
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { "avr-*-*" } { "*" } { "" } } */
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { "avr-*-*" "or32-*-*" } { "*" } { "" } } */
/* { dg-skip-if "Variadic funcs use Base AAPCS.  Normal funcs use VFP variant." { "arm*-*-*" } { "-mfloat-abi=hard" } { "" } } */
/* { dg-skip-if "Variadic funcs use Base AAPCS.  Normal funcs use VFP variant." { "arm*-*-*" } { "-mfloat-abi=hard" } { "" } } */
 
 
/* PR target/12503 */
/* PR target/12503 */
/* Origin: <pierre.nguyen-tuong@asim.lip6.fr> */
/* Origin: <pierre.nguyen-tuong@asim.lip6.fr> */
 
 
Line 25... Line 25...
  __builtin_apply(foo, __builtin_apply_args(), 64);
  __builtin_apply(foo, __builtin_apply_args(), 64);
}
}
 
 
int main(void)
int main(void)
{
{
 
  char dummy[64]; /* Make sure we have 64 bytes of stack to copy.  */
 
 
  bar("eeee", 5.444567, 8.90765, 4.567789, INTEGER_ARG);
  bar("eeee", 5.444567, 8.90765, 4.567789, INTEGER_ARG);
 
 
  return 0;
  return 0;
}
}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.