https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116252
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Some of the *.cc files are completely intentional, they are the dg-additional-sources of some other *.C test and don't want to be tested on its own, or in the case of asan testsuite tests imported from upstream with a *.C driver that includes that stuff. The largest amount of *.cc files in g++.dg/vect/ though, as that driver checks for *.cc files rather than *.C. What are the *.cpp files in g++.dg/contracts/, I must say I have no idea.