On Wed, 2009-04-01 at 23:21 +0200, Richard Guenther wrote: > On Wed, Apr 1, 2009 at 11:03 PM, Kaveh R. Ghazi <gh...@caip.rutgers.edu> > wrote: > > From: "Richard Guenther" <richard.guent...@gmail.com> > > > >> I tested on openSUSE Factory which currently has gcc 4.3.3, gmp 4.2.3, > >> mpfr 2.4.1 and some pre-2.10 glibc. > > > > I tried with vanilla mpfr-2.4.1 and gmp-4.2.3, and mpc still passed all it's > > tests on gcc14. Would it be fair to suspect something in your prerelease > > glibc? Can you please help track it down? > > Same behavior with openSUSE 11.1 (glibc 2.9, gcc 4.3.2, gmp 4.2.3, mpfr > 2.3.2). > > Note that I build with -D_FORTIFY_SOURCE=2 -fstack-protector.
I get the failure Richard mentioned when I use -D_FORTIFY_SOURCE=2 -fstack-protector but no failures without those options. This is on powerpc64-linux (but defaulting to -m32) with: RHEL 5.3 GCC 4.3.2 GMP 4.2.4 MPFR 2.4.1 MPC 0.6 I don't normally use those options. Janis