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 bootstrap/55175] i386/sfp-exceptions.c:52:7: error: impossible constraint in 'asm'


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

--- Comment #4 from uros at gcc dot gnu.org 2012-11-02 14:09:09 UTC ---
Author: uros
Date: Fri Nov  2 14:09:02 2012
New Revision: 193095

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193095
Log:
    PR target/55175
    * config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
    * config/i386/sfp-machine.h: Guard exception handling
    code with _SOFT_FLOAT.
    * config/i386/32/sfp-machine.h: Guard rounding handling
    code with _SOFT_FLOAT.
    * config/i386/64/sfp-machine.h: Ditto.


Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/i386/32/sfp-machine.h
    trunk/libgcc/config/i386/64/sfp-machine.h
    trunk/libgcc/config/i386/sfp-exceptions.c
    trunk/libgcc/config/i386/sfp-machine.h


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