[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-06-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #19 from Jeffrey A. Law --- Author: law Date: Thu Jun 12 18:38:29 2014 New Revision: 211589 URL: http://gcc.gnu.org/viewcvs?rev=211589&root=gcc&view=rev Log: PR tree-optimization/61009 * tree-ssa-threadedge.c (thread_thro

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-06-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #18 from Jeffrey A. Law --- Author: law Date: Thu Jun 12 17:12:18 2014 New Revision: 211586 URL: http://gcc.gnu.org/viewcvs?rev=211586&root=gcc&view=rev Log: PR tree-optimization/61009 * tree-ssa-threadedge.c (thread_thro

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-13 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #16 from Jeffrey A. Law --- Author: law Date: Tue May 13 20:26:51 2014 New Revision: 210400 URL: http://gcc.gnu.org/viewcvs?rev=210400&root=gcc&view=rev Log: 2014-05-08 Jeff Law PR tree-optimization/61009 * tree-ssa-threa

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #15 from Jeffrey A. Law --- Paul, it is. I'd be surprised if both threading fixes aren't in by Monday.

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-09 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #14 from Paul Pluzhnikov --- (In reply to Teresa Johnson from comment #13) > Thanks for the fix! Indeed. > Confirming that it does indeed fix the application > issues we hit. I will add that we've had at least two separate miscompi

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-09 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #13 from Teresa Johnson --- Jeff, Thanks for the fix! Confirming that it does indeed fix the application issues we hit. Teresa On Thu, May 8, 2014 at 9:54 PM, law at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-05-09 Thread tejohnson at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #12 from tejohnson at gcc dot gnu.org --- Author: tejohnson Date: Fri May 9 16:59:56 2014 New Revision: 210279 URL: http://gcc.gnu.org/viewcvs?rev=210279&root=gcc&view=rev Log: Backport r210254 from trunk for Google b/14380607. 2