[Bug c/65916] New: Unnecessary floating-point instruction causes runtime exception on PowerPC

2015-04-28 Thread nikolay.pakulin at gmail dot com
: critical Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: nikolay.pakulin at gmail dot com Target Milestone: --- Created attachment 35412 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35412&action=edit Test case to re

[Bug target/65916] Unnecessary floating-point instruction causes runtime exception on PowerPC

2015-05-19 Thread nikolay.pakulin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65916 --- Comment #2 from Nikolay Pakulin --- (In reply to Segher Boessenkool from comment #1) > GCC 5 does not do this for me. > > You need to add -msoft-float if you have no hardware float; doing > that solves the problem for me (with a GCC 4.7 I ha