[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Breakage on trunk?

From: Branko Čibej <brane_at_e-reka.si>
Date: Sat, 05 Mar 2011 11:55:35 +0100

On 05.03.2011 11:34, Stefan Fuhrmann wrote:
> I suspect that -fstrict-aliasing (or something similar)
> might have broken svn_temp_deserializer__resolve().
>
> r1078256 tries to circumvent that.

Ahem. Type casting will not help, at least GCC's optimizer sees right
through them. The thing to do is to not play silly buggers with type
punning in the first place. :)

-- Brane
Received on 2011-03-05 11:56:12 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.