On Sep 5, 2014, at 4:05 AM, Thomas Schwinge <tho...@codesourcery.com> wrote: > Updating my GCC trunk working tree from r212389 (2014-07-09) to r214918 > (2014-09-04), I notice that (only) in libstdc++ testing, and only for the > second multilib of »RUNTESTFLAGS='--target_board=unix\{,-m32\}'« (so, the > 32-bit x86 one), a lot of PASSes "disappear" (compile tests only?). Has > anyone seen this before, and/or an explanation for this?
So, the tcl, dejagnu versions might play some role. Also, check to see if: 2014-08-22 Max Ostapenko <m.ostape...@partner.samsung.com> * lib/gcc-dg.exp: Change pattern. is in your tree, and if it is, try without it. If that fixes it, someone will have to puzzle out why that patch is wrong, or we just revert it.