On Thu, 8 Aug 2024, Alejandro Colomar wrote: > Here are the suspects: > > ./gcc/testsuite/gcc.target/powerpc/sse3-addsubps.c:80: > for (i = 0; i < sizeof (vals) / sizeof (vals); i += 8)
The key question for testcases is *does the test actually test what was intended*? We never want to change testcases simply for cleanness or consistency; being inconsistent is actively good in the testsuite, which should cover as wide a variety of weird code as possible. -- Joseph S. Myers josmy...@redhat.com