[Bug target/54680] [SH] Unnecessary int-float-int conversion of fsca fixed point input

2012-09-23 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54680 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/54680] [SH] Unnecessary int-float-int conversion of fsca fixed point input

2012-10-09 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54680 --- Comment #1 from Oleg Endo 2012-10-09 19:57:35 UTC --- (In reply to comment #0) > > Another scenario that does not work however is: > > float test03 (int x) > { > return sinf ( x * 2 * pi / 65536 ); > } > > (Notice the missi

[Bug target/54680] [SH] Unnecessary int-float-int conversion of fsca fixed point input

2012-10-12 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54680 --- Comment #2 from Oleg Endo 2012-10-12 23:19:32 UTC --- Author: olegendo Date: Fri Oct 12 23:19:27 2012 New Revision: 192416 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192416 Log: PR target/54680 * config/sh/sh.c

[Bug target/54680] [SH] Unnecessary int-float-int conversion of fsca fixed point input

2012-10-29 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54680 Oleg Endo changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|