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
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