Summary: | [4.1/bad-code] gcc built with -Os makes apps segfault when built with -ffast-math | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mike Lundy <mike> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eddyx89, johannes_niess, shaoran |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://gcc.gnu.org/PR28621 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mike Lundy
2006-09-09 22:09:43 UTC
hrm, those stages shouldnt have been released because ps was segfaulting and hadnt debugged it yet relevant URLs (bugzilla allows just one): http://www.netdomination.org/~stkn/index.php?/archives/24-Anatomy-of-a-segfault.html http://gcc.gnu.org/PR27537 http://gcc.gnu.org/PR28621 http://gcc.gnu.org/PR13685 will be fixed in 4.1.1-r2+ *** Bug 150214 has been marked as a duplicate of this bug. *** For they who can't wait, in order to emerge a working procps, for the moment, i suggest to do this: CFLAGS="-fno-fast-math" CXXFLAGS="${CFLAGS}" emerge -av1 procps *** Bug 153703 has been marked as a duplicate of this bug. *** |