| Summary: | emerge dev-libs/gmp-4.3.1 fails with internal compiler error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pedro Ferreira <ilzogoiby> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Pedro Ferreira
2009-08-31 09:47:02 UTC
Please attach emerge --info output. Same error compiling gmp-4.2.4 with -march=amdfam10. No problems with -march=k8 ---- gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -march=amdfam10 -pipe -fomit-frame-pointer -msse3 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtre m.o rootrem.c: In function '__gmpn_rootrem': rootrem.c:175: internal compiler error: in print_operand_address, at config/i386/i386.c:9291 Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.gentoo.org/> for instructions. {standard input}: Assembler messages: {standard input}:44: Warning: partial line at end of file ignored make[2]: *** [rootrem.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -march=amdfam10 -pipe -fomit-frame-pointer -msse3 -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1 make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.4/work/gmp-4.2.4/mpn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.4/work/gmp-4.2.4' make: *** [all] Error 2 ---- A truckload of bugfixes were added in gcc-4.3.3 for amdfam10 march. That's why we're asking for emerge --info. Someone? Looks like the same error, anyway. *** This bug has been marked as a duplicate of bug 265464 *** |