GNU Binutils with patches for OS216
Revision | 3b8d4b022d2ff3540b09cb7d7186538e80ddfab9 (tree) |
---|---|
Time | 2004-03-13 01:51:26 |
Author | Michael Chastain <mec@goog...> |
Commiter | Michael Chastain |
2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/templates.exp: Accept more template types.
@@ -1,3 +1,7 @@ | ||
1 | +2004-03-12 Michael Chastain <mec.gnu@mindspring.com> | |
2 | + | |
3 | + * gdb.cp/templates.exp: Accept more template types. | |
4 | + | |
1 | 5 | 2004-03-09 Michael Chastain <mec.gnu@mindspring.com> |
2 | 6 | |
3 | 7 | From Corinna Vinschen with modifications. |
@@ -455,6 +455,7 @@ send_gdb "ptype quxint\n" | ||
455 | 455 | gdb_expect { |
456 | 456 | -re "type = class Qux<int, ?&string> \\{\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*.*int qux\\(int, int\\);\r\n\\}\r\n$gdb_prompt $" { pass "ptype quxint" } |
457 | 457 | -re "type = class Qux<int, ?&string> \\{\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*int qux\\(int, int\\);.*\r\n\\}\r\n$gdb_prompt $" { pass "ptype quxint" } |
458 | + -re "type = class Qux<int, ?\\(char ?\\*\\)\\(&string\\)> \\{\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*int qux\\(int, int\\);.*\r\n\\}\r\n$gdb_prompt $" { pass "ptype quxint" } | |
458 | 459 | -re "type = class Qux<int, ?&\\(string\\)> \\{\r\n\[ \t\]*public:\r\n\[ \t\]*int x;\r\n\[ \t\]*int t;\r\n\r\n\[ \t\]*int qux\\(int, int\\);.*\r\n\\}\r\n$gdb_prompt $" { |
459 | 460 | kfail "gdb/1512" "ptype quxint" |
460 | 461 | } |