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

From-SVN: r274566

contrib/ChangeLog
contrib/test_summary

index 8565be188d902b18b629ba53336acdf7bf05ad2f..c9b9e26ee578a8d5975d1af876f3bfdfc374b498 100644 (file)
@@ -1,3 +1,7 @@
+2019-08-16  Uros Bizjak  <ubizjak@gmail.com>
+
+       * test_summary: Do not escape "=".
+
 2019-08-12  Release Manager
 
        * GCC 9.2.0 released.
index 3560a64c4f191c0139f6e8569b17c6e886b435db..5760b053ec2720c0e750d0ef6d7438d645107855 100755 (executable)
@@ -127,7 +127,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 ""; }