Re: libgo patch committed: Update to 1.7rc3

2016-08-08 Thread Ian Lance Taylor
On Fri, Aug 5, 2016 at 1:24 AM, Uros Bizjak wrote: > On Thu, Aug 4, 2016 at 6:48 PM, Ian Lance Taylor wrote: >> On Thu, Aug 4, 2016 at 1:11 AM, Uros Bizjak wrote: >>> On Thu, Aug 4, 2016 at 12:53 AM, Ian Lance Taylor wrote: On Thu, Jul 28, 2016 at 4:24 AM, Uros Bizjak wrote: > > A

Re: libgo patch committed: Update to 1.7rc3

2016-08-05 Thread Uros Bizjak
On Thu, Aug 4, 2016 at 6:48 PM, Ian Lance Taylor wrote: > On Thu, Aug 4, 2016 at 1:11 AM, Uros Bizjak wrote: >> On Thu, Aug 4, 2016 at 12:53 AM, Ian Lance Taylor wrote: >>> On Thu, Jul 28, 2016 at 4:24 AM, Uros Bizjak wrote: A new testsuite failure is introduced: FAIL: text/

Re: libgo patch committed: Update to 1.7rc3

2016-08-04 Thread Ian Lance Taylor
On Thu, Aug 4, 2016 at 1:11 AM, Uros Bizjak wrote: > On Thu, Aug 4, 2016 at 12:53 AM, Ian Lance Taylor wrote: >> On Thu, Jul 28, 2016 at 4:24 AM, Uros Bizjak wrote: >>> >>> A new testsuite failure is introduced: >>> >>> FAIL: text/template >>> >>> on both, x86_64-linux-gnu and alpha-linux-gnu. >

Re: libgo patch committed: Update to 1.7rc3

2016-08-04 Thread Ian Lance Taylor
On Thu, Aug 4, 2016 at 5:12 AM, Rainer Orth wrote: > Hi Uros, > >>> I have committed a patch to update libgo to the 1.7rc3 release >>> candidate. This is very close to the upcoming 1.7 release. As usual >>> with libgo updates, the patch is too large to include in this e-mail >>> message. I've

Re: libgo patch committed: Update to 1.7rc3

2016-08-04 Thread Rainer Orth
Hi Uros, > BTW: I can see this failure on other targets, too, e.g. powerpc64le > [1] and aarch64 [2]. > > [1] https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg00321.html > [2] https://gcc.gnu.org/ml/gcc-testresults/2016-08/msg00318.html right, both Solaris/x86 and Solaris/SPARC are affected, too

Re: libgo patch committed: Update to 1.7rc3

2016-08-04 Thread Rainer Orth
Hi Uros, >> I have committed a patch to update libgo to the 1.7rc3 release >> candidate. This is very close to the upcoming 1.7 release. As usual >> with libgo updates, the patch is too large to include in this e-mail >> message. I've appended the changes to the gccgo-specific directories. > >

Re: libgo patch committed: Update to 1.7rc3

2016-08-04 Thread Uros Bizjak
On Thu, Aug 4, 2016 at 12:53 AM, Ian Lance Taylor wrote: > On Thu, Jul 28, 2016 at 4:24 AM, Uros Bizjak wrote: >> >> A new testsuite failure is introduced: >> >> FAIL: text/template >> >> on both, x86_64-linux-gnu and alpha-linux-gnu. >> >> The testcase corrupts stack with a too deep recursion. >

Re: libgo patch committed: Update to 1.7rc3

2016-08-03 Thread Ian Lance Taylor
On Thu, Jul 28, 2016 at 4:24 AM, Uros Bizjak wrote: > > A new testsuite failure is introduced: > > FAIL: text/template > > on both, x86_64-linux-gnu and alpha-linux-gnu. > > The testcase corrupts stack with a too deep recursion. > > There is a part in libgo/go/text/template/exec.go that should han

Re: libgo patch committed: Update to 1.7rc3

2016-08-03 Thread Ian Lance Taylor
On Thu, Jul 28, 2016 at 2:29 AM, Uros Bizjak wrote: > >> I have committed a patch to update libgo to the 1.7rc3 release >> candidate. This is very close to the upcoming 1.7 release. As usual >> with libgo updates, the patch is too large to include in this e-mail >> message. I've appended the ch

Re: libgo patch committed: Update to 1.7rc3

2016-07-28 Thread Uros Bizjak
> I have committed a patch to update libgo to the 1.7rc3 release > candidate. This is very close to the upcoming 1.7 release. As usual > with libgo updates, the patch is too large to include in this e-mail > message. I've appended the changes to the gccgo-specific directories. A new testsuite f

Re: libgo patch committed: Update to 1.7rc3

2016-07-28 Thread Uros Bizjak
Hello! > I have committed a patch to update libgo to the 1.7rc3 release > candidate. This is very close to the upcoming 1.7 release. As usual > with libgo updates, the patch is too large to include in this e-mail > message. I've appended the changes to the gccgo-specific directories. There is

Re: libgo patch committed: Update to 1.7rc3

2016-07-25 Thread Ian Lance Taylor
On Mon, Jul 25, 2016 at 8:57 AM, Lynn A. Boger wrote: > libgo version bump to indicate the change in Go version? Thanks for the reminder. Done with the appended patch. Ian Index: gcc/go/gofrontend/MERGE === --- gcc/go/gofrontend/ME

Re: libgo patch committed: Update to 1.7rc3

2016-07-25 Thread Ian Lance Taylor
On Mon, Jul 25, 2016 at 8:11 AM, Rainer Orth wrote: > >> I have committed a patch to update libgo to the 1.7rc3 release >> candidate. This is very close to the upcoming 1.7 release. As usual >> with libgo updates, the patch is too large to include in this e-mail >> message. I've appended the ch

Re: libgo patch committed: Update to 1.7rc3

2016-07-25 Thread Lynn A. Boger
libgo version bump to indicate the change in Go version? On 07/22/2016 01:15 PM, Ian Lance Taylor wrote: I have committed a patch to update libgo to the 1.7rc3 release candidate. This is very close to the upcoming 1.7 release. As usual with libgo updates, the patch is too large to include in

Re: libgo patch committed: Update to 1.7rc3

2016-07-25 Thread Rainer Orth
Hi Ian, > I have committed a patch to update libgo to the 1.7rc3 release > candidate. This is very close to the upcoming 1.7 release. As usual > with libgo updates, the patch is too large to include in this e-mail > message. I've appended the changes to the gccgo-specific directories. this bro