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