diff options
author | Patrick Palka <ppalka@redhat.com> | 2025-04-05 15:22:48 -0400 |
---|---|---|
committer | Patrick Palka <ppalka@redhat.com> | 2025-04-05 15:22:48 -0400 |
commit | f60570b26446781c0205981804f6aa4ff1708b12 (patch) | |
tree | 3a89d8df52811aef97765019b414d1887beea9a4 /gcc/rust/util/rust-token-converter.h | |
parent | 3026daa8edcc0d04ba6facdab84c5854255e55c6 (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
Here the implicit use of 'this' in inner.size() template argument was
being rejected despite P2280R4 relaxations, due to the special *this
handling in the INDIRECT_REF case of potential_constant_expression_1.
This handling was originally added by r196737 as part of fixing PR56481,
and it seems obsolete especially in light of P2280R4. There doesn't
seem to be a good reason that we need to handle *this specially from
other dereferences.
This patch therefore removes this special handling. As a side benefit
we now correctly reject some *reinterpret_cast<...>(...) constructs
earlier, via p_c_e_1 rather than via constexpr evaluation (because the
removed STRIP_NOPS step meant we'd overlook such casts), which causes a
couple of diagnostic changes (for the better).
PR c++/118249
gcc/cp/ChangeLog:
* constexpr.cc (potential_constant_expression_1)
<case INDIRECT_REF>: Remove obsolete *this handling.
gcc/testsuite/ChangeLog:
* g++.dg/cpp0x/constexpr-reinterpret2.C: Expect error at
call site of the non-constexpr functions.
* g++.dg/cpp23/constexpr-nonlit12.C: Likewise.
* g++.dg/cpp0x/constexpr-ref14.C: New test.
Reviewed-by: Jason Merrill <jason@redhat.com>
Diffstat (limited to 'gcc/rust/util/rust-token-converter.h')
0 files changed, 0 insertions, 0 deletions