This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a3098b9a728 Fix test failures for enum-alias-{1,2,3} on arm-eabi [PR117419] new 344356f781d i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357] new c9d21e19df2 testsuite: move dg-test cleanup code from gcc-dg.exp to its [...]
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/config/i386/i386.md | 2 +- gcc/testsuite/gcc.target/i386/pr117357.c | 7 ++ gcc/testsuite/lib/dg-test-cleanup.exp | 116 +++++++++++++++++++++++++++++++ gcc/testsuite/lib/gcc-dg.exp | 102 +-------------------------- libatomic/testsuite/lib/libatomic.exp | 1 + libgomp/testsuite/lib/libgomp.exp | 1 + libitm/testsuite/lib/libitm.exp | 1 + libphobos/testsuite/lib/libphobos-dg.exp | 1 + libstdc++-v3/testsuite/lib/libstdc++.exp | 1 + libvtv/testsuite/lib/libvtv.exp | 1 + 10 files changed, 131 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr117357.c create mode 100644 gcc/testsuite/lib/dg-test-cleanup.exp