Summary: | sys-devel/gcc-4.3.4: tests fail | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mehrunes <mehrunes_dagon> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jmbsvicetto |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | full emerge log, with many test failures |
Description
mehrunes
2011-02-22 16:58:12 UTC
Created attachment 263511 [details]
full emerge log, with many test failures
(In reply to comment #0) > CFLAGS="-O3 -march=native -pipe -fomit-frame-pointer -funroll-loops > -fexpensive-optimizations -foptimize-sibling-calls -fprefetch-loop-arrays " > CXXFLAGS="-O3 -march=native -pipe -fomit-frame-pointer -funroll-loops > -fexpensive-optimizations -foptimize-sibling-calls -fprefetch-loop-arrays " Please use "sane" C{XX}FLAGS. If the tests still fail after you rebuild your system with sane flags, add a new comment to the bug.
> Please use "sane" C{XX}FLAGS. If the tests still fail after you rebuild your
> system with sane flags, add a new comment to the bug.
>
CFLAGS=CXXFLAGS='-O3 -march=native -pipe'
automagically became
[32;01m*[0m CFLAGS="-march=native -pipe -O2"
[32;01m*[0m CXXFLAGS="-march=native -pipe -O2"
And guess what?
gcc Summary unchanged (of unexpected failures 101). Would you like emerge log?
@toolchain: your call. sorry, not interested. especially for older compilers. |