Commit 46f5f7f2 by Dirk Mueller

cgraphunit.c (decide_is_function_needed): Fix wrong PR reference.

       * cgraphunit.c (decide_is_function_needed): Fix wrong
       PR reference.

From-SVN: r114156
parent 7c499eeb
2006-05-27 Dirk Mueller <dmueller@suse.de>
* cgraphunit.c (decide_is_function_needed): Fix wrong
PR reference.
2006-05-26 Ulrich Weigand <uweigand@de.ibm.com> 2006-05-26 Ulrich Weigand <uweigand@de.ibm.com>
PR rtl-optimization/27661 PR rtl-optimization/27661
...@@ -974,7 +979,7 @@ ...@@ -974,7 +979,7 @@
2006-05-08 Jan Hubicka <jh@suse.cz> 2006-05-08 Jan Hubicka <jh@suse.cz>
PR middle-end/25962 PR middle-end/24561
* cgraphunit.c (decide_is_function_needed): When not optimizing even * cgraphunit.c (decide_is_function_needed): When not optimizing even
unused static functions are needed. unused static functions are needed.
......
...@@ -219,7 +219,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl) ...@@ -219,7 +219,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl)
COMDAT functions that must be output only when they are needed. COMDAT functions that must be output only when they are needed.
When not optimizing, also output the static functions. (see When not optimizing, also output the static functions. (see
PR25962), but don't do so for always_inline functions, functions PR24561), but don't do so for always_inline functions, functions
declared inline and nested functions. These was optimized out declared inline and nested functions. These was optimized out
in the original implementation and it is unclear whether we want in the original implementation and it is unclear whether we want
to change the behaviour here. */ to change the behaviour here. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment