2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>

* gdb.c++/local.exp: This test has never been known to work with g++.
This commit is contained in:
Michael Snyder 2000-06-06 20:17:13 +00:00
parent e0ebfc612d
commit e5f9ba7b27
2 changed files with 15 additions and 2 deletions

View File

@ -6,8 +6,12 @@
* gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
work under g++.
* gdb.c++/misc.cc: Fix ambiguous initialization with correct initialization.
* gdb.c++/misc.cc: Fix ambiguous initialization with correct
initialization.
2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>
* gdb.c++/local.exp: This test has never been known to work with g++.
2000-05-18 Michael Snyder <msnyder@seadog.cygnus.com>

View File

@ -130,6 +130,15 @@ gdb_expect {
timeout { fail "(timeout) ptype NestedInnerLocal" }
}
# srikanth, These tests have always been run only with aCC. Now in
# the new scheme of things, we run it twice, once with aCC, and once
# with g++. Flag these tests as expected failures when run with g++.
# as these are failing now and were never known to pass with g++.
global gcc_compiled
if {$gcc_compiled} then {
setup_xfail "*-*-*"
}
# gdb incorrectly interprets the NestedInnerLocal in
# InnerLocal::NestedInnerLocal as field name instead of a type name;
# See CLLbs14784.