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]

Re: fixes for type-punning warnings in GCC 4.1


> From: Alexandre Oliva <aoliva@redhat.com>
> Date: Mon, 13 Feb 2006 16:57:28 -0200
>
> Ok to install?

Looks ok to me.

> for gdb/ChangeLog
> from  Alexandre Oliva  <aoliva@redhat.com>
> 
> 	* doublest.h (DOUBLEST): Use long double only if we can scan
> 	it in.  Undefine HAVE_LONG_DOUBLE otherwise.
> 	(DOUBLEST_FORMAT): New.
> 	* c-exp.y (parse_number): Use it.
> 	* jv-exp.y (parse_number): Likewise.
> 	* objc-exp.y (parse_number): Likewise.
> 	* p-exp.y (parse_number): Likewise.
> 	* varobj.c (free_variable): Silence type-punning warnings.
> 	* tui/tui-data.h (struct tui_list): Change type of list member.
> 	* tui/tui-data.c: Remove no-longer-needed type casts.
> 	(source_windows): Silence type-punning warnings.
> 	* tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.


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