This is the mail archive of the gdb-patches@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]

[cancel] [testsuite patch] Re-enable gdb.objc/* with recent GCCs


On Thu, 08 Aug 2013 22:44:39 +0200, Matt Rice wrote:
> My guess is that this has to do with the switch from the 'traditional' to
> the 'modern' GNU objective-c runtime, in particular the methods these tests
> call no longer exist as they've removed the method to allocate objects, and
> do introspection

As a summary warnings are correct as the current code cannot run IIUC.
The crash is also correct because the code is no longer compatible with
current compilers.  Therefore it is correct the testcase is skipped with
compilers no longer able to run the testcase.

I am not going to fix the testcase myself not knowing ObjC so leaving it as is
and dropping my "-w" patch.


Thanks,
Jan


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