re PR middle-end/38283 (FAIL: libgomp.fortran/pr25162.f)
PR middle-end/38283 * varasm.c (emutls_finish): Fix common registration. From-SVN: r142293
This commit is contained in:
parent
7a41bdc84f
commit
07c9463afe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR middle-end/38283
|
||||
* varasm.c (emutls_finish): Fix common registration.
|
||||
|
||||
2008-11-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/29987
|
||||
|
|
|
@ -449,7 +449,7 @@ emutls_common_1 (void **loc, void *xstmts)
|
|||
void
|
||||
emutls_finish (void)
|
||||
{
|
||||
if (!targetm.emutls.register_common)
|
||||
if (targetm.emutls.register_common)
|
||||
{
|
||||
tree body = NULL_TREE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue