* asan.c (create_cond_insert_point): Maintain profile.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20060410.c
blobb4d00cb991df2339df4f3504b0dcbbcbc95f5c3a
1 /* { dg-do compile } */
2 /* { dg-options "-g" } */
4 /* Make sure we didn't eliminate foo because we thought it was unused. */
6 struct foo
8 int i;
9 };
11 int bar (void)
13 return ((struct foo *)0x1234)->i;
16 /* { dg-final { scan-assembler "foo" { xfail nvptx-*-* } } } */