2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / opt / asm1.C
blob3f932a6d70c3bebada9da1d3fee019bcc2a2935a
1 // PR c++/6747
2 // { dg-do compile }
3 // { dg-options "-O" }
5 void foo()
7   union { double d; char c[sizeof(double)]; } tmp;
8   __asm__ ("" : "=m" (tmp.d));  // { dg-bogus "not directly addressable" }