Re: [[PATCH][PR91979] handle mangling of nullptr expression ] updated the fix

2019-11-01 Thread Jason Merrill
On 10/31/19 2:06 PM, kamlesh kumar wrote: Jason, Can you please review this, let me know how can we handle -fabi-version? We should bump latest_abi_version in c-opts.c and use abi_version_at_least to control this change. On Wed, Oct 23, 2019 at 7:55 AM Kamlesh Kumar wrote: --- gcc/cp/m

Re: [[PATCH][PR91979] handle mangling of nullptr expression ] updated the fix

2019-10-31 Thread kamlesh kumar
Jason, Can you please review this, let me know how can we handle -fabi-version? On Wed, Oct 23, 2019 at 7:55 AM Kamlesh Kumar wrote: > > --- > gcc/cp/mangle.c| 3 ++- > gcc/testsuite/g++.dg/cpp0x/nullptr27.C | 2 +- > gcc/testsuite/g++.dg/cpp0x/pr91979.C | 15

[[PATCH][PR91979] handle mangling of nullptr expression ] updated the fix

2019-10-22 Thread Kamlesh Kumar
--- gcc/cp/mangle.c| 3 ++- gcc/testsuite/g++.dg/cpp0x/nullptr27.C | 2 +- gcc/testsuite/g++.dg/cpp0x/pr91979.C | 15 +++ libiberty/cp-demangle.c| 10 ++ libiberty/testsuite/demangle-expected | 4 5 files changed, 32 insertions