]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR122215, IRA]: Add missed test file
authorVladimir N. Makarov <vmakarov@redhat.com>
Tue, 20 Jan 2026 18:08:49 +0000 (13:08 -0500)
committerVladimir N. Makarov <vmakarov@redhat.com>
Tue, 20 Jan 2026 18:14:59 +0000 (13:14 -0500)
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.

gcc/testsuite/sparseset.supp [new file with mode: 0644]

diff --git a/gcc/testsuite/sparseset.supp b/gcc/testsuite/sparseset.supp
new file mode 100644 (file)
index 0000000..60824fe
--- /dev/null
@@ -0,0 +1,10 @@
+{
+   SPARSESET1
+   Memcheck:Cond
+   fun:sparseset_bit_p
+}
+{
+   SPARSESET2
+   Memcheck:Value8
+   fun:sparseset_bit_p
+}