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?


On Tue, 2008-08-05 at 22:39 -0600, Tom Tromey wrote:
> >>>>> "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.

It's more accurate to say that its use was inspired by python-config,
since we don't actually call the utility. :-)

Anyway, the PYTHON_CFLAGS are only used to compile files under the
python/ subdir. I just checked here and varobj.c isn't compiled with it.
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


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