From: Thomas Schwinge Date: Mon, 9 Dec 2024 08:59:04 +0000 (+0100) Subject: 'git mv gcc/testsuite/gcc.dg/{,torture/}crc-linux-3.c' X-Git-Tag: basepoints/gcc-16~2819 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310c8a6728cab1aa1c6816b5469ae4d603e2dfdd;p=thirdparty%2Fgcc.git 'git mv gcc/testsuite/gcc.dg/{,torture/}crc-linux-3.c' Like recent commit 96f5fd3089075b56ea9ea85060213cc4edd7251a "Move some CRC tests into the gcc.dg/torture directory" moved a few files, this one also needs to go into torture testing: otherwise, it's compiled just at '-O0', where the CRC optimization pass isn't active. gcc/testsuite/ * gcc.dg/crc-linux-3.c: Move... * gcc.dg/torture/crc-linux-3.c: ... here. --- diff --git a/gcc/testsuite/gcc.dg/crc-linux-3.c b/gcc/testsuite/gcc.dg/torture/crc-linux-3.c similarity index 100% rename from gcc/testsuite/gcc.dg/crc-linux-3.c rename to gcc/testsuite/gcc.dg/torture/crc-linux-3.c