https://gcc.gnu.org/g:310c8a6728cab1aa1c6816b5469ae4d603e2dfdd

commit r15-6734-g310c8a6728cab1aa1c6816b5469ae4d603e2dfdd
Author: Thomas Schwinge <tschwi...@baylibre.com>
Date:   Mon Dec 9 09:59:04 2024 +0100

    '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:
---
 gcc/testsuite/gcc.dg/{ => torture}/crc-linux-3.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

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

Reply via email to