This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r232160 - in /branches/gcc-4_9-branch/gcc: Chan...


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  <mjambor@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]