From: Daniel Jacobowitz Date: Mon, 9 Aug 2004 13:15:26 +0000 (+0000) Subject: * gdb.cp/templates.exp: Handle (char)115 for template argument 's'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54d90d3515309ff2eaae83d9c95d787cefa0a207;p=binutils-gdb.git * gdb.cp/templates.exp: Handle (char)115 for template argument 's'. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c373022c14a..014ed6f76b4 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 8fb6f5c68a0..15e9a58f94c 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 $"