Bug is gccfss
While attempting to compile some code with gccfss I ran into the following error:
#g++ -o SPARC/build/SPARC_FS/arch/sparc/atomic_simple_cpu_exec.o -c -pipe -fno-strict-aliasing -Wall -Wno-sign-compare -Werror -Wundef -g -O3 -fast -xipo=2 -DTHE_ISA=SPARC_ISA -DTRACING_ON=1 -Iext/dnet -I/usr/local/include/python2.4 -ISPARC/build/libelf/include -ISPARC/build/SPARC_FS SPARC/build/SPARC_FS/arch/sparc/atomic_simple_cpu_exec.cc
SPARC/build/SPARC_FS/arch/sparc/atomic_simple_cpu_exec.cc:27735: internal compiler error: in dbg_gen_resolve_forward_bind_types, at tree-ir-debug.c:1949
#g++ -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: /net/tibia/export/bldmstr/nightly/20061019_mars_gcc.s10.opt.tarbuild/src/config ure --prefix=/opt/gcc --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-gxx-include-dir=/opt/gcc/include/c++/4.0.3 --with-cpu=v9
Thread model: posix
gcc version 4.0.3 (gccfss)

