This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3bb2d70d380 testsuite: Colon is reserved on Windows new 1e2c124d71a c++: streamline built-in trait addition process
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/c-family/c-common.cc | 54 ++--------- gcc/c-family/c-common.h | 33 ++----- gcc/cp/constraint.cc | 12 ++- gcc/cp/cp-objcp-common.cc | 44 +-------- gcc/cp/cp-trait.def | 106 ++++++++++++++++++++++ gcc/cp/cp-tree.h | 46 +--------- gcc/cp/cxx-pretty-print.cc | 126 ++------------------------ gcc/cp/parser.cc | 217 +++++---------------------------------------- 8 files changed, 161 insertions(+), 477 deletions(-) create mode 100644 gcc/cp/cp-trait.def