This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] RE: gcc parallel make check


Thanks for testing.

The vect-args.c I explained earlier, and is indeed due to i386.exp hardcoding those.

The libstdc++ double counts didn't appear in my testing, but I'll have  a look. Note that these patterns are handwritten, so error prone.

The long tests in libstdc++ come from (in timing order, from my machine):
          normal1) \
            dirs="`cd $$srcdir; echo e*/*`";; \
          normal2) \
            dirs="`cd $$srcdir; echo 28_*/a*`";; \
          normal3) \
            dirs="`cd $$srcdir; echo 23_*/[lu]*`";; \
          normal4) \
            dirs="`cd $$srcdir; echo 2[459]_*/*`";; \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]