OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [20031031-1.c] - Blame information for rev 378

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

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
 
4
/* This program requires the SSA renamer to be run after the second DOM
5
   pass.  Test provided by Falk Hueffner as Bugzilla #12825.  */
6
 
7
struct floppy_raw_cmd {
8
  int flags, track;
9
} *raw_cmd, default_raw_cmd;
10
 
11
void
12
setup_format_params (void)
13
{
14
  raw_cmd = &default_raw_cmd;
15
  raw_cmd->track = 0;
16
  raw_cmd->flags = 0;
17
}

powered by: WebSVN 2.1.0

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