aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-11-23 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-11-23 00:16:27 +0000
commit06be28f64a0b5bfc5ee23b9c6289cf6bb57a1d17 (patch)
tree50cea6061af16a52829cee621afc1929dbfa2436 /gcc/cp/ChangeLog
parent1df539fd197ef2427bdfa27156b92d2a857af949 (diff)
downloadgcc-06be28f64a0b5bfc5ee23b9c6289cf6bb57a1d17.zip
gcc-06be28f64a0b5bfc5ee23b9c6289cf6bb57a1d17.tar.gz
gcc-06be28f64a0b5bfc5ee23b9c6289cf6bb57a1d17.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 205416f..836ab86 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,27 @@
+2021-11-22 Jason Merrill <jason@redhat.com>
+
+ * typeck.c (build_x_unary_op): Set address location.
+ (convert_member_func_to_ptr): Handle location wrapper.
+ * pt.c (convert_nontype_argument): Likewise.
+
+2021-11-22 Jason Merrill <jason@redhat.com>
+
+ * typeck.c (check_return_expr): Only strip location wrapper during
+ NRV handling.
+
+2021-11-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/101731
+ * parser.c (cp_parser_late_parsing_oacc_routine): Set
+ parser->oacc_routine->fndecl_seen here, rather than ...
+ (cp_finalize_oacc_routine): ... here. Don't error if
+ parser->oacc_routine->fndecl_seen is set for FUNCTION_DECLs.
+
+2021-11-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/103349
+ * constexpr.c (potential_constant_expression_1): Punt on OMP_MASKED.
+
2021-11-19 Jakub Jelinek <jakub@redhat.com>
PR c++/101180