This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit/testsuite/c++] rtti.exp: accept current warnings


On Fri,  5 Dec 2003 23:39:47 -0500 (EST), mec.gnu@mindspring.com (Michael Elizabeth Chastain) said:

  
>   gdb_test_multiple "print *e1" "print *e1" {
> +     -re "warning: RTTI symbol not found for class 'n1::D1'.*$gdb_prompt $" {
> + 	# gdb HEAD 2003-12-05
> + 	kfail "gdb/488" "print *e1"
> +     }
>       -re "warning: can't find class named `n1::D1', as given by C\\+\\+ RTTI.*$gdb_prompt $" {
> + 	# gdb 6.0
>   	kfail "gdb/488" "print *e1"
>       }

Why not delete the old message?  It's not in GDB's source code any
more.

David Carlton
carlton@kealia.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]