[PATCH APPLIED] Fix PR reference

Dirk Mueller dmuell@gmx.net
Sat May 27 15:51:00 GMT 2006


I've installed this patch to trunk under the obvious rule. 

2006-05-27  Dirk Mueller  <dmueller@suse.de>

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

 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
 	unused static functions are needed.
 
--- cgraphunit.c	(revision 114155)
+++ cgraphunit.c	(working copy)
@@ -219,7 +219,7 @@ decide_is_function_needed (struct cgraph
      COMDAT functions that must be output only when they are needed.
 
      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
      in the original implementation and it is unclear whether we want
      to change the behaviour here.  */



More information about the Gcc-patches mailing list