This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04cf75a PR tree-optimization/68356 * gcc.dg/torture/pr68264.c: Disa [...] new f0b79fa [gcc] new da02474 [PATCH 5/6] [DJGPP] Update DJGPP configuration related files
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 | 44 ++++++++++ gcc/config.gcc | 3 + gcc/{context.c => config/i386/djgpp.c} | 40 +++++----- gcc/config/i386/djgpp.h | 106 +++++++++++-------------- gcc/config/i386/djgpp.opt | 6 -- gcc/config/i386/t-djgpp | 8 ++ gcc/config/i386/xm-djgpp.h | 40 +++++++++- gcc/config/rs6000/rs6000.c | 52 ++++++++++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/powerpc/swaps-p8-23.c | 26 ++++++ gcc/testsuite/gcc.target/powerpc/swaps-p8-24.c | 26 ++++++ 11 files changed, 267 insertions(+), 89 deletions(-) copy gcc/{context.c => config/i386/djgpp.c} (54%) create mode 100644 gcc/config/i386/t-djgpp create mode 100644 gcc/testsuite/gcc.target/powerpc/swaps-p8-23.c create mode 100644 gcc/testsuite/gcc.target/powerpc/swaps-p8-24.c