webalizer-2.01.10-r3 won't compile with the following flags: CFLAGS="-march=k6 -O2 -fomit-frame-pointer -pipe" when I removed -fomit-frame-pointer part I would compile!
why do you guys always think this is a blocker ?
works here with CFLAGS="-march=pentium3 -O3 -pipe -ffast-math -fomit-frame-pointer" seems like this is an k6 issue
k6 often exposes bugs, should we filter that or...?
it will not compile with: -march=k6-2 -O3 -pipe -fomit-frame-pointer however i did compile with -march=i586 -O3 -pipe -fomit-frame-pointer
I couldn't reproduce this on my system, even with -march=k6-2 -O3 -pipe -fomit-frame-pointer Can anyone else? Closing as TEST-REQUEST. Please reopen this if it's still relevant.