blob: 82802001a5def3e135901433d27b74224c95569b [file] [log] [blame]
/* PR middle-end/8408 */
/* Verify that the recognizer explicitly
handles ADDRESSOF operands. */
void foo(void)
{
double d1 = 3.14159, d2;
if (&d2 == &d1)
;
}