Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40931 - is filter-flag -fomit-frame-pointer -fstrength-reduce still needed in arts ?
Summary: is filter-flag -fomit-frame-pointer -fstrength-reduce still needed in arts ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 20:41 UTC by SpanKY
Modified: 2004-10-05 15:28 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 SpanKY gentoo-dev 2004-02-08 20:41:13 UTC
if [ "${COMPILER}" == "gcc3" ]; then
        # GCC 3.1 kinda makes arts buggy and prone to crashes when compiled with   
        # these.. Even starting a compile shuts down the arts server
        filter-flags -fomit-frame-pointer -fstrength-reduce
    fi

we have gcc-3.3.2 stable now ... does this still apply or can we trim this ?
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-02-09 05:21:15 UTC
I vote for trim.  Will do shortly.
Comment 2 Dominik Stadler (RETIRED) gentoo-dev 2004-10-05 15:28:14 UTC
fstrength-reduce is not filtered any more in arts-1.3, fomit-frame-pointer seems to be needed for some reason, see Bug 41980.

Closing this bug as fixed.