[PATCH] RISC-V: Fix unrecognizable pattern in riscv_expand_conditional_move()
[official-gcc.git] / gcc / testsuite / gcc.dg / README
blob8e40f3b0edaae5e8825f68c49a69e88fabb3c3c5
1 Notes for testsuite/gcc.dg.
3 1) There should be only one driver, dg.exp.
5 2) Try to organize the tests by topic using file name prefixes.
7    Eg: All bitfield tests are named "bf-*.c".
9    This lets the person running the tests choose particular sets of tests to
10    run easily (using wildcards).
12    Eg: make check RUNTESTFLAGS='dg.exp=bf-*.c'
14 3) Remember DOS file name restrictions (8.3).  Sigh.
16 4) Send bugs, comments, etc. to dje@cygnus.com.
19 Copyright (C) 1997-2024 Free Software Foundation, Inc.
21 Copying and distribution of this file, with or without modification,
22 are permitted in any medium without royalty provided the copyright
23 notice and this notice are preserved.