This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/47617] SSE rounding mode works -g, not -O3


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

--- Comment #9 from cck0011 at yahoo dot com 2011-02-12 18:20:03 UTC ---
Hi folks,

  I tried the asm("":"+X"(source));  as shown. I get an error: inconsistent
operand constraints in an âasmâ.

  The info pages make it look like this should work, but the Inline Assembly
Howto doesn't mention the X constraint. If the compiler should agree with the
info pages, I'm doing something wrong. What am I missing?

thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]