diff options
author | trippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-17 07:06:40 +0000 |
---|---|---|
committer | trippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-17 07:06:40 +0000 |
commit | 6b6e56b66637d34b96656cc63a6f99a91ea7f4e5 (patch) | |
tree | 8baa54b27623b4bf2662768a3dc4d9a31a6e2c07 /gcc/c/ChangeLog | |
parent | 7f73851f81a312ba94d3cbc573c0c33776a5399b (diff) | |
download | gcc-6b6e56b66637d34b96656cc63a6f99a91ea7f4e5.tar.gz |
Fix misplaced changelog entry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e999e6f7f61..ac28472bbad 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,11 @@ +2014-10-17 Alan Modra <amodra@gmail.com> + + PR middle-end/61848 + * c-decl.c (merge_decls): Don't merge section name or tls model + to newdecl symtab node, instead merge to olddecl. Override + existing olddecl section name. Set tls_model for all thread-local + vars, not just OMP thread-private ones. Remove incorrect comment. + 2014-10-16 Andrew MacLeod <amacleod@redhat.com> * c-decl.c: Adjust include files. |