[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-02-03 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-02-03 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 --- Comment #6 from Jan Hubicka --- Hopefully fixed now.

[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-02-03 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 --- Comment #5 from Jan Hubicka --- Author: hubicka Date: Mon Feb 3 20:41:30 2014 New Revision: 207439 URL: http://gcc.gnu.org/viewcvs?rev=207439&root=gcc&view=rev Log: PR ipa/59831 * g++.dg/ipa/devirt-24.C: New testcase. * ipa-cp.

[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-01-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 --- Comment #4 from Jan Hubicka --- Created attachment 31996 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31996&action=edit Proposed fix OK, here we have A& C::operator[](int) (struct C * const this, int p1) { int (*__vtbl_ptr_ty

[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-01-16 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 --- Comment #3 from Jan Hubicka --- Easy fix is the following: Index: cgraph.c === --- cgraph.c(revision 206617) +++ cgraph.c(working copy) @@ -815,6 +815,7 @@ cgraph_set_call

[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-01-16 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug ipa/59831] [4.9 Regression] ice in cgraph_speculative_call_info with -O3

2014-01-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831 Richard Biener changed: What|Removed |Added Priority|P3 |P1