Re: [PATCH v3 2/2] testsuite: tree-ssa: Fix i686/-m32 fails for vector-*.c tests

2024-12-20 Thread Jakub Jelinek
On Fri, Dec 20, 2024 at 05:38:57PM +0100, Christoph Müllner wrote: > FAILs have been reported for several tree-ssa vector-*.c tests > on i686-linux or on x86_64-linux with -m32. > This patch addresses these fails by setting the necessary -msse2 flags. > > This patch also streamlines all tests to u

[PATCH v3 2/2] testsuite: tree-ssa: Fix i686/-m32 fails for vector-*.c tests

2024-12-20 Thread Christoph Müllner
FAILs have been reported for several tree-ssa vector-*.c tests on i686-linux or on x86_64-linux with -m32. This patch addresses these fails by setting the necessary -msse2 flags. This patch also streamlines all tests to use dg-options instead of dg-additional-options. This is in line with most ot