[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

2012-08-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52005 Marc Glisse changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

2012-08-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52005 --- Comment #3 from Marc Glisse 2012-08-06 16:38:52 UTC --- Author: glisse Date: Mon Aug 6 16:38:48 2012 New Revision: 190184 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190184 Log: 2012-08-06 Marc Glisse gcc/ PR tree-optimizati

[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

2012-01-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52005 --- Comment #2 from Andrew Pinski 2012-01-26 22:08:05 UTC --- Here is another testcase: int f(int x, int a, int b) { int t = 0; int c = 1 << a; if (!(x & 1)) t = 0; else if (x & (1 << 2)) t = g(); else t = 0; ret

[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

2012-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52005 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|