This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 83e21d056af PR middle-end/90840 * expmed.c (store_bit_field_1): Handl [...] new fcb90e6a025 PR c++/90767 * call.c (complain_about_no_candidates_for_m [...] new 8fa0b425959 [ARC] Register ARC specific passes with a .def file.
The 2 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/ChangeLog | 11 ++++ .../{avr/avr-modes.def => arc/arc-passes.def} | 26 ++++----- gcc/config/arc/arc-protos.h | 3 + gcc/config/arc/arc.c | 64 +++++++++------------- gcc/config/arc/t-arc | 2 + gcc/cp/ChangeLog | 7 +++ gcc/cp/call.c | 5 +- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/g++.dg/diagnostic/pr90767-1.C | 15 +++++ gcc/testsuite/g++.dg/diagnostic/pr90767-2.C | 15 +++++ 10 files changed, 99 insertions(+), 53 deletions(-) copy gcc/config/{avr/avr-modes.def => arc/arc-passes.def} (51%) create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr90767-1.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr90767-2.C