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.dg/] [pr32374.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
 
4
extern int *stderr;
5
 
6
void f (int *, const char *, ...);
7
 
8
void g (const char *conf_name)
9
{
10
  typedef struct
11
  {
12
    const char *label;
13
    const int value;
14
  } Section;
15
 
16
  const Section sections[2] = { {"", 0}, {"", 1} };
17
 
18
  f (stderr, "", "", conf_name, 0, sections[0]);
19
  f (stderr, "", "", conf_name, 0, sections[0]);
20
}

powered by: WebSVN 2.1.0

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