[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=211803root=gccview=rev Log: Backport from mainline 2014-06-06 Uros Bizjak

[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 ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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=211723root=gccview=rev Log: Backport from mainline 2014-06-06 Uros Bizjak

[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

[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 law at redhat dot com --- 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 jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[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 law at redhat dot com changed: What|Removed |Added CC||law at redhat dot

[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 ubizjak at gmail dot com --- (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 rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[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 ubizjak at gmail dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[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 ubizjak at gmail dot com --- Created attachment 32901 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32901action=edit Proposed patch This patch fies invalid code gen, but unfortunately uncovers a problem in

[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 ubizjak at gmail dot com --- Created attachment 32903 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32903action=edit Testcase that fails in REE pass This testcase fails with patched gcc in REE pass: cc1 -O2

[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 ubizjak at gmail dot com changed: What|Removed |Added CC||law at gcc dot

[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=211321root=gccview=rev Log: PR target/61423 * config/i386/i386.md