'git mv gcc/testsuite/gcc.dg/{,torture/}crc-linux-3.c' (was: [committed] Move some CRC tests into the gcc.dg/torture directory)

2025-01-09 Thread Thomas Schwinge
Hi! On 2024-12-03T12:32:35-0700, Jeff Law wrote: > Jakub noted that these tests were using dg-skip-if directives that > implied the tests were expected to run under multiple optimization > options, which means they probably should be in gcc.dg/torture rather > than in the gcc.dg directory. > >

[committed] Move some CRC tests into the gcc.dg/torture directory

2024-12-03 Thread Jeff Law
Jakub noted that these tests were using dg-skip-if directives that implied the tests were expected to run under multiple optimization options, which means they probably should be in gcc.dg/torture rather than in the gcc.dg directory. This moves the relevant tests from gcc.dg to gcc.dg/torture.