MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / README.gcc
blob984da5e3a5716b9ac48d5630b6721da69852f420
1 The files in this subdirectory where noted are part of the D2
2 programming language test suite for the Digitial Mars D compiler,
3 hosted at https://github.com/dlang/dmd/.
5 The current git revision number of these tests is maintained in
6 gcc/d/dmd/MERGE.
8 The following directories are part of DMD:
9   compilable/
10   fail_compilation/
11   runnable/
13 All changes to dmd should go through the upstream repository first,
14 then merged back to GCC.