From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- .../gcc-csl/gcc-csl-2004-q1a/gcc34-15666.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'packages/gcc-csl/gcc-csl-2004-q1a/gcc34-15666.patch') diff --git a/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-15666.patch b/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-15666.patch index e69de29bb2..a2199e9b85 100644 --- a/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-15666.patch +++ b/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-15666.patch @@ -0,0 +1,23 @@ +Index: gcc/ChangeLog +from Alexandre Oliva + + PR middle-end/15666 + * c-decl.c (finish_decl): Use change_decl_assembler_name for the + builtin decl as well. + +Index: gcc/c-decl.c +=================================================================== +RCS file: /cvs/gcc/gcc/gcc/c-decl.c,v +retrieving revision 1.504 +diff -u -p -r1.504 c-decl.c +--- gcc/gcc/c-decl.c 31 May 2004 22:06:27 -0000 1.504 ++++ gcc/gcc/c-decl.c 1 Jun 2004 04:03:41 -0000 +@@ -2886,7 +2886,7 @@ finish_decl (tree decl, tree init, tree + { + tree builtin = built_in_decls [DECL_FUNCTION_CODE (decl)]; + SET_DECL_RTL (builtin, NULL_RTX); +- SET_DECL_ASSEMBLER_NAME (builtin, get_identifier (starred)); ++ change_decl_assembler_name (builtin, get_identifier (starred)); + #ifdef TARGET_MEM_FUNCTIONS + if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMCPY) + init_block_move_fn (starred); -- cgit 1.2.3-korg