Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr100512.c
blob70b90e04be96bc88cc63009e1199e17802615b50
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -w" } */
4 #include <stdint.h>
5 int a;
6 void b() {
7 int16_t *c;
8 uint16_t d = 2;
9 if (0 == d) {
10 uint64_t e;
11 uint64_t *f = &e;
12 for (;;) {
13 if (e += 0 >= 0)
14 for (;;)
17 for (; a;) {
18 int16_t i = &d;
19 *c = i && *f;
23 goto g;