Re: [PATCH] libitm: Disable testing transaction-safe exceptions on Darwin and AIX.

2016-01-21 Thread Torvald Riegel
On Thu, 2016-01-21 at 18:26 +, Jonathan Wakely wrote: > On 21/01/16 10:19 -0800, Mike Stump wrote: > >On Jan 21, 2016, at 10:15 AM, Torvald Riegel wrote: > >> On Thu, 2016-01-21 at 10:06 -0800, Mike Stump wrote: > >>> On Jan 21, 2016, at 9:29 AM, Dominique d'Humières > >>> wrote: > // {

Re: [PATCH] libitm: Disable testing transaction-safe exceptions on Darwin and AIX.

2016-01-21 Thread Jonathan Wakely
On 21/01/16 10:19 -0800, Mike Stump wrote: On Jan 21, 2016, at 10:15 AM, Torvald Riegel wrote: On Thu, 2016-01-21 at 10:06 -0800, Mike Stump wrote: On Jan 21, 2016, at 9:29 AM, Dominique d'Humières wrote: // { dg-do run { target { ! { *-*-darwin* powerpc-ibm-aix* } } } } A comment to hint

Re: [PATCH] libitm: Disable testing transaction-safe exceptions on Darwin and AIX.

2016-01-21 Thread Mike Stump
On Jan 21, 2016, at 10:15 AM, Torvald Riegel wrote: > On Thu, 2016-01-21 at 10:06 -0800, Mike Stump wrote: >> On Jan 21, 2016, at 9:29 AM, Dominique d'Humières wrote: >>> // { dg-do run { target { ! { *-*-darwin* powerpc-ibm-aix* } } } } >> >> A comment to hint that this has something to do with

[PATCH] libitm: Disable testing transaction-safe exceptions on Darwin and AIX.

2016-01-21 Thread Torvald Riegel
On Thu, 2016-01-21 at 10:06 -0800, Mike Stump wrote: > On Jan 21, 2016, at 9:29 AM, Dominique d'Humières wrote: > > // { dg-do run { target { ! { *-*-darwin* powerpc-ibm-aix* } } } } > > A comment to hint that this has something to do with weak undefined would be > nice. Here's the patch I prep