Re: [PATCH] coroutines: Build pointer initializers with nullptr_node [PR107768]

2022-12-15 Thread Jason Merrill via Gcc-patches
On 12/10/22 10:54, Iain Sandoe wrote: From: Andrew Pinski This is Andrew Pinski's patch, I just did testing, adjusted the test case and provided the Changelog. tested on x86-64-Darwin21, OK for trunk? Iain OK. --- >8 --- The PR reports that using integer_zero_node triggers a warning for -W

[PATCH] coroutines: Build pointer initializers with nullptr_node [PR107768]

2022-12-10 Thread Iain Sandoe via Gcc-patches
From: Andrew Pinski This is Andrew Pinski's patch, I just did testing, adjusted the test case and provided the Changelog. tested on x86-64-Darwin21, OK for trunk? Iain --- >8 --- The PR reports that using integer_zero_node triggers a warning for -Wzero-as-null-pointer-constant which comes from