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: gdb plugin status?


>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:

>> On Tue, 2008-08-05 at 15:53 -0700, Neo Jia wrote:
>> cc1: warnings being treated as errors
>> varobj.c: In function 'update_dynamic_varobj_children':
>> varobj.c:932: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules

Thiago> I don't see that error here. I think we are using different versions of
Thiago> gcc. I'm using 4.3.1.

FWIW, my build uses -fno-strict-aliasing, which disables this warning.
I think this comes from python-config.

Tom


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