2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20021103-1.c
blob82802001a5def3e135901433d27b74224c95569b
1 /* PR middle-end/8408 */
2 /* Verify that the recognizer explicitly
3 handles ADDRESSOF operands. */
5 void foo(void)
7 double d1 = 3.14159, d2;
8 if (&d2 == &d1)