[Bug c++/115963] P3144R2 is not yet completely implemented with a nullptr constant

2024-07-17 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115963 --- Comment #2 from Jiang An --- > The question becomes is that an oversight of P3144R2 or not and should a null > pointer > constant be valid always since that was never undefined or even had a chance > of being > undefined. CWG2392 (https:/

[Bug c++/115963] P3144R2 is not yet completely implemented with a nullptr

2024-07-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115963 --- Comment #1 from Andrew Pinski --- Note most of the rest of the paragraphs around it say "If the value of the operand of the delete-expression is not a null pointer value and .." The question becomes is that an oversight of P3144R2 or not and