https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121690
--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Iain Sandoe from comment #7) > (In reply to Torbjorn SVENSSON from comment #6) > > (In reply to Iain Sandoe from comment #5) > > > Please could you identify which tests have regressed - then I can compare > > > with my results across the various versions I test) [x86 darwin9, 17, 18, > > > 19, 20, 21, 23, 24 aarch64 darwin 21 23 ] > > > > The testcase that I can, almost reliably, have to fail (as I said earlier, > > it's not a 100% failure rate on it), is > > g++.dg/contracts/contracts-tmpl-spec2.C. One thing about this test is that it does produce a lot of output (when we update the contracts impl. I think we'll split it up a bit). One of the expect fixes is to increase its internal buffer (to 8k from 2k IIRC) I don't see this test "twinkling" in my runs, which might indicate that either the expect fixes - or the version of TCL I'm using resolves it. Here https://github.com/iains/build-scripts are he scripts I use to setup my build and test environment (some of the Xcode tools are too old for development, and obviously one has to provide dejagnu at least).