Do not require memset elimination in explicit_bzero test
commit8d71242eb7a85860bc4f7cef5463ad61e2ea19b2
authorFlorian Weimer <fweimer@redhat.com>
Tue, 20 Dec 2016 10:01:05 +0000 (20 11:01 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 20 Dec 2016 10:08:10 +0000 (20 11:08 +0100)
treed57bf0561ac438e602caca024bf507a6f5eb8c20
parent525f803984f278e65dc07ca1156bdeca63755810
Do not require memset elimination in explicit_bzero test

Some targets fail to apply dead store elimination to the
memset call in setup_ordinary_clear.  Before this commit,
this causes the test case to fail.  Instead, the test case
now logs lack of memset elimination as an informational
message.
ChangeLog
string/Makefile
string/tst-xbzero-opt.c