This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13f5a627dca If a range's bitmask changes, reflect it in the bounds. new e04e8157087 Fix description of --param auto-profile-bbs new 075310d3a3e Update profile in tree-ssa-dce new e3a05e05022 AVR/LibF7: Implement sincos.
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/params.opt | 2 +- gcc/testsuite/gcc.target/avr/sincos-1.c | 35 +++++++++++++++++ gcc/tree-cfgcleanup.cc | 2 +- gcc/tree-ssa-dce.cc | 66 +++++++++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-asm.sx | 53 ++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-common.mk | 2 +- 6 files changed, 157 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/sincos-1.c