]> git.pld-linux.org Git - packages/gcc3.4.git/blob - gcc3.4-pr15666.patch
- utf8ized by spec_utf8.
[packages/gcc3.4.git] / gcc3.4-pr15666.patch
1 Index: gcc/ChangeLog
2 from  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
8 Index: gcc/c-decl.c
9 ===================================================================
10 RCS file: /cvs/gcc/gcc/gcc/c-decl.c,v
11 retrieving revision 1.504
12 diff -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.063284 seconds and 3 git commands to generate.