This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 74e2292 Fix PR target/77267 new acbc95a 2016-09-10 Bernd Edlinger bernd.edlinger@hotmail.de new 911ea34 PR c/77520 - wrong value for extended ASCII characters in -Wf [...]
The 2 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 | 40 +++++++++++++++++++++++++++++ gcc/builtins.c | 2 -- gcc/c-family/ChangeLog | 7 +++++ gcc/c-family/c-format.c | 20 +++++---------- gcc/config/cris/cris.c | 3 +-- gcc/config/fr30/fr30.h | 5 ++-- gcc/config/frv/frv.c | 5 ++-- gcc/config/frv/frv.h | 5 ++-- gcc/config/ft32/ft32.h | 8 ++---- gcc/config/ia64/ia64.h | 6 ++--- gcc/config/m32r/m32r.h | 15 ++--------- gcc/config/moxie/moxie.h | 8 ++---- gcc/config/pa/pa64-linux.h | 6 ++--- gcc/config/v850/v850.h | 6 ++--- gcc/config/vax/vax.h | 10 -------- gcc/config/visium/visium.h | 6 ++--- gcc/df-scan.c | 7 +---- gcc/doc/tm.texi | 37 ++++++++------------------- gcc/doc/tm.texi.in | 28 +++++--------------- gcc/ira.c | 17 +------------ gcc/lra-eliminations.c | 22 +--------------- gcc/pretty-print.c | 58 +++++++++++++++++++++++++++++++++++++++--- gcc/reload1.c | 47 +++++----------------------------- gcc/rtlanal.c | 28 -------------------- gcc/target.def | 11 ++++---- gcc/testsuite/ChangeLog | 7 +++++ gcc/testsuite/gcc.dg/pr77520.c | 10 ++++++++ gcc/testsuite/gcc.dg/pr77521.c | 8 ++++++ 28 files changed, 185 insertions(+), 247 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr77520.c create mode 100644 gcc/testsuite/gcc.dg/pr77521.c