This is the mail archive of the gdb@sourceware.org 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: Ada testsuite failures


> Sort of...
> 
> (gdb) ptype E
> type = record null; end record
> (gdb) ptype empty
> type = function return int
> (gdb) ptype bar.empty
> No definition of "bar.empty" in current context.
> 
> The debug info does mention bar__empty now, at least.

Could you build with -save-temps and send me the contents of your
directory:

        % cd gdb.ada/null_record
        % gnatmake -f -g null_record -cargs -dA -save-temps

I will have a look.

Shall I commit the testcase change in the meantime? It looks like
it's an improvement already.

-- 
Joel


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