This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 74d6399 [ARC] Add single/double IEEE precission FPU support. new 50e0cd7 Fix bswap optimization on big-endian (PR69714, 67781).
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 | 6 ++ gcc/testsuite/ChangeLog | 7 +- gcc/testsuite/gcc.dg/torture/pr69714.c | 156 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-math-opts.c | 46 ++++------ 4 files changed, 185 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr69714.c