https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104023
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2022-01-14 Ever confirmed|0 |1 --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- Yes, some of them are really considered, e.g.: $ grep cc ./g++.dg/vect/*.exp $srcdir/$subdir/{pr,simd}*.{c,cc,S} ]] "" $DEFAULT_VECTCFLAGS $srcdir/$subdir/slp-pr*.{c,cc,S} ]] "" $VECT_SLP_CFLAGS $ grep cpp ./gcc.target/avr/*exp dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{\[cCS\],cpp}]] \ But some of them are likely ignored. I'm willing to rename .cpp and .cc files to .C, is it something we want to do?