1 /* PR tree-optimization/36504 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -fprefetch-loop-arrays -w" } */
5 struct A
{ struct { int a
; } b
[8]; };
6 struct B
{ int c
; int d
; };
7 struct C
{ struct B d
; };
9 void bar (struct C
*, int);
12 foo (struct C
*p
, struct A
*e
, int b
)
20 baz (int b
, struct A
*e
)