Getting compilation error : inline_secondary_memory_needed

Hi All,
While compiling on Opensuse11-1 on 64 bit machine, i got the following internal compiler error:

xlibs/streams/compress.cpp: In member function âvirtual long int ZCompress::UncompressStream(unsigned char*, long unsigned int)â:
xlibs/streams/compress.cpp:1029: internal compiler error: in inline_secondary_memory_needed, at config/i386/i386.c:21851
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.
gmake: *** [Linux_x86_64/xlibs/debug/streams/compress.o] Error 1

The following are the compiler details:
gcc -v
Using built-in specs.
Target: x86_64-suse-linux
Configured with: …/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion=‘SUSE Linux’ --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)

The following are the OS details:
openSUSE 11.1 (x86_64)
VERSION = 11.1

The same code has compiled successfully on 32bit openSUSE 11.1 OS, but it is failing for 64 bit.

Can someone please help me in resolving the above error.

Thanks and Regards,
Vivek