[Bug general/22675] Failed elfutils 0.170 tests
https://sourceware.org/bugzilla/show_bug.cgi?id=22675 --- Comment #2 from Guido Trentalancia --- 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. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/22675] Failed elfutils 0.170 tests
https://sourceware.org/bugzilla/show_bug.cgi?id=22675 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Mark Wielaard --- (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.