This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1820b66 * gnat.dg/slice9.adb: New test. new 677f472 Use decl_type in create_variable_info_for_1 new 06e9790 Handle recursive restrict in function parameter new 5e8689f ENABLE_CHECKING refactoring: C family front ends
The 3 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 | 21 ++++++++ gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-omp.c | 6 ++- gcc/cp/ChangeLog | 26 ++++++++++ gcc/cp/call.c | 4 -- gcc/cp/constexpr.c | 24 ++++----- gcc/cp/cp-tree.h | 4 +- gcc/cp/decl2.c | 5 +- gcc/cp/mangle.c | 21 ++++---- gcc/cp/method.c | 4 +- gcc/cp/parser.c | 5 +- gcc/cp/pt.c | 51 ++++++++----------- gcc/cp/tree.c | 16 +++--- gcc/cp/typeck.c | 7 +-- gcc/cp/typeck2.c | 5 +- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/tree-ssa/restrict-7.c | 12 +++++ gcc/testsuite/gcc.dg/tree-ssa/restrict-8.c | 17 +++++++ gcc/tree-ssa-structalias.c | 82 +++++++++++++++++------------- 19 files changed, 196 insertions(+), 125 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/restrict-7.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/restrict-8.c