[Bug c++/124489] [reflection] Missing space when printing "constexpr std::meta::info"
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 17 09:45:55 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124489
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:d18df26e2bec17bb9a461960ef3c5c74a52793b5
commit r14-12452-gd18df26e2bec17bb9a461960ef3c5c74a52793b5
Author: Jakub Jelinek <jakub@redhat.com>
Date: Tue Mar 17 10:27:47 2026 +0100
testsuite: Add also decltype(nullptr) testcase for PR124489
In r16-8116 Marek has fixed not just whitespace around
std::meta::info in diagnostics, but also std::nullptr_t.
This patch adds a testcase for that, such that the part of the
change related to NULLPTR_TYPE and this test can be backported.
2026-03-17 Jakub Jelinek <jakub@redhat.com>
PR c++/124489
* g++.dg/cpp0x/pr124489.C: New test.
(cherry picked from commit 49b52ecc65ef7821d88875582b64426518c11e6a)
More information about the Gcc-bugs
mailing list