]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-family/
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2019 07:00:45 +0000 (07:00 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2019 07:00:45 +0000 (07:00 +0000)
commit3d6be0d5f060a6ea3e46baee670445e35d3b44ad
treed30a1288d57e6cdbaf961ba63a2c17cd50d768d2
parent12e94bd265db3aae7780a6f84e544254a408f184
c-family/
* c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.
* c-ada-spec.c (print_assignment_operator): New function.
(dump_ada_declaration) <FUNCTION_DECL>: Call it do dump explicit copy
assignment operators declared as methods and filter out the others.
cp/
* decl2.c (cpp_check) <IS_ASSIGNMENT_OPERATOR>: New case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271457 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-ada-spec.c
gcc/c-family/c-ada-spec.h
gcc/cp/ChangeLog
gcc/cp/decl2.c