This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ec1e6ec * sv.po: Update. new bed3961 Reuse the saved_scope structures allocated by push_to_top_level new 55f9c6e vrp: remove redundant has_single_use tests new fd3211e X86: Fix a typo in call_insn_operand
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 | 14 ++++++++++++++ gcc/config/i386/predicates.md | 2 +- gcc/cp/ChangeLog | 9 +++++++++ gcc/cp/name-lookup.c | 25 ++++++++++++++++++++++++- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 +++++++++++ gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 +++++++++++ gcc/tree-vrp.c | 29 ++++++++++------------------- 8 files changed, 86 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.c