]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
test_summary: Do not escape "=".
authorUros Bizjak <ubizjak@gmail.com>
Fri, 16 Aug 2019 12:08:27 +0000 (14:08 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 16 Aug 2019 12:08:27 +0000 (14:08 +0200)
* test_summary: Do not escape "=".

From-SVN: r274568

contrib/ChangeLog
contrib/test_summary

index 5ec3d1aa4da7fc1f38bc533de291bb8aaedf17a5..488ee5b13cab7b6cde39cb01e50476cf2a9b1e67 100644 (file)
@@ -1,3 +1,7 @@
+2019-08-16  Uros Bizjak  <ubizjak@gmail.com>
+
+       * test_summary: Do not escape "=".
+
 2018-12-06  Release Manager
 
        * GCC 7.4.0 released.
index 5fc49f52bda7a7ab0eedef0e9f6f96924b69f4bd..6d698dc8ab712b27368339f19b71cf76391a7f97 100755 (executable)
@@ -126,7 +126,7 @@ NR == 1 {
   if (lang == "") lang = " "$2" "; else lang = " ";
 }
 $2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; }
-/\===.*Summary/ { print ""; print; blanks=1; }
+/===.*Summary/ { print ""; print; blanks=1; }
 /tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
 /^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { sub ("\r", ""); print; }
 /^using:/ { print ""; print; print ""; }