[Bug rtl-optimization/49710] [4.7 Regression] segfault

2012-01-05 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2012-01-05 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 --- Comment #7 from Jan Hubicka 2012-01-05 19:25:19 UTC --- Author: hubicka Date: Thu Jan 5 19:25:14 2012 New Revision: 182919 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182919 Log: PR middle-end/49710 * cfgloopmanip.c (remov

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2012-01-03 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 --- Comment #6 from Jan Hubicka 2012-01-03 17:52:04 UTC --- Hi, after some discussion with Zdenek, it seems that the problem is wrong assumption in remove_path that the only loops removed are at the top of loop hiearchy. It is not true here, sin

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2011-12-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 --- Comment #5 from Jan Hubicka 2011-12-28 19:37:38 UTC --- OK, loop hiearchy looks as follows: loop_0 (header = 0, latch = 1, niter = ) { bb_2 (preds = {bb_0 }, succs = {bb_3 }) bb_6 (preds = {bb_5 }, succs = {bb_13 }) bb_12 (preds = {bb_

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2011-12-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at g

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2011-10-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 Richard Guenther changed: What|Removed |Added Priority|P3 |P1 --- Comment #3 from Richard Guenthe

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2011-07-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 --- Comment #2 from Jakub Jelinek 2011-07-12 08:54:29 UTC --- Caused by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172430 but more probably this is just a dup of PR48813, which was for this testcase latent before. Honza, any chance you cou

[Bug rtl-optimization/49710] [4.7 Regression] segfault

2011-07-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49710 Richard Guenther changed: What|Removed |Added Known to work||4.6.1 Target Milestone|---