From 54d90d3515309ff2eaae83d9c95d787cefa0a207 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 9 Aug 2004 13:15:26 +0000 Subject: [PATCH] * gdb.cp/templates.exp: Handle (char)115 for template argument 's'. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.cp/templates.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c373022c14..014ed6f76b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-08 Daniel Jacobowitz + + * gdb.cp/templates.exp: Handle (char)115 for template argument 's'. + 2004-08-08 Daniel Jacobowitz PR gdb/1736 diff --git a/gdb/testsuite/gdb.cp/templates.exp b/gdb/testsuite/gdb.cp/templates.exp index 8fb6f5c68a..15e9a58f94 100644 --- a/gdb/testsuite/gdb.cp/templates.exp +++ b/gdb/testsuite/gdb.cp/templates.exp @@ -399,7 +399,7 @@ gdb_expect { -re "type = class Baz {\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*int baz\\(int, int\\);\r\n}\r\n$gdb_prompt $" { # GCC 3.1, DWARF-2 output. kfail "gdb/57" "ptype Baz" } - -re "type = class Baz {\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*int baz\\(int, int\\);\r\n}\r\n$gdb_prompt $" + -re "type = class Baz {\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*int baz\\(int, int\\);\r\n}\r\n$gdb_prompt $" { # GCC 3.x, DWARF-2 output, running into gdb/57 and gdb/1512. kfail "gdb/57" "ptype Baz" } -re "No symbol \"Baz\" in current context.\r\n$gdb_prompt $"