Comment 21 for bug 1432529

Revision history for this message
Andrey Grozin (a-g-grozin) wrote :

Gentoo always uses the user's CFLAGS rather then the ones recommended by the upstream. I found that
-march=native -O2
-march=pentium4 -O2
-O3
are OK, but
-march=native -O3
-march=pentium4 -O3
lead to the error described above. And this happens for gcc-4.9.2; I suspect that for gcc-4.8.4 (before the last gcc upgrade on my x86 box) all these combinations were OK.
I think this bug can be closed. This is more a gcc problem than an sbcl one.