From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by sourceware.org (Postfix) with ESMTPS id 714763858D34; Sat, 28 Aug 2021 07:39:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 714763858D34 X-IronPort-AV: E=McAfee;i="6200,9189,10089"; a="218077887" X-IronPort-AV: E=Sophos;i="5.84,358,1620716400"; d="scan'208";a="218077887" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Aug 2021 00:39:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,358,1620716400"; d="scan'208";a="687765191" Received: from scymds02.sc.intel.com ([10.82.73.244]) by fmsmga005.fm.intel.com with ESMTP; 28 Aug 2021 00:39:28 -0700 Received: from gskx-2.sc.intel.com (gskx-2.sc.intel.com [172.25.33.41]) by scymds02.sc.intel.com with ESMTP id 17S7dSuB031296; Sat, 28 Aug 2021 00:39:28 -0700 Received: by gskx-2.sc.intel.com (Postfix, from userid 10659939) id 4D3522864700; Sat, 28 Aug 2021 00:39:28 -0700 (PDT) Date: Sat, 28 Aug 2021 00:39:28 -0700 To: gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org, hubicka@ucw.cz Subject: [r12-3159 Regression] FAIL: gfortran.dg/pr68251.f90 -O (test for excess errors) on Linux/x86_64 User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20210828073928.4D3522864700@gskx-2.sc.intel.com> From: "sunil.k.pandey" X-Spam-Status: No, score=-3489.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2021 07:39:41 -0000 On Linux/x86_64, f075b8c5adcf9cb6336563c472c8d624c54184db is the first bad commit commit f075b8c5adcf9cb6336563c472c8d624c54184db Author: Jan Hubicka Date: Thu Aug 26 15:33:56 2021 +0200 Fix off-by-one error in try_merge_with caused FAIL: 20_util/to_address/debug.cc (test for excess errors) FAIL: 21_strings/basic_string/cons/char/self_move.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/citerators.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/exception/basic.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/exception/generation_prohibited.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/exception/propagation_consistent.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/explicit_instantiation/char16_t/1.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/explicit_instantiation/char/1.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/explicit_instantiation/char32_t/1.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/explicit_instantiation/char8_t/1.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/explicit_instantiation/debug.cc (test for excess errors) FAIL: 21_strings/basic_string/requirements/explicit_instantiation/wchar_t/1.cc (test for excess errors) FAIL: 21_strings/debug/shrink_to_fit.cc (test for excess errors) FAIL: 23_containers/deque/cons/self_move.cc (test for excess errors) FAIL: 23_containers/deque/debug/98466.cc (test for excess errors) FAIL: 23_containers/deque/debug/insert4_neg.cc (test for excess errors) FAIL: 23_containers/deque/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/deque/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/deque/debug/invalidation/3.cc (test for excess errors) FAIL: 23_containers/deque/debug/invalidation/4.cc (test for excess errors) FAIL: 23_containers/forward_list/cons/self_move.cc (test for excess errors) FAIL: 23_containers/forward_list/debug/construct4_neg.cc (test for excess errors) FAIL: 23_containers/forward_list/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/forward_list/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/list/cons/self_move.cc (test for excess errors) FAIL: 23_containers/list/debug/insert4_neg.cc (test for excess errors) FAIL: 23_containers/list/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/list/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/list/debug/invalidation/3.cc (test for excess errors) FAIL: 23_containers/list/debug/invalidation/4.cc (test for excess errors) FAIL: 23_containers/map/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/map/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/map/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/map/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/map/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/map/modifiers/insert/16813.cc (test for excess errors) FAIL: 23_containers/multimap/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/multimap/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/multimap/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/multimap/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/multimap/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/multiset/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/multiset/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/multiset/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/multiset/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/multiset/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/set/cons/self_move.cc (test for excess errors) FAIL: 23_containers/set/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/set/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/set/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/set/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/set/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/unordered_map/debug/98466.cc (test for excess errors) FAIL: 23_containers/unordered_map/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/unordered_map/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/unordered_map/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/unordered_map/requirements/debug_container.cc (test for excess errors) FAIL: 23_containers/unordered_multimap/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/unordered_multimap/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/unordered_multimap/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/unordered_multimap/requirements/debug.cc (test for excess errors) FAIL: 23_containers/unordered_multiset/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/unordered_multiset/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/unordered_multiset/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/unordered_multiset/requirements/debug.cc (test for excess errors) FAIL: 23_containers/unordered_set/cons/self_move.cc (test for excess errors) FAIL: 23_containers/unordered_set/debug/construct5_neg.cc (test for excess errors) FAIL: 23_containers/unordered_set/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/unordered_set/debug/move_neg.cc (test for excess errors) FAIL: 23_containers/unordered_set/requirements/debug_container.cc (test for excess errors) FAIL: 23_containers/vector/63500.cc (test for excess errors) FAIL: 23_containers/vector/cons/self_move.cc (test for excess errors) FAIL: 23_containers/vector/debug/insert4_neg.cc (test for excess errors) FAIL: 23_containers/vector/debug/insert6_neg.cc (test for excess errors) FAIL: 23_containers/vector/debug/insert7_neg.cc (test for excess errors) FAIL: 23_containers/vector/debug/invalidation/1.cc (test for excess errors) FAIL: 23_containers/vector/debug/invalidation/2.cc (test for excess errors) FAIL: 23_containers/vector/debug/invalidation/3.cc (test for excess errors) FAIL: 23_containers/vector/debug/invalidation/4.cc (test for excess errors) FAIL: 23_containers/vector/debug/move_assign_neg.cc (test for excess errors) FAIL: 23_containers/vector/debug/move_neg.cc (test for excess errors) FAIL: 24_iterators/move_iterator/debug_neg.cc (test for excess errors) FAIL: 24_iterators/reverse_iterator/debug_neg.cc (test for excess errors) FAIL: 25_algorithms/copy/86658.cc (test for excess errors) FAIL: 25_algorithms/copy/debug/99402.cc (test for excess errors) FAIL: 25_algorithms/for_each/for_each_n_debug.cc (test for excess errors) with GCC configured with To reproduce: $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/to_address/debug.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/cons/char/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/citerators.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/exception/basic.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/exception/generation_prohibited.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/exception/propagation_consistent.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/explicit_instantiation/char16_t/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/explicit_instantiation/char/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/explicit_instantiation/char32_t/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/explicit_instantiation/char8_t/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/explicit_instantiation/debug.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/basic_string/requirements/explicit_instantiation/wchar_t/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=21_strings/debug/shrink_to_fit.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/cons/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/debug/98466.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/debug/insert4_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/debug/invalidation/3.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/deque/debug/invalidation/4.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/forward_list/cons/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/forward_list/debug/construct4_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/forward_list/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/forward_list/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/list/cons/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/list/debug/insert4_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/list/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/list/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/list/debug/invalidation/3.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/list/debug/invalidation/4.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/map/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/map/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/map/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/map/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/map/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/map/modifiers/insert/16813.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multimap/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multimap/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multimap/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multimap/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multimap/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multiset/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multiset/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multiset/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multiset/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/multiset/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/set/cons/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/set/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/set/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/set/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/set/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/set/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_map/debug/98466.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_map/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_map/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_map/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_map/requirements/debug_container.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multimap/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multimap/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multimap/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multimap/requirements/debug.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multiset/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multiset/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multiset/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_multiset/requirements/debug.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_set/cons/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_set/debug/construct5_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_set/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_set/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/unordered_set/requirements/debug_container.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/63500.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/cons/self_move.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/insert4_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/insert6_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/insert7_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/invalidation/1.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/invalidation/2.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/invalidation/3.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/invalidation/4.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/move_assign_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=23_containers/vector/debug/move_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=24_iterators/move_iterator/debug_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=24_iterators/reverse_iterator/debug_neg.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=25_algorithms/copy/86658.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=25_algorithms/copy/debug/99402.cc --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=25_algorithms/for_each/for_each_n_debug.cc --target_board='unix{-m32}'" (Please do not reply to this email, for question about this report, contact me at skpgkp2 at gmail dot com)