This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: RFA: fix valgrind failures 2/3


On Tue, Jan 25, 2005 at 07:41:52PM +0000, Joern RENNECKE wrote:
> 
> The second problem was triggered when cse constant-folded a
> cast of a integer pseudo to a float, where the constant value of
> the register was known to cse.
> 
> Zeroing out the entire struct at the start of conversion not only
> fixed the bug, it also made two later memset calls that zeroed out
> remaining bits in the significand superflous.

By any chance, didn't you trigger a valgrind bug on this?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18089

> 2005-01-21  J"orn Rennecke <joern.rennecke@st.com>
> 
> 	* real.c (real_from_integer): Zero out destination.

	Jakub


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