[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-26 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

John David Anglin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #7 from John David Anglin  ---
I don't think this can be fixed on hppa-hpux due to the way destructors
are handled.

[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-23 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

Bill Schmidt  changed:

   What|Removed |Added

 Target|powerpc64-unknown-linux-gnu |powerpc64-unknown-linux-gnu
   ||hppa*-*-hpux*
   Priority|P3  |P4

--- Comment #6 from Bill Schmidt  ---
So for POWER, this is just showing that old versions of glibc have a problem. 
So we can't XFAIL it because that will break for newer versions of glibc.  Thus
we have no plans to make any changes here; we'll just tolerate the FAIL on
older systems.

Leaving the bug open for hppa*-*-hpux* in case they want to use it for
tracking.  John David, please close whenever you have a resolution for those
targets.

[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-11 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

John David Anglin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-02-11
 CC||danglin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #5 from John David Anglin  ---
Also fails on hppa*-*-hpux*.

[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-09 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

--- Comment #4 from Dominik Vogt  ---
See here for discussion of this bug report:
https://gcc.gnu.org/ml/gcc-patches/2017-02/msg00666.html

And here for discussion of the patch:
https://gcc.gnu.org/ml/gcc-patches/2017-02/msg00446.html

[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-09 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

--- Comment #3 from Dominik Vogt  ---
The xfail was removed from the test because it caused an XPASS on many systems.

[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-08 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

--- Comment #2 from seurer at gcc dot gnu.org ---
I checked and on the first system where I noticed this glibc is the distro
(Ubuntu 14.04) default 2.17.  Other Be systems where it also failed are that or
older.

[Bug testsuite/79427] g++.dg/tls/thread_local-order2.C fails starting with r245249

2017-02-08 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79427

--- Comment #1 from Segher Boessenkool  ---
I get the correct output on BE (gcc110).  This is glibc 2.18, maybe
that is the difference?