]> gcc.gnu.org Git - gcc.git/commit
Fix ChangeLog entry:
authorDodji Seketeli <dodji@gcc.gnu.org>
Thu, 13 Nov 2008 10:55:01 +0000 (11:55 +0100)
committerDodji Seketeli <dodji@gcc.gnu.org>
Thu, 13 Nov 2008 10:55:01 +0000 (11:55 +0100)
commitf42ab145aae3edb9a29a92662fc1a08207d30d94
tree1512ddd4c9f35600f953489518c83a2d46107545
parent3b5391959d64956517ddd1a70d5d0fd6c2a12fa6
Fix ChangeLog entry:

PR debug/27574
* cgraph.h: New abstract_and_needed member to struct cgraph_node.
* cgraphunit.c (cgraph_analyze_functions): Flag abstract functions
- which clones are reachable - as "abstract and needed".
* cgraph.c (cgraph_release_function_body):  If a node is
"abstract and needed", do not release its DECL_INITIAL() content
that will be needed to emit debug info.

From-SVN: r141819
gcc/ChangeLog
This page took 0.056019 seconds and 5 git commands to generate.