acinclude.m4 (GLIBCXX_CHECK_SC_NPROC_ONLN): Define.
[gcc.git] / contrib / warn_summary
index 86fd53070cc10fc60636e394af38d00472192458..38e2c01ef8364a53c681cbc127f2436c69195752 100755 (executable)
@@ -107,7 +107,7 @@ keywordFilter() {
        s/`\(const\)'"'"'/"\1"/g;
        s/`\(noreturn\)'"'"'/"\1"/g;
        s/`\(longjmp\)'"'"' or `\(vfork\)'"'"'/"\1" or "\2"/g;
-       s/`'"[^']*'/"'`???'"'/g;"'
+       s/'"[\`'][^']*'/"'"???"/g;
        s/.*format, .* arg (arg [0-9][0-9]*)/??? format, ??? arg (arg ???)/;
        s/\([( ]\)arg [0-9][0-9]*\([) ]\)/\1arg ???\2/;
        s/"\([^"]*\)"/`\1'"'"'/g'
@@ -127,6 +127,10 @@ s%^[^ ]*/\(include/\)%\1%;
 s%^[^ ]*/\(texinfo/\)%\1%;
 s%^[^ ]*/\(fastjar/\)%\1%;
 s%^[^ ]*/\(zlib/\)%\1%;
+s%^[^ ]*/\(fixincludes/\)%\1%;
+s%^[^ ]*/\(sim/\)%\1%;
+s%^[^ ]*/\(newlib/\)%\1%;
+s%^[^ ]*/\(mpfr/\)%\1%;
 s%^[^ ]*/\(lib[a-z23+-]*/\)%\1%;'
 }