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/] [pr14814.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-forwprop2" } */
3
 
4
 
5
struct YY {
6
  double e[3];  };
7
 
8
static inline double *y(struct YY* this_1) { return &this_1->e[1]; }
9
 
10
struct XX {
11
  struct YY v;
12
 };
13
 
14
static inline struct YY direction (const struct  XX* this_1) { return this_1->v;}
15
 
16
int foo(const struct XX* r) {
17
  struct YY t = direction(r);
18
  if (*y(&t) < 0.000001) return 0;
19
  return 1;
20
}
21
 
22
/* { dg-final { scan-tree-dump-times "&" 0 "forwprop2" } } */
23
/* { dg-final { cleanup-tree-dump "forwprop2" } } */
24
 
25
 

powered by: WebSVN 2.1.0

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