public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [r12-3159 Regression] FAIL: gfortran.dg/pr68251.f90   -O  (test for excess errors) on Linux/x86_64
@ 2021-08-28  7:39 sunil.k.pandey
  0 siblings, 0 replies; 2+ messages in thread
From: sunil.k.pandey @ 2021-08-28  7:39 UTC (permalink / raw)
  To: gcc-patches, gcc-regression, hubicka

On Linux/x86_64,

f075b8c5adcf9cb6336563c472c8d624c54184db is the first bad commit
commit f075b8c5adcf9cb6336563c472c8d624c54184db
Author: Jan Hubicka <hubicka@ucw.cz>
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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [r12-3159 Regression] FAIL: gfortran.dg/pr68251.f90   -O  (test for excess errors) on Linux/x86_64
@ 2021-08-26 17:50 sunil.k.pandey
  0 siblings, 0 replies; 2+ messages in thread
From: sunil.k.pandey @ 2021-08-26 17:50 UTC (permalink / raw)
  To: gcc-patches, gcc-regression, hubicka

On Linux/x86_64,

f075b8c5adcf9cb6336563c472c8d624c54184db is the first bad commit
commit f075b8c5adcf9cb6336563c472c8d624c54184db
Author: Jan Hubicka <hubicka@ucw.cz>
Date:   Thu Aug 26 15:33:56 2021 +0200

    Fix off-by-one error in try_merge_with

caused

FAIL: gcc.c-torture/compile/960514-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (internal compiler error)
FAIL: gcc.c-torture/compile/960514-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
FAIL: gcc.c-torture/compile/960514-1.c   -O3 -g  (internal compiler error)
FAIL: gcc.c-torture/compile/960514-1.c   -O3 -g  (test for excess errors)
FAIL: gcc.dg/vect/O3-pr45971.c (internal compiler error)
FAIL: gcc.dg/vect/O3-pr45971.c (test for excess errors)
FAIL: gfortran.dg/pr68251.f90   -O  (internal compiler error)
FAIL: gfortran.dg/pr68251.f90   -O  (test for excess errors)

with GCC configured with



To reproduce:

$ cd {build_dir}/gcc && make check RUNTESTFLAGS="compile.exp=gcc.c-torture/compile/960514-1.c --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="compile.exp=gcc.c-torture/compile/960514-1.c --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="compile.exp=gcc.c-torture/compile/960514-1.c --target_board='unix{-m64\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="vect.exp=gcc.dg/vect/O3-pr45971.c --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="vect.exp=gcc.dg/vect/O3-pr45971.c --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="vect.exp=gcc.dg/vect/O3-pr45971.c --target_board='unix{-m64\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/pr68251.f90 --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/pr68251.f90 --target_board='unix{-m64\ -march=cascadelake}'"

(Please do not reply to this email, for question about this report, contact me at skpgkp2 at gmail dot com)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-28  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  7:39 [r12-3159 Regression] FAIL: gfortran.dg/pr68251.f90 -O (test for excess errors) on Linux/x86_64 sunil.k.pandey
  -- strict thread matches above, loose matches on Subject: below --
2021-08-26 17:50 sunil.k.pandey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).