Re: gcc/testsuite/go: increase memory in issue4085b.go

2020-06-12 Thread Ian Lance Taylor via Gcc-patches
On Tue, May 19, 2020 at 6:35 AM CHIGOT, CLEMENT wrote: > > Description: > On aix/ppc64, it's possible to allocate an array of 1<<50 int, because of > the > wider address space. Thus, increase it to 1<<59 like in Golang toolchain in > order to trigger the panic. > > Changelog: > 2020-05-19 C

gcc/testsuite/go: increase memory in issue4085b.go

2020-05-19 Thread CHIGOT, CLEMENT via Gcc-patches
Description: On aix/ppc64, it's possible to allocate an array of 1<<50 int, because of the wider address space. Thus, increase it to 1<<59 like in Golang toolchain in order to trigger the panic. Changelog: 2020-05-19 Clement Chigot * go.test/test/fixedbugs/issue4085b.go: increase the siz