Merge from vendor branch NETGRAPH:
[dragonfly.git] / gnu / usr.bin / cc34 / cc1plus / patches / method.c.patch
1 $DragonFly: src/gnu/usr.bin/cc34/cc1plus/patches/method.c.patch,v 1.1 2004/12/21 13:10:47 joerg Exp $
2
3 ===================================================================
4 RCS file: /home/joerg/wd/repository/dragonflybsd/src/contrib/gcc-3.4/gcc/cp/method.c,v
5 retrieving revision 1.1
6 diff -u -r1.1 method.c
7 --- method.c    20 Jun 2004 02:14:51 -0000      1.1
8 +++ method.c    20 Dec 2004 20:59:07 -0000
9 @@ -394,6 +394,7 @@
10       rewrite.  */
11    TREE_PUBLIC (thunk_fndecl) = TREE_PUBLIC (function);
12    DECL_VISIBILITY (thunk_fndecl) = DECL_VISIBILITY (function);
13 +  DECL_VISIBILITYSPECIFIED (thunk_fndecl) = DECL_VISIBILITYSPECIFIED (function);
14  
15    if (flag_syntax_only)
16      {