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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [sparc-ret.c] - Diff between revs 149 and 154

Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* Copyright (C) 2001  Free Software Foundation.
/* Copyright (C) 2001  Free Software Foundation.
 
 
   Making sure that Ultrasparc return instructions do not read
   Making sure that Ultrasparc return instructions do not read
   below the stack.  */
   below the stack.  */
 
 
/* { dg-do compile { target sparc-*-* } } */
/* { dg-do compile { target sparc-*-* } } */
/* { dg-options "-mcpu=ultrasparc -O" } */
/* { dg-options "-mcpu=ultrasparc -O" } */
 
 
 
 
int bar (int a, int b, int c, int d, int e, int f, int g, int h)
int bar (int a, int b, int c, int d, int e, int f, int g, int h)
{
{
  int res;
  int res;
 
 
  toto (&res);
  toto (&res);
  return h;
  return h;
}
}
/* { dg-final { global compiler_flags; if ![string match "*-m64 *" $compiler_flags] { scan-assembler "return\[ \t\]*%i7\\+8\n\[^\n\]*ld\[ \t\]*\\\[%sp\\+96\\\]" } } } */
/* { dg-final { global compiler_flags; if ![string match "*-m64 *" $compiler_flags] { scan-assembler "return\[ \t\]*%i7\\+8\n\[^\n\]*ld\[ \t\]*\\\[%sp\\+96\\\]" } } } */
 
 
int bar2 ()
int bar2 ()
{
{
  int res;
  int res;
 
 
  toto (&res);
  toto (&res);
  return res;
  return res;
}
}
/* { dg-final { global compiler_flags; if ![string match "*-m64 *" $compiler_flags] { scan-assembler "return\[ \t\]*%i7\\+8\n\[^\n\]*nop" } } } */
/* { dg-final { global compiler_flags; if ![string match "*-m64 *" $compiler_flags] { scan-assembler "return\[ \t\]*%i7\\+8\n\[^\n\]*nop" } } } */
 
 

powered by: WebSVN 2.1.0

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