[Bug gcov-profile/53546] gcc ICEs when using -fripa at varpool.c:45

2016-08-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53546

Martin Liška  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||marxin at gcc dot gnu.org
 Resolution|--- |INVALID

--- Comment #4 from Martin Liška  ---
Closing the PR as it was related to a Google branch.

[Bug gcov-profile/53546] gcc ICEs when using -fripa at varpool.c:45

2012-07-21 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53546

Steven Bosscher steven at gcc dot gnu.org changed:

   What|Removed |Added

 Status|WAITING |NEW
 CC||steven at gcc dot gnu.org

--- Comment #3 from Steven Bosscher steven at gcc dot gnu.org 2012-07-22 
00:18:33 UTC ---
The proper place to post patches is gcc-patches. Much appreciated if you can
post your patch there, with an explanation of the problem and of why your patch
fixes it.

Is there a test case that fails without Google-specific patches? Otherwise,
this should be closed as invalid, because it's not an FSF GCC problem.


[Bug gcov-profile/53546] gcc ICEs when using -fripa at varpool.c:45

2012-07-10 Thread asharif at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53546

--- Comment #2 from asharif at gcc dot gnu.org 2012-07-10 11:43:31 UTC ---
-fripa is the IPA optimizer in the google/* branches of gcc. It does
lightweight IPO based on PGO/FDO.


[Bug gcov-profile/53546] gcc ICEs when using -fripa at varpool.c:45

2012-06-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53546

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2012-06-01
 Ever Confirmed|0   |1

--- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2012-06-01 
09:14:10 UTC ---
What's -fripa?