[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0 Resolution|---

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2019-11-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon Nov 4 23:24:25 2019 New Revision: 277801 URL: https://gcc.gnu.org/viewcvs?rev=277801&root=gcc&view=rev Log: PR c++/91979 - mangling nullptr expression 2019-11-04 Kamlesh Ku

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2019-10-22 Thread kamleshbhalui at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 --- Comment #4 from Kamlesh Kumar --- patch posted at https://gcc.gnu.org/ml/gcc-patches/2019-10/msg01585.html

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2019-10-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 --- Comment #3 from Jonathan Wakely --- Thanks, once you have a copyright assignment on file please post to the gcc-patches list with a testcase. This might need a new -fabi-version to preserve the old mangling for compatibility, but I'll let Ja

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2019-10-21 Thread kamleshbhalui at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 Kamlesh Kumar changed: What|Removed |Added CC||kamleshbhalui at gmail dot com --- Comme

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2019-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 Jonathan Wakely changed: What|Removed |Added Keywords||ABI --- Comment #1 from Jonathan Wakel

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression

2019-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91979 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR