https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68851

--- Comment #14 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Fri Jan  8 12:34:34 2016
New Revision: 232160

URL: https://gcc.gnu.org/viewcvs?rev=232160&root=gcc&view=rev
Log:
[PR 68851] Do not collect thunks in collect_callers

2016-01-08  Martin Jambor  <mjam...@suse.cz>

        PR ipa/68851
gcc/
        * cgraph.c (collect_callers_of_node_1): Do not collect thunks.
        (collect_callers): Change comment.

testsuite/
        * g++.dg/ipa/pr68851.C: New test.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr68851.C
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/cgraph.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog

Reply via email to