http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831
--- Comment #6 from Jan Hubicka ---
Hopefully fixed now.
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.
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59831
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1