]> git.pld-linux.org Git - packages/gcc3.4.git/blame - gcc3.4-pr15666.patch
- updated gettext BR
[packages/gcc3.4.git] / gcc3.4-pr15666.patch
CommitLineData
8a43a6d0 1Index: gcc/ChangeLog
2from Alexandre Oliva <aoliva@redhat.com>
3
4 PR middle-end/15666
5 * c-decl.c (finish_decl): Use change_decl_assembler_name for the
6 builtin decl as well.
7
8Index: gcc/c-decl.c
9===================================================================
10RCS file: /cvs/gcc/gcc/gcc/c-decl.c,v
11retrieving revision 1.504
12diff -u -p -r1.504 c-decl.c
13--- gcc/c-decl.c 31 May 2004 22:06:27 -0000 1.504
14+++ gcc/c-decl.c 1 Jun 2004 04:03:41 -0000
15@@ -2886,7 +2886,7 @@ finish_decl (tree decl, tree init, tree
16 {
17 tree builtin = built_in_decls [DECL_FUNCTION_CODE (decl)];
18 SET_DECL_RTL (builtin, NULL_RTX);
19- SET_DECL_ASSEMBLER_NAME (builtin, get_identifier (starred));
20+ change_decl_assembler_name (builtin, get_identifier (starred));
21 #ifdef TARGET_MEM_FUNCTIONS
22 if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMCPY)
23 init_block_move_fn (starred);
This page took 0.052351 seconds and 4 git commands to generate.