[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Steven Bosscher changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-08 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #23 from Steven Bosscher 2012-12-08 12:12:59 UTC --- Author: steven Date: Sat Dec 8 12:12:50 2012 New Revision: 194322 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194322 Log: PR rtl-optimization/55158 *

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org ---

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #21 from Eric Botcazou 2012-12-04 11:36:23 UTC --- > Sometimes you have to fix things you haven't broken. Especially trivial > bugs like this one. Look at all the REG_EQUAL stuff I've been trying > to fix. I assure you I was

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #20 from Bernd Schmidt 2012-12-04 11:06:07 UTC --- Created attachment 28873 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28873 Another patch Here's another attempt, given that it seems to be the speculation code that

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #19 from Steven Bosscher 2012-12-04 10:02:58 UTC --- This line is of course supposed to compare bb_state_array and old_bb_state_array: for (int i = (bb_state != old_bb_state) ? 0 : saved_last_basic_block;

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #18 from Steven Bosscher 2012-12-04 09:56:53 UTC --- Created attachment 28872 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28872 Updated tentative fix (In reply to comment #16) > I can provide IA-64 testing cycles, b

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #17 from Eric Botcazou 2012-12-04 09:29:50 UTC --- Created attachment 28871 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28871 Testsuite results with tentative fix

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #16 from Eric Botcazou 2012-12-04 09:27:54 UTC --- > So it's up to the only one in this discussion who does *not* have a paid > GCC hacking position to fix this? Has Itanium really sunk so deep? It's up to the author of the s

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-04 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Steven Bosscher changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-03 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #14 from Jan Hubicka 2012-12-03 23:24:13 UTC --- > > Someone needs to do something here because the C/C++/Fortran testsuite > > results > > are abysmal at -O3. > > And the tentative fix doesn't really help, it turns the ICEs

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #13 from Eric Botcazou 2012-12-03 21:06:23 UTC --- > Someone needs to do something here because the C/C++/Fortran testsuite results > are abysmal at -O3. And the tentative fix doesn't really help, it turns the ICEs of the tes

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Eric Botcazou changed: What|Removed |Added Target||ia64-*-* CC|