Subject: Re: bin/22313: gcc3 fails with -O2 and bswap64()
To: None <netbsd-bugs@netbsd.org>
From: Geoff Wing <gcw@primenet.com.au>
List: netbsd-bugs
Date: 07/31/2003 15:44:46
gcw@primenet.com.au typed:
:
:  a = bswap64(1);
      ^^
Should be:
   a = a_bswap64(1);

Problem also occurs with  gcc version 3.4 20030731 (experimental)

Geoff