Hi,

I'd like to ping for this patch here:
https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00639.html


Thanks
Bernd.

On 11/8/19 6:01 PM, Bernd Edlinger wrote:
> Hi,
> 
> this fixes an unexprected fallout from my previous patch on the 
> -Wshadow=complatible-local.
> 
> By using can_convert_arg here, it avoids the issue, that can_convert tries to 
> cast
> int() to char*, which is a a possible NULL-pointer value in C++98 (but not in 
> C++11).
> As pointed out in the PR, there are still more issues with can_convert, but I 
> would
> like to fix the regression here without digging any deeper in the mud, at 
> least for now.
> 
> 
> Boot-strapped and reg-tested on x86_64-pc-linux-gnu.
> Is it OK for trunk?
> 
> 
> Thanks
> Bernd.
> 

Reply via email to