OSDN Git Service

* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20021103-1.c
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 }