This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/19269] tst-audit4 and tst-audit10 failures with gcc-6 on non avx machine


https://sourceware.org/bugzilla/show_bug.cgi?id=19269

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
For various reasons, I think it would be best for most of the 
test-skeleton.c logic to be built once into a .o file rather than built in 
every test, with the skeleton included by individual tests just filling 
out data rather than code as far as possible.  This bug illustrates one 
use of not building lots of code with per-test options; the inability to 
use test-skeleton.c with e.g. -ansi -U_LIBC is another.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]