[Bug target/57357] Error with '-mno-sse' and include wchar.h

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 21 16:21:00 GMT 2013


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-pc-linux-gnu
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |target
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is expected as you are disabling SSE and the function returns a double
which is not valid with SSE disabled.



More information about the Gcc-bugs mailing list