This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c124b345e460 i386: Fix ICEs on TImode signed overflow add/sub patterns [...] new a3c1e1f2ff88 Emit .note.GNU-stack for soft-float linux targets. new 54b3d52c3cca Emit .note.GNU-stack for hard-float linux targets. new 6d00f052ef20 c-family: One more 40752 tweak for unsigned char.
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 | 18 ++++++++++++++++++ gcc/c-family/ChangeLog | 4 ++++ gcc/c-family/c-warn.c | 10 +++++++--- gcc/config/mips/linux.h | 8 ++++++++ gcc/config/mips/mips.c | 11 +++++++++++ gcc/config/mips/mips.h | 2 ++ gcc/configure.ac | 12 ++++++++++++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/c-c++-common/Wconversion-pr40752a.c | 5 +++-- gcc/testsuite/lib/target-supports.exp | 8 ++++++++ libgcc/ChangeLog | 12 ++++++++++++ libgcc/config/mips/crti.S | 3 +++ libgcc/config/mips/crtn.S | 3 +++ libgcc/config/mips/gnustack.h | 7 +++++++ libgcc/config/mips/mips16.S | 3 +++ libgcc/config/mips/vr4120-div.S | 3 +++ 16 files changed, 109 insertions(+), 5 deletions(-) create mode 100644 libgcc/config/mips/gnustack.h