[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-18 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #13 from uros at gcc dot gnu.org --- Author: uros Date: Wed Jun 18 20:01:37 2014 New Revision: 211803 URL: https://gcc.gnu.org/viewcvs?rev=211803&root=gcc&view=rev Log: Backport from mainline 2014-06-06 Uros Bizjak PR

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-16 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Tue Jun 17 05:00:52 2014 New Revision: 211723 URL: https://gcc.gnu.org/viewcvs?rev=211723&root=gcc&view=rev Log: Backport from mainline 2014-06-06 Uros Bizjak PR

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Bug 61423 depends on bug 61446, which changed state. Bug 61446 Summary: [4.10 Regression]: ICE in copyprop_hardreg_forward_1, at regcprop.c with -O2 -m32 -march=corei7 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61446 What|Remove

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #11 from Jeffrey A. Law --- I expect the REE bug to be fixed tomorrow AM (my time). It's a trivial issue.

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #10 f

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #8 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #5) > Created attachment 32903 [details] > Testcase that fails in REE pass > > This testcase fails with patched gcc in REE pass: This is now PR61446.

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-06 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #7 from uros at gcc dot gnu.org --- Author: uros Date: Fri Jun 6 17:45:10 2014 New Revision: 211321 URL: http://gcc.gnu.org/viewcvs?rev=211321&root=gcc&view=rev Log: PR target/61423 * config/i386/i386.md (*floatunssi2_i387_wi

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Uroš Bizjak changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #6 from

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #5 from Uroš Bizjak --- Created attachment 32903 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32903&action=edit Testcase that fails in REE pass This testcase fails with patched gcc in REE pass: cc1 -O2 -m32 -march=corei7 lib

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #4 from Uroš Bizjak --- Created attachment 32901 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32901&action=edit Proposed patch This patch fies invalid code gen, but unfortunately uncovers a problem in REE pass and fails boots

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target|