Re: [PATCH v2] [PR91979] Updated the fix:

2019-11-03 Thread Jason Merrill
On 11/1/19 11:47 PM, Kamlesh Kumar wrote: Changlogs gcc -- 2019-11-02 Kamlesh Kumar PR c++/91979 - mangling nullptr expression * mangle.c (write_template_arg_literal): Handle nullptr mangling. * testsuite/g++.dg/cpp0x/nullptr27.C: Modify Test.

[PATCH v2] [PR91979] Updated the fix:

2019-11-01 Thread Kamlesh Kumar
Changlogs gcc -- 2019-11-02 Kamlesh Kumar PR c++/91979 - mangling nullptr expression * mangle.c (write_template_arg_literal): Handle nullptr mangling. * testsuite/g++.dg/cpp0x/nullptr27.C: Modify Test. * testsuite/g++.dg/cpp0x/pr91979.C: New Test. li