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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20031011-1.c] - Rev 823

Go to most recent revision | Compare with Previous | Blame | View Log

/* PR optimization/12544 */
/* Origin: Tony Hosking <hosking@cs.purdue.edu> */
 
/* Verify that non-local structures passed by invisible
   reference are correctly put in the stack.  */
 
typedef struct {
  int a;
  int f;
} A;
 
A *b;
 
void x (A a) {
  void y () {
    a.a = 0;
  }
 
  b = &a;
  y();
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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