http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #7 from Jakub Jelinek 2011-06-07
09:53:20 UTC ---
Author: jakub
Date: Tue Jun 7 09:53:17 2011
New Revision: 174739
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174739
Log:
PR gcov-profile/49299
* value-prof.c (gimpl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #6 from Jakub Jelinek 2011-06-07
09:48:57 UTC ---
Author: jakub
Date: Tue Jun 7 09:48:53 2011
New Revision: 174738
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174738
Log:
PR gcov-profile/49299
* value-prof.c (gimpl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #4 from Richard Guenther 2011-06-06
10:30:12 UTC ---
It doesn't make too much sense to profile (cold) noreturn functions. It's
probably easiest to not do it (check we have an outgoing edge). Another
testcase would be triggering the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #3 from Andi Kleen 2011-06-06
09:50:49 UTC ---
Thanks I'll drop the noreturn as workaround
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #2 from Jakub Jelinek 2011-06-06
09:42:03 UTC ---
Created attachment 24445
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24445
gcc46-pr49299-test.patch
Reduced testcase. The problem is that gimple_ic doesn't expect the indirec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #1 from Andi Kleen 2011-06-06
09:12:25 UTC ---
Created attachment 2
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=2
profile feedback input file