This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce026385ee5 Daily bump. new 2a091115984 Handle location wrappers better in warn_logical_operator. new 948d5b831af Fix conversions for built-in operator overloading candidates. new 02472c3e46d PR c++/82165 - enum bitfields and operator overloading. new 379b7d43410 PR c++/30277 - int-width bit-field promotion.
The 4 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/c-family/ChangeLog | 5 +++ gcc/c-family/c-warn.c | 40 ++++++++--------- gcc/cp/ChangeLog | 16 +++++++ gcc/cp/call.c | 82 +++++++++++++++++----------------- gcc/cp/typeck.c | 33 ++++++++------ gcc/testsuite/g++.dg/expr/bitfield13.C | 36 +++++++++++++++ gcc/testsuite/g++.dg/expr/bitfield14.C | 17 +++++++ 7 files changed, 156 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/g++.dg/expr/bitfield13.C create mode 100644 gcc/testsuite/g++.dg/expr/bitfield14.C