From 3791aece55c4895ec0f11776ed370546d7dbe236 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Tue, 12 Jun 2018 21:23:27 +0000 Subject: [PATCH] decl2.c (coerce_new_type, [...]): Add location_t parameter and adjust error_at calls. /cp 2018-06-12 Paolo Carlini * decl2.c (coerce_new_type, coerce_delete_type): Add location_t parameter and adjust error_at calls. * decl.c (grok_op_properties): Adjust calls. * cp-tree.h (oerce_new_type, coerce_delete_type): Adjust decls. /testsuite 2018-06-12 Paolo Carlini * g++.dg/init/delete3.C: New. * g++.dg/init/new49.C: Likewise. * g++.dg/init/new25.C: Test locations too. * g++.dg/template/new4.C: Likewise. * g++.old-deja/g++.jason/operator.C: Likewise. From-SVN: r261528 --- gcc/testsuite/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e69ab64178c..72d8a6a8439 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2018-06-12 Paolo Carlini + + * g++.dg/init/delete3.C: New. + * g++.dg/init/new49.C: Likewise. + * g++.dg/init/new25.C: Test locations too. + * g++.dg/template/new4.C: Likewise. + * g++.old-deja/g++.jason/operator.C: Likewise. + 2018-06-12 Marek Polacek Core issue 1331 - const mismatch with defaulted copy constructor -- 2.30.2