]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: more __is_destructible fixes [PR107600]
authorJason Merrill <jason@redhat.com>
Mon, 2 Jun 2025 18:58:42 +0000 (14:58 -0400)
committerJason Merrill <jason@redhat.com>
Mon, 2 Jun 2025 19:44:42 +0000 (15:44 -0400)
commit3d287bff14885598c75c1cb16b08e0ba4ba05bce
tree462f2fbd415540257f5edc82ec845764182832e6
parent7f1ee85470780ffd0542819c53fb7f7f3d05c9a4
c++: more __is_destructible fixes [PR107600]

PR c++/107600

gcc/cp/ChangeLog:

* method.cc (destructible_expr): Fix refs and arrays of unknown
bound.

gcc/testsuite/ChangeLog:

* g++.dg/ext/is_destructible2.C: Add more cases.
gcc/cp/method.cc
gcc/testsuite/g++.dg/ext/is_destructible2.C