1 2 3 4 5 6 7 8 9 10
/* PR middle-end/8408 */ /* Verify that the recognizer explicitly handles ADDRESSOF operands. */ void foo(void) { double d1 = 3.14159, d2; if (&d2 == &d1) ; }