http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59157

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-unknown-linux-gnu    |x86_64-*-*, i?86-*-*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-11-18
          Component|inline-asm                  |target
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
long double f(long double x){
    asm volatile("":"+mf"(x));
    return x;
}

still fails with -m64.

Confirmed.

Reply via email to