[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-24 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-24 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 Martin Jambor changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-17 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 --- Comment #6 from Jan Hubicka --- > I've confirmed this is the case by putting a call to > cgraph_rebuild_references into convert_callers_for_node and it "fixes" > the issue. But of course that could be quite expensive. Hmm, it is bit ugly to

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-17 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-16 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 Martin Jambor changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-16 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 --- Comment #3 from Marek Polacek --- void baz (void); int func (); static void bar (int a, int foo (void)) { baz (); foo (); } void baz (void) { bar (0, func); }

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-15 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 Marek Polacek changed: What|Removed |Added CC||mjambor at suse dot cz --- Comment #2 fro

[Bug tree-optimization/57294] [4.9 Regression] ice in remove_described_reference

2013-05-15 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57294 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|