https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69435

--- Comment #4 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Followup was here:
  http://lists.gnu.org/archive/html/dejagnu/2016-02/msg00006.html

2016-02-15  Ben Elliston  <address@hidden>

            Reported by David Malcolm.
            * lib/dejagnu.exp (text): Allow angle brackets in test messages.

diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index b2ffe40..89016b4 100644
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -20,7 +20,7 @@
 # This file was written by Rob Savoye <address@hidden>.

 # A hairy pattern to recognize text.
-set text "\[- A-Za-z0-9\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]"
+set text "\[- A-Za-z0-9\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*<>]"

 set SIZE size
 if { [which $SIZE] == 0 } {

Reply via email to