This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b9853379b3 gcc/ChangeLog: new f580573e104 RISC-V: Add missing negate patterns. new 2923f790a7d Support excess precision for integer / floating-point compa [...]
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 | 5 +++ gcc/c/ChangeLog | 6 +++ gcc/c/c-typeck.c | 14 ++++++ gcc/config/riscv/riscv.md | 41 +++++++++++++++-- gcc/testsuite/ChangeLog | 6 +++ .../gcc.target/i386/excess-precision-10.c | 52 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/excess-precision-9.c | 52 ++++++++++++++++++++++ 7 files changed, 173 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-10.c create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-9.c