FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / asm3.C
blobbf0e423db33fd1d0a649f35a9e294d6add4431d2
1 // Build don't link:
2 // Skip if not target: i?86-*-* x86_64-*-*
3 // Special g++ Options: -O2
5 typedef unsigned long long uint64;
6 uint64 fstps(void)
8   uint64 ret;
9   asm volatile("fstps %0" : "=m" (ret));
10   return ret;