1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-forwprop2" } */
8 static inline double *y(struct YY
* this_1
) { return &this_1
->e
[1]; }
14 static inline struct YY
direction (const struct XX
* this_1
) { return this_1
->v
;}
16 int foo(const struct XX
* r
) {
17 struct YY t
= direction(r
);
18 if (*y(&t
) < 0.000001) return 0;
22 /* { dg-final { scan-tree-dump-times "&" 0 "forwprop2" } } */
23 /* { dg-final { cleanup-tree-dump "forwprop2" } } */