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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [vararg-1.c] - Diff between revs 318 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 318 Rev 338
/* PR middle-end/36858 */
/* PR middle-end/36858 */
/* { dg-do run } */
/* { dg-do run } */
/* { dg-options "-w" { target { lp64 } } } */
/* { dg-options "-w" { target { lp64 } } } */
/* { dg-options "-w" { target { llp64 } } } */
/* { dg-options "-w" { target { llp64 } } } */
/* { dg-options "-w -msse2 -mpreferred-stack-boundary=2" { target { ilp32 } } } */
/* { dg-options "-w -msse2 -mpreferred-stack-boundary=2" { target { ilp32 } } } */
/* { dg-require-effective-target sse2 } */
/* { dg-require-effective-target sse2 } */
 
 
#include "sse2-check.h"
#include "sse2-check.h"
#include <stdarg.h>
#include <stdarg.h>
#include <emmintrin.h>
#include <emmintrin.h>
 
 
int
int
__attribute__((noinline))
__attribute__((noinline))
test (int a, ...)
test (int a, ...)
{
{
  return a;
  return a;
}
}
 
 
__m128 n1 = { -283.3, -23.3, 213.4, 1119.03 };
__m128 n1 = { -283.3, -23.3, 213.4, 1119.03 };
 
 
int
int
__attribute__((noinline))
__attribute__((noinline))
foo (void)
foo (void)
{
{
  return test (1, n1);
  return test (1, n1);
}
}
 
 
static void
static void
__attribute__((noinline))
__attribute__((noinline))
sse2_test (void)
sse2_test (void)
{
{
  if (foo () != 1)
  if (foo () != 1)
    abort ();
    abort ();
}
}
 
 

powered by: WebSVN 2.1.0

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