[Bug bootstrap/55175] i386/sfp-exceptions.c:52:7: error: impossible constraint in 'asm'

2012-11-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55175 --- Comment #1 from Uros Bizjak ubizjak at gmail dot com 2012-11-02 10:01:44 UTC --- Created attachment 28596 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28596 Proposed patch Patch that disables relevant parts of soft-fp library

[Bug bootstrap/55175] i386/sfp-exceptions.c:52:7: error: impossible constraint in 'asm'

2012-11-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55175 --- Comment #2 from Uros Bizjak ubizjak at gmail dot com 2012-11-02 10:05:24 UTC --- Can you please try to build with attached (untested) patch? The patch disables the part that handles exceptions and where rounding mode is set. We need

[Bug bootstrap/55175] i386/sfp-exceptions.c:52:7: error: impossible constraint in 'asm'

2012-11-02 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55175 Joel Sherrill joel at gcc dot gnu.org changed: What|Removed |Added CC||joel at

[Bug bootstrap/55175] i386/sfp-exceptions.c:52:7: error: impossible constraint in 'asm'

2012-11-02 Thread uros at gcc dot gnu.org
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=gccview=revrev=193095 Log: PR target/55175 *