]> git.ipfire.org Git - thirdparty/gcc.git/commit
+ * trans-mem.c (requires_barrier): Do not instrument thread local + variables and...
authorAldy Hernandez <aldyh@redhat.com>
Tue, 24 Jan 2012 13:38:10 +0000 (13:38 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 24 Jan 2012 13:38:10 +0000 (13:38 +0000)
commit1aa5d1c74aa0ed61c1d3e4067dd291efa41b1cf8
tree62ff220c08d544c8a6b59e2524b1fa34f424a684
parentc5c90089e6f24e5c3d31a1e70edbe1bbe14a2a61
+ * trans-mem.c (requires_barrier): Do not instrument thread local + variables and emit save/restore for them.

+       * trans-mem.c (requires_barrier): Do not instrument thread local
+       variables and emit save/restore for them.

Co-Authored-By: Patrick Marlier <patrick.marlier@gmail.com>
From-SVN: r183476
gcc/ChangeLog
gcc/testsuite/gcc.dg/tm/threadlocal-1.c [new file with mode: 0644]
gcc/trans-mem.c