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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [sra-2.c] - Blame information for rev 853

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

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O1 -fdump-tree-optimized --param sra-max-structure-size=32" } */
3
 
4
/* Test for SRA. */
5
 
6
typedef struct teststruct
7
{
8
  double d;
9
  char f1;
10
} teststruct;
11
 
12
 
13
void
14
copystruct11 (teststruct *param)
15
{
16
  static teststruct local;
17
  param->f1 = 0;
18
  local = *param;
19
  if (local.f1 != 0)
20
    link_error ();
21
}
22
 
23
 
24
/* There should be no reference to link_error. */
25
/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail *-*-* } } } */
26
/* { dg-final { cleanup-tree-dump "optimized" } } */

powered by: WebSVN 2.1.0

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