tree-optimization/115602 - SLP CSE results in cycles
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 941111-1.c
blob22ed2c4d091a612a9b5622046da248475a6075d7
1 /* { dg-additional-options "-std=gnu89" } */
3 main ()
5 struct S { int i; char c; } obj1, obj2;
7 foo ();
8 if (obj1.c != obj2.c)
9 bar ();