Re: [PATCH 01/13] Add support for gang local storage allocation in shared memory

2019-12-04 Thread Julian Brown
Hi! On Fri, 15 Nov 2019 13:41:11 -0800 Julian Brown wrote: > This patch provides support for gang local storage allocation in > shared memory. It is mostly identical to the version posted > previously, with one cosmetic fix (a duplicated identical condition): > >

[PATCH 01/13] Add support for gang local storage allocation in shared memory

2019-11-15 Thread Julian Brown
This patch provides support for gang local storage allocation in shared memory. It is mostly identical to the version posted previously, with one cosmetic fix (a duplicated identical condition): https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00448.html Tested alongside other patches in this