This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lots of libstdc++ failures


Lots of libstdc++ failures appeared between revision 116621 and revision 116638. They look like:

/Users/regress/tbox/native/build/powerpc-apple-darwin8.5.0/libstdc++- v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp:61: error: no type named 'value_type' in 'struct std::pair<const int, char>'

followed by a bus error.

My guess is it's this change:

------------------------------------------------------------------------
r116638 | nathan | 2006-09-01 11:10:17 -0700 (Fri, 01 Sep 2006) | 10 lines


cp/
PR c++/28705
* semantics.c (finish_call_expr): Add assert.
* name-lookup.c (lookup_arg_dependent): Check we found an overload
or an object.
testsuite/
PR c++/28705
* g++.dg/lookup/koenig5.C: New.
* g++.dg/template/crash56.C: New.


Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]