Summary: | ocaml-3.08.1 fails with -O3 on gcc 3.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alastair Tse (RETIRED) <liquidx> |
Component: | Current packages | Assignee: | Gentoo Team for the ML programming language family <ml> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | gcc-porting |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alastair Tse (RETIRED)
2004-09-25 08:55:10 UTC
Exactly, the code is already hand-tuned to get the most of x86's reduced register space. I don't see the flag handling in the ebuild actually, you can commit it. i still have this problem,the ebuild also has no replace-flags.... It should have, i'll add it tomorrow, in the mean time you can build with CFLAGS="". I added strip-flags which removes -O3 and other quite untested flags. "strip-flags" doesn't remove -O3. Still the same ;) Use "replace-flags -O? -O2" I fixed that in CVS, now closing the bug :) |