mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 22:31:07 +08:00
libstdc++: Fix incorrect display of old test summaries
libstdc++-v3/ChangeLog: * testsuite/Makefile.am: Ensure .simd.summary is empty before collecting a new summary. * testsuite/Makefile.in: Regenerate.
This commit is contained in:
parent
b27ea896dd
commit
0a8bc61fe0
@ -191,6 +191,7 @@ check-simd: $(srcdir)/experimental/simd/generate_makefile.sh \
|
||||
${glibcxx_srcdir}/scripts/check_simd \
|
||||
testsuite_files_simd \
|
||||
${glibcxx_builddir}/scripts/testsuite_flags
|
||||
@rm -f .simd.summary
|
||||
${glibcxx_srcdir}/scripts/check_simd "${glibcxx_srcdir}" "${glibcxx_builddir}" "$(CXXFLAGS)" | \
|
||||
while read subdir; do \
|
||||
$(MAKE) -C "$${subdir}"; \
|
||||
|
@ -716,6 +716,7 @@ check-simd: $(srcdir)/experimental/simd/generate_makefile.sh \
|
||||
${glibcxx_srcdir}/scripts/check_simd \
|
||||
testsuite_files_simd \
|
||||
${glibcxx_builddir}/scripts/testsuite_flags
|
||||
@rm -f .simd.summary
|
||||
${glibcxx_srcdir}/scripts/check_simd "${glibcxx_srcdir}" "${glibcxx_builddir}" "$(CXXFLAGS)" | \
|
||||
while read subdir; do \
|
||||
$(MAKE) -C "$${subdir}"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user