Subject: Re: bin/22313: gcc3 fails with -O2 and bswap64()
To: None <mason@primenet.com.au, gnats-bugs@NetBSD.ORG>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 08/09/2003 23:50:45
I think gcc is correct and the code is realy wrong. Note that if you
remove the intermediate (void*) cast, it actually tells you about the
violation of alias rules here.

Martin