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.0rc3/] [gcc/] [testsuite/] [gcc.dg/] [pr43557-1.c] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR debug/43557 */
2
/* { dg-do compile } */
3
/* { dg-options "--combine -g -O2" } */
4
/* { dg-additional-sources "pr43557-2.c" } */
5
 
6
struct S
7
{
8
  int v;
9
} g;
10
 
11
void
12
f1 (void)
13
{
14
  struct S *s = &g;
15
  s->v = 0;
16
}

powered by: WebSVN 2.1.0

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