Andreas Arnez 32312d588b Bug 434296 - s390x: Add memcheck test cases for vector string insns
Bug 434296 addresses memcheck false positives with the vector string
instructions VISTR, VSTRC, VFAE, VFEE, and VFENE.  Add test cases that
verify the fix for that bug.  Without the fix, memcheck yields many
complains with these tests, most of which are false positives.
2021-05-07 17:16:57 +02:00

21 lines
605 B
Plaintext

Use of uninitialised value of size 8
at 0x........: test_vstrc_char (vstrc.c:43)
by 0x........: main (vstrc.c:68)
Use of uninitialised value of size 8
at 0x........: test_vstrc_char (vstrc.c:47)
by 0x........: main (vstrc.c:68)
Use of uninitialised value of size 8
at 0x........: test_vstrc_char (vstrc.c:43)
by 0x........: main (vstrc.c:85)
Use of uninitialised value of size 8
at 0x........: test_vstrc_char (vstrc.c:47)
by 0x........: main (vstrc.c:85)
Use of uninitialised value of size 8
at 0x........: test_vstrc_char (vstrc.c:47)
by 0x........: main (vstrc.c:89)