diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2018-06-12 21:23:27 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2018-06-12 21:23:27 +0000 |
commit | 3791aece55c4895ec0f11776ed370546d7dbe236 (patch) | |
tree | a5d470e76eaac69344f3368b09b1dbd80efc1a70 /gcc | |
parent | 2d10ccaa001ba9cb367ee8d8d34512454d6bb293 (diff) | |
download | gcc-3791aece55c4895ec0f11776ed370546d7dbe236.zip gcc-3791aece55c4895ec0f11776ed370546d7dbe236.tar.gz gcc-3791aece55c4895ec0f11776ed370546d7dbe236.tar.bz2 |
decl2.c (coerce_new_type, [...]): Add location_t parameter and adjust error_at calls.
/cp
2018-06-12 Paolo Carlini <paolo.carlini@oracle.com>
* 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 <paolo.carlini@oracle.com>
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e69ab64..72d8a6a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2018-06-12 Paolo Carlini <paolo.carlini@oracle.com> + + * 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 <polacek@redhat.com> Core issue 1331 - const mismatch with defaulted copy constructor |