Re: v2 [PATCH] Fixes for PR68356, PR81210, and PR81693

2018-12-31 Thread Mike Stump
On Dec 29, 2018, at 5:13 AM, Dominique d'Humières wrote: > > New patch for taking into account the comments in > https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01003.html > > 2018-12-29 Dominique d'Humieres > >PR tree-optimization/68356 >PR target/81210 >PR target/8169

Re: v2 [PATCH] Fixes for PR68356, PR81210, and PR81693

2018-12-29 Thread Iain Sandoe
> On 29 Dec 2018, at 13:13, Dominique d'Humières wrote: > > New patch for taking into account the comments in > https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01003.html > > 2018-12-29 Dominique d'Humieres > >PR tree-optimization/68356 >PR target/81210 >PR target/816

v2 [PATCH] Fixes for PR68356, PR81210, and PR81693

2018-12-29 Thread Dominique d'Humières
New patch for taking into account the comments in https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01003.html 2018-12-29 Dominique d'Humieres PR tree-optimization/68356 PR target/81210 PR target/81693 * gcc.dg/torture/pr68264.c: Skip on darwin. * gcc.dg/tor

Re: [PATCH] Fixes for PR68356, PR81210, and PR81693

2017-11-14 Thread Mike Stump
On Nov 14, 2017, at 3:33 AM, Dominique d'Humières wrote: > >> Le 13 nov. 2017 à 18:40, Mike Stump a écrit : >> On Nov 12, 2017, at 6:58 AM, H.J. Lu wrote: >>> >>> On Sun, Nov 12, 2017 at 6:22 AM, Dominique d'Humières >>> wrote: The following patch fixes PR68356, PR81210, and PR81693 on d

Re: [PATCH] Fixes for PR68356, PR81210, and PR81693

2017-11-14 Thread Dominique d'Humières
> Le 13 nov. 2017 à 18:40, Mike Stump a écrit : > > On Nov 12, 2017, at 6:58 AM, H.J. Lu wrote: >> >> On Sun, Nov 12, 2017 at 6:22 AM, Dominique d'Humières >> wrote: >>> The following patch fixes PR68356, PR81210, and PR81693 on darwin. >>> ... >> >> I wrote these tests. These tests don't

Re: [PATCH] Fixes for PR68356, PR81210, and PR81693

2017-11-13 Thread Mike Stump
On Nov 12, 2017, at 6:58 AM, H.J. Lu wrote: > > On Sun, Nov 12, 2017 at 6:22 AM, Dominique d'Humières > wrote: >> The following patch fixes PR68356, PR81210, and PR81693 on darwin. >> >> --- ../_clean/gcc/testsuite/gcc.dg/torture/pr68264.c2016-01-28 >> 00:30:03.0 +0100 >> +++ gcc/t

Re: [PATCH] Fixes for PR68356, PR81210, and PR81693

2017-11-12 Thread H.J. Lu
On Sun, Nov 12, 2017 at 6:22 AM, Dominique d'Humières wrote: > The following patch fixes PR68356, PR81210, and PR81693 on darwin. > > --- ../_clean/gcc/testsuite/gcc.dg/torture/pr68264.c2016-01-28 > 00:30:03.0 +0100 > +++ gcc/testsuite/gcc.dg/torture/pr68264.c 2017-11-11 17:16:58

[PATCH] Fixes for PR68356, PR81210, and PR81693

2017-11-12 Thread Dominique d'Humières
The following patch fixes PR68356, PR81210, and PR81693 on darwin. --- ../_clean/gcc/testsuite/gcc.dg/torture/pr68264.c2016-01-28 00:30:03.0 +0100 +++ gcc/testsuite/gcc.dg/torture/pr68264.c 2017-11-11 17:16:58.0 +0100 @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-xfail-r