1 2 3 4 5 6 7 8 9 10 11 12
/* PR rtl-optimization/78607 */ void rc (int cx) { int mq; if (mq == 0 && (cx / 0) != 0) for (;;) { } }