Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 71918

Summary: flag-o-matic should treat components of -O3 like -O3
Product: Gentoo Linux Reporter: Robert Coie (RETIRED) <rac>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Robert Coie (RETIRED) gentoo-dev 2004-11-21 00:52:56 UTC
If flag-o-matic treats -O3 as a permitted flag, in UNSTABLE_FLAGS, I would
really appreciate it if the individual components of O3 were also permitted.
In practice, this means -finline-functions, -frename-registers, -fweb as
well as their negations.  I would also like to see -ftracer allowed.
Comment 1 Stian Skjelstad 2005-06-26 15:22:06 UTC
That can't be done 100% clean, since different versions of gcc, implies
different "auto" flags for the different -On levels.
Comment 2 SpanKY gentoo-dev 2005-06-26 16:34:51 UTC
agreed