Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
since I updated the gcc from gcc-3.2.3-r2 to -r3, each and every gcc compile breaks because the first as call fails. this seems to be the same bug which popped up in the gcc-3.3 and fixed in the gcc-3.3.2 iirc (see gcc changelog). I looked if there was a similar bug, but didnt find any, so I decided to report it. steps to fix this? hmmm. review the patches in the r3 and look at gcc-3.3.2 fixes. igor gcc # cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 5 model : 8 model name : AMD-K6(tm) 3D processor stepping : 0 cpu MHz : 350.791 cache size : 64 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr mce cx8 mmx syscall 3dnow bogomips : 699.59 igor gcc # gcc -v Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.3/specs Configured with: /var/tmp/portage/gcc-3.2.3-r3/work/gcc-3.2.3/configure --prefix=/usr --bindir=/usr/i586-pc-linux-gnu/gcc-bin/3.2 --includedir=/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.3/include --datadir=/usr/share/gcc-data/i586-pc-linux-gnu/3.2 --mandir=/usr/share/gcc-data/i586-pc-linux-gnu/3.2/man --infodir=/usr/share/gcc-data/i586-pc-linux-gnu/3.2/info --enable-shared --host=i586-pc-linux-gnu --target=i586-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.3/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext Thread model: posix gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) I'll check back later and provide more info if needed/wanted. I'll look into this, maybe I can track this down.
rebuilding binutils / gcc with i586, resp. without -march=k6-2 and -funroll-loops seems to have alleviated the problem - marking as a duplicate. *** This bug has been marked as a duplicate of 29017 ***