This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5fef6f2fd86 PR libstdc++/85642 fix is_nothrow_default_constructible<opt [...] new 6fd39ec4031 rs6000: Remove Xilinx FP
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 | 58 ++++++ gcc/common/config/rs6000/rs6000-common.c | 58 ------ gcc/config.gcc | 6 - gcc/config/rs6000/predicates.md | 8 +- gcc/config/rs6000/rs6000-c.c | 25 +-- gcc/config/rs6000/rs6000-linux.c | 2 +- gcc/config/rs6000/rs6000-opts.h | 11 -- gcc/config/rs6000/rs6000.c | 108 ++++-------- gcc/config/rs6000/rs6000.h | 44 +---- gcc/config/rs6000/rs6000.md | 294 ++++++++++++------------------- gcc/config/rs6000/rs6000.opt | 38 ---- gcc/config/rs6000/singlefp.h | 40 ----- gcc/config/rs6000/sysv4.h | 3 - gcc/config/rs6000/t-rs6000 | 1 - gcc/config/rs6000/t-xilinx | 28 --- gcc/config/rs6000/titan.md | 5 - gcc/config/rs6000/vsx.md | 108 ++++-------- gcc/config/rs6000/xfpu.h | 26 --- gcc/config/rs6000/xfpu.md | 140 --------------- gcc/config/rs6000/xilinx.h | 47 ----- gcc/config/rs6000/xilinx.opt | 32 ---- gcc/doc/invoke.texi | 29 +-- 22 files changed, 255 insertions(+), 856 deletions(-) delete mode 100644 gcc/config/rs6000/singlefp.h delete mode 100644 gcc/config/rs6000/t-xilinx delete mode 100644 gcc/config/rs6000/xfpu.h delete mode 100644 gcc/config/rs6000/xfpu.md delete mode 100644 gcc/config/rs6000/xilinx.h delete mode 100644 gcc/config/rs6000/xilinx.opt