PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / pr56990.c
blobc857785c834d2ef369aaaf037eda29d5ddc46815
1 /* PR sanitizer/56990 */
2 /* { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && lp64 } } } */
3 /* { dg-options "-fsanitize=thread" } */
5 struct S{};
7 void foo(struct S *p)
9 *p = (struct S){};