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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20010518-2.c] - Rev 688

Compare with Previous | Blame | View Log

/* { dg-do compile } */
 
/* Large static storage.  */
 
#include <limits.h>
 
static volatile char chars_1[INT_MAX / 2];
static volatile char chars_2[1];
 
int
foo (void)
{
  chars_1[10] = 'y';
  chars_2[0] = 'x';
}
 

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.