This is the mail archive of the gcc-patches@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]

RE: [patch] Add a missing ChangeLog entry.


This is wrong, current_function_name was never supposed to be removed --
that patch wasn't approved but I commited it by accident along with another
big patch.

Gr.
Steven



-----Original Message-----
From: Kazu Hirata
To: gcc-patches@gcc.gnu.org
Cc: steven@gcc.gnu.org
Sent: 2-1-04 18:48
Subject: [patch] Add a missing ChangeLog entry.

Hi,

Committed as obvious.

Kazu Hirata

Index: ChangeLog.10
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog.10,v
retrieving revision 2.1
diff -u -r2.1 ChangeLog.10
--- ChangeLog.10	1 Jan 2004 00:32:08 -0000	2.1
+++ ChangeLog.10	2 Jan 2004 17:40:43 -0000
@@ -219,6 +219,7 @@
 	* cfgloopmanip.c (remove_bbs, find_path, create_preheader,
 	split_loop_bb, loopify, duplicate_loop_to_header_edge,
 	force_single_succ_latches, loop_split_edge_with): Ditto.
+	* function.h (current_function_name): Remove.
 	* gcse.c (dominators): Variable removed.
 	(free_code_hoist_mem, compute_code_hoist_data, hoist_code):
 	Updated for the new interface for dominance information.




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