https://sourceware.org/bugzilla/show_bug.cgi?id=22675
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Mark Wielaard <mark at klomp dot org> --- (In reply to Guido Trentalancia from comment #2) > I confirm. > > When the CFLAGS environment variable is not passed to the configure script > with compiler optimization options, all tests are passed. > > Previously I was passing options such as "-O3" and "-fomit-frame-pointer" in > CFLAGS. OK. In that case simply pass CFLAGS="-g -O3 -fomit-frame-pointer" and you'll find all tests will PASS. The self-tests need debuginfo. -- You are receiving this mail because: You are on the CC list for the bug.