[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-28 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2009-05-28 11:12 --- *** Bug 40279 has been marked as a duplicate of this bug. *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread rahul at icerasemi dot com
--- Comment #11 from rahul at icerasemi dot com 2009-05-07 15:57 --- Confirmed issue resolved. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40057

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2009-05-07 15:55 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2009-05-07 15:53 --- Subject: Bug 40057 Author: jakub Date: Thu May 7 15:53:11 2009 New Revision: 147245 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147245 Log: PR middle-end/40057 * dojump.c (prefer_and_bit_te

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-05-07 15:36 --- Subject: Bug 40057 Author: jakub Date: Thu May 7 15:36:23 2009 New Revision: 147242 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147242 Log: PR middle-end/40057 * dojump.c (prefer_and_bit_te

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2009-05-07 15:28 --- Subject: Bug 40057 Author: jakub Date: Thu May 7 15:27:40 2009 New Revision: 147241 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147241 Log: PR middle-end/40057 * dojump.c (prefer_and_bit_te

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2009-05-07 13:19 --- Created an attachment (id=17818) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17818&action=view) gcc44-pr40057.patch Fix I'm going to bootstrap/regtest. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40057

[Bug middle-end/40057] Incorrect right shift by 31 with long long

2009-05-07 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2009-05-07 13:02 --- A bug in do_jump and prefer_and_bit_test. Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added ---