Re: [PATCH] testsuite: Add tests for PR118149

2024-12-20 Thread Christoph Müllner
On Fri, Dec 20, 2024 at 4:07 PM Jakub Jelinek wrote: > > On Fri, Dec 20, 2024 at 03:56:41PM +0100, Christoph Müllner wrote: > > > Also, why are you using dg-additional-options in tree-ssa/ ? I think the > > > default there is just -pedantic-errors which you don't really need for > > > these > >

Re: [PATCH] testsuite: Add tests for PR118149

2024-12-20 Thread Jakub Jelinek
On Fri, Dec 20, 2024 at 03:56:41PM +0100, Christoph Müllner wrote: > > Also, why are you using dg-additional-options in tree-ssa/ ? I think the > > default there is just -pedantic-errors which you don't really need for these > > tests, so just dg-options? > > I will change accordingly for all vec

Re: [PATCH] testsuite: Add tests for PR118149

2024-12-20 Thread Christoph Müllner
On Fri, Dec 20, 2024 at 3:38 PM Jakub Jelinek wrote: > > On Fri, Dec 20, 2024 at 02:55:51PM +0100, Christoph Müllner wrote: > > A recent bugfix (eee2891312) for PR117830 also addressed PR118149. > > This patch adds two test cases for PR118149. > > These tests are different than other tests in that

Re: [PATCH] testsuite: Add tests for PR118149

2024-12-20 Thread Jakub Jelinek
On Fri, Dec 20, 2024 at 02:55:51PM +0100, Christoph Müllner wrote: > A recent bugfix (eee2891312) for PR117830 also addressed PR118149. > This patch adds two test cases for PR118149. > These tests are different than other tests in that one of the > vec-perm selectors contains indices in descending

[PATCH] testsuite: Add tests for PR118149

2024-12-20 Thread Christoph Müllner
A recent bugfix (eee2891312) for PR117830 also addressed PR118149. This patch adds two test cases for PR118149. These tests are different than other tests in that one of the vec-perm selectors contains indices in descending order (1, 1, 0, 0), which is the root cause for the ICE observed in PR11814