diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-27 00:16:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-27 00:16:33 +0000 |
commit | d2906412ada87a4bdd6410060bc18a2c53c419b7 (patch) | |
tree | 9c3d026c34cca9d23c28e026ec5a2cddc489ead7 /gcc/cp | |
parent | 43911ddd18b97d8ebd17d2959f36efa539d359b7 (diff) | |
download | gcc-d2906412ada87a4bdd6410060bc18a2c53c419b7.zip gcc-d2906412ada87a4bdd6410060bc18a2c53c419b7.tar.gz gcc-d2906412ada87a4bdd6410060bc18a2c53c419b7.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f17a9c9..2c885b2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,16 @@ +2022-03-26 Patrick Palka <ppalka@redhat.com> + + PR c++/105050 + * constexpr.cc (potential_constant_expression_1) <case IF_STMT>: + Clarify error message when a if-stmt is non-constant because its + branches are non-constant. + +2022-03-26 Patrick Palka <ppalka@redhat.com> + + PR c++/103455 + * call.cc (add_builtin_candidate) <case MEMBER_REF>: Test + CLASS_TYPE_P instead of MAYBE_CLASS_TYPE_P. + 2022-03-26 Jakub Jelinek <jakub@redhat.com> * parser.cc (cp_parser_postfix_expression) |