Re: [PATCH] Move -Walloca and related warnings from c.opt to common.opt

2018-07-30 Thread Iain Buclaw
On 30 July 2018 at 17:45, Martin Sebor wrote: > On 07/30/2018 09:28 AM, Jakub Jelinek wrote: >> >> On Sun, Jul 29, 2018 at 08:35:39PM +0200, Iain Buclaw wrote: >>> >>> Since r262910, it was noticed that new -Walloca-larger-than= warnings >>> started appearing when building the D frontend's standar

Re: [PATCH] Move -Walloca and related warnings from c.opt to common.opt

2018-07-30 Thread Martin Sebor
On 07/30/2018 09:28 AM, Jakub Jelinek wrote: On Sun, Jul 29, 2018 at 08:35:39PM +0200, Iain Buclaw wrote: Since r262910, it was noticed that new -Walloca-larger-than= warnings started appearing when building the D frontend's standard library. These have been checked and verified as valid, and ap

Re: [PATCH] Move -Walloca and related warnings from c.opt to common.opt

2018-07-30 Thread Jakub Jelinek
On Sun, Jul 29, 2018 at 08:35:39PM +0200, Iain Buclaw wrote: > Since r262910, it was noticed that new -Walloca-larger-than= warnings > started appearing when building the D frontend's standard library. > These have been checked and verified as valid, and appropriate fixes > will be sent on upstream