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)

[1068 byte] By [ASaidia] at [2007-11-26 20:32:07]
# 1
> While attempting to compile some code with gccfss I ran into the following error:Could you send a preprocessed atomic_simple_cpu_exec.cc to gccfss-bugs at sun dot com ?We'll take a look at it right away.ThanksAlex.
alexey_a at 2007-7-10 1:22:20 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2
Thank you for the preprocessed file. The CR number is 6531202In few days you should be able to see it and track its status on bugs.sun.com.In the mean time you can remove -g flag to proceed further with compilation.What version of m5 is it ?
alexey_a at 2007-7-10 1:22:20 > top of Java-index,Open Source Technologies,OpenSPARC...
# 3
Without the -g flag the compile works. I'm compiling the head of our internal M5 tree, although the problem would probably exist in any 2.0 version. If you would like the entire repository that is possible.Thanks,Ali
ASaidia at 2007-7-10 1:22:20 > top of Java-index,Open Source Technologies,OpenSPARC...