This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a87fc4f9c8a 2018-02-28 Paul Thomas pault@gcc.gnu.org new 3e124ed13d1 PR testsuite/84617 - new test cases g++.dg/ext/attr-const.C [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/ChangeLog | 6 ++ gcc/cp/decl.c | 3 + gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/g++.dg/ext/attr-const.C | 28 +++++---- gcc/testsuite/g++.dg/ext/attr-malloc-3.C | 97 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/attr-pure.C | 37 ++++++------ 6 files changed, 151 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-malloc-3.C