I missed one file (file for valgrind suppressing sparseset warnings) for
testing PR122215.
The following patch adds the file.
commit ac750f1b7f473f206ad5620fb46bbd3282968880
Author: Vladimir N. Makarov <[email protected]>
Date: Tue Jan 20 13:08:49 2026 -0500
[PR122215, IRA]: Add missed test file
The test for PR122215 requires to suppress valgrind sparseset warnings for passing the test. The patch adds such file.
gcc/testsuite/ChangeLog:
PR rtl-optimization/122215
* sparseset.supp: New.
diff --git a/gcc/testsuite/sparseset.supp b/gcc/testsuite/sparseset.supp
new file mode 100644
index 00000000000..60824fea84d
--- /dev/null
+++ b/gcc/testsuite/sparseset.supp
@@ -0,0 +1,10 @@
+{
+ SPARSESET1
+ Memcheck:Cond
+ fun:sparseset_bit_p
+}
+{
+ SPARSESET2
+ Memcheck:Value8
+ fun:sparseset_bit_p
+}