From: Paolo Carlini Date: Mon, 11 Jun 2018 21:13:41 +0000 (+0000) Subject: decl.c (grok_op_properties): Consistently use the location of the decl... X-Git-Tag: upstream/12.2.0~31032 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc327375bc93144afd7f968ebba8625be2addada;p=platform%2Fupstream%2Fgcc.git decl.c (grok_op_properties): Consistently use the location of the decl... /cp 2018-06-11 Paolo Carlini * decl.c (grok_op_properties): Consistently use the location of the decl; remove special casing of POSTINCREMENT_EXPR and POSTDECREMENT_EXPR wrt default arguments. /testsuite 2018-06-11 Paolo Carlini * g++.dg/lookup/new2.C: Test locations too. * g++.dg/other/ellipsis1.C: Likewise. * g++.dg/other/operator1.C: Likewise. * g++.dg/other/operator2.C: Likewise. * g++.dg/overload/operator2.C: Likewise. * g++.dg/parse/defarg11.C: Likewise. * g++.dg/parse/operator4.C: Likewise. * g++.dg/template/error30.C: Likewise. * g++.dg/template/explicit-args3.C: Likewise. * g++.dg/warn/effc1.C: Likewise. * g++.old-deja/g++.brendan/prepost2.C: Likewise. * g++.old-deja/g++.brendan/prepost3.C: Likewise. * g++.old-deja/g++.bugs/900215_01.C: Likewise. * g++.old-deja/g++.jason/conversion5.C: Likewise. * g++.old-deja/g++.jason/operator.C: Likewise. From-SVN: r261456 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3ded9ff..f063be7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,21 @@ +2018-06-11 Paolo Carlini + + * g++.dg/lookup/new2.C: Test locations too. + * g++.dg/other/ellipsis1.C: Likewise. + * g++.dg/other/operator1.C: Likewise. + * g++.dg/other/operator2.C: Likewise. + * g++.dg/overload/operator2.C: Likewise. + * g++.dg/parse/defarg11.C: Likewise. + * g++.dg/parse/operator4.C: Likewise. + * g++.dg/template/error30.C: Likewise. + * g++.dg/template/explicit-args3.C: Likewise. + * g++.dg/warn/effc1.C: Likewise. + * g++.old-deja/g++.brendan/prepost2.C: Likewise. + * g++.old-deja/g++.brendan/prepost3.C: Likewise. + * g++.old-deja/g++.bugs/900215_01.C: Likewise. + * g++.old-deja/g++.jason/conversion5.C: Likewise. + * g++.old-deja/g++.jason/operator.C: Likewise. + 2018-06-11 Martin Sebor PR tree-optimization/86083