blob: 142542e404ccd11fe378803fdfcf7b99ab15f471 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -w" } */
typedef unsigned int uint32_t;
int a;
void b(uint32_t c) {
uint32_t *d = &c;
for (; a;)
for (;; (*d %= a) / (*d > 1 > (c > 0)) ?: d)
;
}