This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/49299] ICE in gimple_ic on profile feedback build
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 7 Jun 2011 09:53:50 +0000
- Subject: [Bug gcov-profile/49299] ICE in gimple_ic on profile feedback build
- Auto-submitted: auto-generated
- References: <bug-49299-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 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 (gimple_ic): Don't assume icall has
a fallthru edge.
* gcc.dg/tree-prof/pr49299-1.c: New test.
* gcc.dg/tree-prof/pr49299-2.c: New test.
Added:
branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
Modified:
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
branches/gcc-4_6-branch/gcc/value-prof.c