------- Comment #6 from bkoz at gcc dot gnu dot org  2007-10-10 15:49 -------

Fixed. 

Current debug mode results (ie, with make CXXFLAGS="-D_GLIBCXX_DEBUG" check)

FAIL: 20_util/pair/moveable.cc execution test
FAIL: 23_containers/deque/moveable.cc execution test
FAIL: 23_containers/headers/bitset/synopsis.cc (test for excess errors)
FAIL: 23_containers/headers/deque/synopsis.cc (test for excess errors)
FAIL: 23_containers/headers/list/synopsis.cc (test for excess errors)
FAIL: 23_containers/headers/map/synopsis.cc (test for excess errors)
FAIL: 23_containers/headers/set/synopsis.cc (test for excess errors)
FAIL: 23_containers/headers/vector/synopsis.cc (test for excess errors)
FAIL: 23_containers/list/moveable.cc execution test
FAIL: 23_containers/map/moveable.cc execution test
FAIL: 23_containers/map/operators/1_neg.cc  (test for errors, line 210)
FAIL: 23_containers/map/operators/1_neg.cc  (test for errors, line 214)
FAIL: 23_containers/multimap/moveable.cc execution test
FAIL: 23_containers/multiset/moveable.cc execution test
FAIL: 23_containers/set/moveable.cc execution test
FAIL: 23_containers/set/operators/1_neg.cc  (test for errors, line 285)
FAIL: 23_containers/set/operators/1_neg.cc  (test for errors, line 289)
FAIL: 23_containers/vector/bool/capacity/29134.cc (test for excess errors)
WARNING: 23_containers/vector/bool/capacity/29134.cc compilation failed to
produce executable
FAIL: 23_containers/vector/bool/modifiers/insert/31370.cc (test for excess
errors)
WARNING: 23_containers/vector/bool/modifiers/insert/31370.cc compilation failed
to produce executable
FAIL: 23_containers/vector/moveable.cc execution test
WARNING: program timed out.
FAIL: 25_algorithms/nth_element/2.cc execution test
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for
excess errors)
WARNING: program timed out.
FAIL: ext/pb_ds/example/erase_if.cc execution test
FAIL: ext/pb_ds/example/hash_illegal_resize.cc execution test
FAIL: ext/pb_ds/example/hash_mod.cc execution test
FAIL: ext/pb_ds/example/hash_shift_mask.cc execution test
FAIL: ext/pb_ds/example/ranged_hash.cc execution test
FAIL: ext/pb_ds/regression/hash_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/hash_no_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/priority_queue_rand.cc execution test
FAIL: ext/pb_ds/regression/tree_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/tree_no_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/trie_data_map_rand.cc execution test
FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc execution test

                === libstdc++ Summary ===

# of expected passes            5328
# of unexpected failures        33
# of unexpected successes       1
# of expected failures          57
# of unsupported tests          18


The pb_ds code fails are related to _GLIBCXX_DEBUG, but not debug-mode. 

The "synopsis.cc" fails are actually testing something illegal: user-defined
forward declarations, so they can be ignored. 

These are decent results, but not spectacular.

-benjamin


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33633

Reply via email to