http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46389
--- Comment #2 from rguenther at suse dot de <rguenther at suse dot de> 2010-11-10 10:31:10 UTC --- On Wed, 10 Nov 2010, jakub at gcc dot gnu.org wrote: > --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-10 > 09:45:28 UTC --- > I couldn't reproduce this. > r166509, CC='gcc -m31' s390 ../configure --enable-languages=c,c++,ada > bootstrapped just fine. I've also tried all the supported -march= options on > the a-strsup.o compilation line. > > So, if you can reproduce it, can you debug it a little bit? It is in my code, > so I'll try to help, but unless I can reproduce it I can't do much with it. Sorry, I have to try manually as soon as time permits. Configury goes as ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ '--with-pkgversion=SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-tune=z9-109 --with-arch=z900 --with-long-double-128 --enable-decimal-float --build=s390-suse-linux and we do make bootstrap-lean 'STAGE1_CFLAGS=-O -g'. I'll produce a testcase once I get around reproducing it.