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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr23237.c] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
/* { dg-require-effective-target named_sections } */
2
 
3
static __attribute__ ((__section__ (".init.data"))) char *message;
4
static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {};
5
void unpack_to_rootfs(void)
6
{
7
  while (!message)
8
  {
9
    if(!actions[0])
10
      return;
11
  }
12
}

powered by: WebSVN 2.1.0

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