------- Comment #5 from jsm28 at gcc dot gnu dot org 2009-02-05 12:14 ------- Subject: Bug 35435
Author: jsm28 Date: Thu Feb 5 12:13:52 2009 New Revision: 143963 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143963 Log: PR c/35435 * c-common.c (handle_tls_model_attribute): Ignore attribute for non-VAR_DECLs without checking DECL_THREAD_LOCAL_P. testsuite: * gcc.dg/tls/diag-6.c: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/tls/diag-6.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/c-common.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35435