This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5a90e9944d S/390: PR82012: Implement CAN_INLINE_P target hook. new 371072bf395 * varasm.c (bss_initializer_p): Do not put constants into [...] new de7757ed8ba Fix excess precision handling of compound assignments (PR c [...]
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 | 7 +++ gcc/c/ChangeLog | 12 +++++ gcc/c/c-typeck.c | 52 +++++++++++++++++----- gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/gcc.target/i386/const-in-bss.c | 6 +++ gcc/testsuite/gcc.target/i386/excess-precision-7.c | 41 +++++++++++++++++ gcc/varasm.c | 26 ++++++----- 7 files changed, 128 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/const-in-bss.c create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-7.c