Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451076 - >=sys-devel/gcc-4.6 - remove LTO warning
Summary: >=sys-devel/gcc-4.6 - remove LTO warning
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-09 17:44 UTC by Matthew Schultz
Modified: 2013-01-10 19:16 UTC (History)
1 user (show)

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 Matthew Schultz 2013-01-09 17:44:46 UTC
If you can't disable LTO in gcc >= 4.6 (in toolchains.eclass), then there shouldn't be any ewarn related to LTO in pkg_setup ebuilds >= 4.6.0.

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2013-01-10 19:16:57 UTC
the point of the warning isn't that lto is available, it's that you tried to use it.  i.e. using gcc with lto support available is fine, but don't be surprised if use of -flto eats your system.