diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-02-17 00:16:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-02-17 00:16:36 +0000 |
commit | cb3afcd2a380f2fb6c490f2c1318f76402eab43a (patch) | |
tree | 8129cef4f7dbf4d3a5be663e2de06742b11303f5 /gcc/cp | |
parent | a61aaee63848d422e8443e17bbec3257ee59d5d8 (diff) | |
download | gcc-cb3afcd2a380f2fb6c490f2c1318f76402eab43a.zip gcc-cb3afcd2a380f2fb6c490f2c1318f76402eab43a.tar.gz gcc-cb3afcd2a380f2fb6c490f2c1318f76402eab43a.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 90d4a79..2bc4c0e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2022-02-16 Patrick Palka <ppalka@redhat.com> + + PR c++/104507 + * constexpr.cc (potential_constant_expression_1) + <case NON_DEPENDENT_EXPR>: Return false instead of recursing. + Assert tf_error isn't set. + 2022-02-15 Jason Merrill <jason@redhat.com> PR c++/104107 |