* stmt.c (parse_output_constraint): New function, split out
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / asm3.C
blobd37de69329a34c3babc92d5f92cfcf4a6c0656b0
1 // Build don't link:
2 // Skip if not target: i?86-*-*
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;