This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9069e9484ce RISC-V: Adjust floating point code gen for LTGT compare new f1a681a174c PR47785: Add support for handling Xassembler/Wa options with LTO.
The 1 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 | 22 +++++++ gcc/doc/invoke.texi | 6 ++ gcc/gcc.c | 29 +++++++++ gcc/lto-opts.c | 6 ++ gcc/lto-wrapper.c | 103 +++++++++++++++++++++---------- gcc/opts-common.c | 66 ++++++++++++++++++++ gcc/opts.h | 5 ++ gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/gcc.target/arm/pr78353-1.c | 8 +++ gcc/testsuite/gcc.target/arm/pr78353-2.c | 9 +++ 10 files changed, 230 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr78353-1.c create mode 100644 gcc/testsuite/gcc.target/arm/pr78353-2.c