On Wed, Mar 21, 2007 at 08:35:49AM -0700, Kevin B. McCarty wrote:
> Three build attempts of my NMU of "john" failed on the rem mipsel buildd:
> 
> http://buildd.debian.org/build.php?&pkg=john&ver=1.6-40.1&arch=mipsel&file=log

gcc -c -Wall -O2 -fomit-frame-pointer -funroll-loops path.c
path.c: In function 'path_done':
path.c:49: warning: dereferencing type-punned pointer will break 
strict-aliasing rules

How about using gcc option -fno-strict-aliasing which is required for non
strict alias clean code (-fstrict-aliasing is contained in -O2 since gcc 4.0)?
Maybe it fixes the problem?

I also tried valgrind, but it doesn't support mipsel and the i386 binary
doesn't show any error ...

Jens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to