Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26991 - webalizer won't compile with -fomit-frame-pointer
Summary: webalizer won't compile with -fomit-frame-pointer
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-20 08:27 UTC by Pascal de Bruijn
Modified: 2004-01-27 11:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal de Bruijn 2003-08-20 08:27:49 UTC
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!
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-08-20 08:39:26 UTC
why do you guys always think this is a blocker ?
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-08-21 23:58:05 UTC
works here with
CFLAGS="-march=pentium3 -O3 -pipe -ffast-math -fomit-frame-pointer"

seems like this is an k6 issue
Comment 3 Donny Davies (RETIRED) gentoo-dev 2003-09-02 19:08:41 UTC
k6 often exposes bugs, should we filter that or...?
Comment 4 Viperlin 2003-10-26 07:47:50 UTC
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
Comment 5 Andrew Cooks (RETIRED) gentoo-dev 2004-01-27 11:15:48 UTC
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.