[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-12-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 H.J. Lu changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-12-04 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #9 from Stupachenko Evgeny --- r203897 | pmatos | 2013-10-21 19:41:46 +0400 (Mon, 21 Oct 2013) | 4 lines * ipa-inline.c (edge_badness): Cap edge->count at max_count for badness calculations. fixes the issue in trunk.

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-12-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #8 from H.J. Lu --- (In reply to Stupachenko Evgeny from comment #7) > Created attachment 31379 [details] > patch to ipa-inline.c for 4.8 Is this a backport from trunk? If yes, please identify which checkin on trunk fixes it.

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-12-04 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #7 from Stupachenko Evgeny --- Created attachment 31379 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31379&action=edit patch to ipa-inline.c for 4.8

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-12-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #6 from

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-12-02 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 Stupachenko Evgeny changed: What|Removed |Added Version|4.9.0 |4.8.3 --- Comment #5 from Stupachenk

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-11-12 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #4 from Stupachenko Evgeny --- Not reproduced on trunk(4.9) any more. Still reproduced on 4.8.

Re: [Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread pinskia
I have a fix which I hope to share in the next few weeks. Sent from my iPad On Aug 30, 2013, at 3:31 AM, "evstupac at gmail dot com" wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 > > --- Comment #2 from Stupachenko Evgeny --- > I can't share CoreMark sources. > However, you can

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread pinskia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #3 from pinskia at gmail dot com --- I have a fix which I hope to share in the next few weeks. Sent from my iPad On Aug 30, 2013, at 3:31 AM, "evstupac at gmail dot com" wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 >

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 --- Comment #2 from Stupachenko Evgeny --- I can't share CoreMark sources. However, you can get them at www.coremark.org when accept the license. The error caused by edge->count of new edges which is grater than max_count: (line 902) gcc_assert (

[Bug ipa/58279] Interanl compiler error while pgo compilation at ipa-inline.c:902

2013-08-30 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58279 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|