On Tue, Aug 22, 2023 at 12:53:19PM -0600, Sandra Loosemore wrote: > > All these c-c++-common testsuite changes will now FAIL after the C patch but > > before the C++. It is nice to have the new c-c++-common tests in a separate > > patch, but these tweaks which can't be just avoided need the temporary > > { target c } vs. { target c++} hacks undone later in the C++ patch. > > In spite of being in the c-c++-common subdirectory, this particular testcase > is presently run only for C: > > /* { dg-skip-if "not yet" { c++ } } */
Oh, sorry, I didn't think of such an possibility, it is just weird. Please ignore my comments on this topic then. Jakub