]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR gcov-profile/49299 (ICE in gimple_ic on profile feedback build)
authorJakub Jelinek <jakub@redhat.com>
Tue, 7 Jun 2011 09:48:53 +0000 (11:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 7 Jun 2011 09:48:53 +0000 (11:48 +0200)
commit308dc890dd4315560088e8e012d7ebddf0d887e7
tree11da433f9003da60ec244aa6ae8f106e9d8f099e
parent34b6bcade4167c229808658e9fd8b59088b55c11
re PR gcov-profile/49299 (ICE in gimple_ic on profile feedback build)

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.

From-SVN: r174738
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c [new file with mode: 0644]
gcc/value-prof.c