From: Jakub Bogusz Date: Fri, 25 Apr 2003 22:36:12 +0000 (+0000) Subject: - updated to 3.2.3 X-Git-Tag: auto/ac/gcc-3_4-0_20040406_1~34 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgcc.git;a=commitdiff_plain;h=bbe46c7d4e9d45e0340a1c887f7d96b05ae0bfa4 - updated to 3.2.3 Changed files: gcc32-tls3.patch -> 1.2 --- diff --git a/gcc32-tls3.patch b/gcc32-tls3.patch index aec74c9..17cd7cd 100644 --- a/gcc32-tls3.patch +++ b/gcc32-tls3.patch @@ -8,10 +8,10 @@ *** gcc/c-decl.c 1 Aug 2002 06:20:30 -0000 1.344 --- gcc/c-decl.c 7 Aug 2002 01:01:55 -0000 *************** duplicate_decls (newdecl, olddecl, diffe -*** 1400,1405 **** ---- 1400,1419 ---- - } - error_with_decl (olddecl, "previous declaration of `%s'"); +*** 1673,1678 **** +--- 1673,1692 ---- + if (TREE_CODE (newdecl) == VAR_DECL) + DECL_INITIAL (newdecl) = 0; } + /* TLS cannot follow non-TLS declaration. */ + else if (TREE_CODE (olddecl) == VAR_DECL && TREE_CODE (newdecl) == VAR_DECL