aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kretz <m.kretz@gsi.de>2021-06-23 16:29:30 +0100
committerJonathan Wakely <jwakely@redhat.com>2021-06-23 18:28:59 +0100
commit15f2669c9d0cbeee9f1df198088492d1bb5c4489 (patch)
treedb4326a07344439c4b9cb773186a22e4223ee168
parentb92d12d3fe3f1aa56d190d960e40c62869a6cfbb (diff)
downloadgcc-15f2669c9d0cbeee9f1df198088492d1bb5c4489.zip
gcc-15f2669c9d0cbeee9f1df198088492d1bb5c4489.tar.gz
gcc-15f2669c9d0cbeee9f1df198088492d1bb5c4489.tar.bz2
libstdc++: Remove -fno-tree-vrp after PR98834 was resolved
Signed-off-by: Matthias Kretz <m.kretz@gsi.de> libstdc++-v3/ChangeLog: * testsuite/Makefile.am (check-simd): Remove -fno-tree-vrp flag and associated warning. * testsuite/Makefile.in: Regenerate.
-rw-r--r--libstdc++-v3/testsuite/Makefile.am3
-rw-r--r--libstdc++-v3/testsuite/Makefile.in3
2 files changed, 2 insertions, 4 deletions
diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am
index ba5023a..d2011f0 100644
--- a/libstdc++-v3/testsuite/Makefile.am
+++ b/libstdc++-v3/testsuite/Makefile.am
@@ -191,10 +191,9 @@ check-simd: $(srcdir)/experimental/simd/generate_makefile.sh \
${glibcxx_srcdir}/scripts/check_simd \
testsuite_files_simd \
${glibcxx_builddir}/scripts/testsuite_flags
- @echo "WARNING: Adding -fno-tree-vrp to CXXFLAGS to work around PR98834."
@rm -f .simd.summary
@echo "Generating simd testsuite subdirs and Makefiles ..."
- @${glibcxx_srcdir}/scripts/check_simd "${glibcxx_srcdir}" "${glibcxx_builddir}" "$(CXXFLAGS) -fno-tree-vrp" | \
+ @${glibcxx_srcdir}/scripts/check_simd "${glibcxx_srcdir}" "${glibcxx_builddir}" "$(CXXFLAGS)" | \
while read subdir; do \
$(MAKE) -C "$${subdir}"; \
tail -n20 $${subdir}/simd_testsuite.sum | \
diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in
index c9dd7f5..c65cdaf 100644
--- a/libstdc++-v3/testsuite/Makefile.in
+++ b/libstdc++-v3/testsuite/Makefile.in
@@ -716,10 +716,9 @@ check-simd: $(srcdir)/experimental/simd/generate_makefile.sh \
${glibcxx_srcdir}/scripts/check_simd \
testsuite_files_simd \
${glibcxx_builddir}/scripts/testsuite_flags
- @echo "WARNING: Adding -fno-tree-vrp to CXXFLAGS to work around PR98834."
@rm -f .simd.summary
@echo "Generating simd testsuite subdirs and Makefiles ..."
- @${glibcxx_srcdir}/scripts/check_simd "${glibcxx_srcdir}" "${glibcxx_builddir}" "$(CXXFLAGS) -fno-tree-vrp" | \
+ @${glibcxx_srcdir}/scripts/check_simd "${glibcxx_srcdir}" "${glibcxx_builddir}" "$(CXXFLAGS)" | \
while read subdir; do \
$(MAKE) -C "$${subdir}"; \
tail -n20 $${subdir}/simd_testsuite.sum | \