1 /* PR tree-optimization/36504 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -fprefetch-loop-arrays -w" } */
4 /* { dg-additional-options "-march=i686 -msse" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
6 struct A
{ struct { int a
; } b
[8]; };
7 struct B
{ int c
; int d
; };
8 struct C
{ struct B d
; };
10 void bar (struct C
*, int);
13 foo (struct C
*p
, struct A
*e
, int b
)
21 baz (int b
, struct A
*e
)