This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14272aec22d c++: constraint matching, TEMPLATE_ID_EXPR, current inst new ecaa9ca6a8b testsuite: Sanitize fails for SP FPU on Arm
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/testsuite/gcc.dg/c2x-float-7.c | 49 -------------- gcc/testsuite/gcc.dg/c2x-float-7a.c | 32 ++++++++++ gcc/testsuite/gcc.dg/c2x-float-7b.c | 32 ++++++++++ gcc/testsuite/gcc.dg/c2x-float-7c.c | 32 ++++++++++ gcc/testsuite/gcc.dg/pr95115.c | 2 +- gcc/testsuite/gcc.dg/torture/float32x-nan-floath.c | 2 +- gcc/testsuite/gcc.dg/torture/float32x-nan.c | 2 +- gcc/testsuite/gcc.dg/torture/float64-nan-floath.c | 2 +- gcc/testsuite/gcc.dg/torture/float64-nan.c | 2 +- .../{inf-compare-1.c => inf-compare-1-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-1.c | 2 +- .../{inf-compare-2.c => inf-compare-2-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-2.c | 2 +- .../{inf-compare-3.c => inf-compare-3-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-3.c | 2 +- .../{inf-compare-4.c => inf-compare-4-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-4.c | 2 +- .../{inf-compare-5.c => inf-compare-5-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-5.c | 2 +- .../{inf-compare-6.c => inf-compare-6-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-6.c | 2 +- .../{inf-compare-7.c => inf-compare-7-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-7.c | 2 +- .../{inf-compare-8.c => inf-compare-8-float.c} | 2 +- gcc/testsuite/gcc.dg/torture/inf-compare-8.c | 2 +- gcc/testsuite/gcc.dg/torture/pr52451.c | 2 +- gcc/testsuite/gcc.dg/torture/pr82692.c | 2 +- gcc/testsuite/lib/target-supports.exp | 74 ++++++++++++++++++++++ 28 files changed, 193 insertions(+), 72 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/c2x-float-7.c create mode 100644 gcc/testsuite/gcc.dg/c2x-float-7a.c create mode 100644 gcc/testsuite/gcc.dg/c2x-float-7b.c create mode 100644 gcc/testsuite/gcc.dg/c2x-float-7c.c copy gcc/testsuite/gcc.dg/torture/{inf-compare-1.c => inf-compare-1-float.c} (91%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-2.c => inf-compare-2-float.c} (91%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-3.c => inf-compare-3-float.c} (91%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-4.c => inf-compare-4-float.c} (91%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-5.c => inf-compare-5-float.c} (88%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-6.c => inf-compare-6-float.c} (88%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-7.c => inf-compare-7-float.c} (88%) copy gcc/testsuite/gcc.dg/torture/{inf-compare-8.c => inf-compare-8-float.c} (88%)