summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther2009-07-222-39/+74
* decl.c (reshape_init_r): { T } is not an aggregate initializer for class T.Jason Merrill2009-07-212-1/+8
* Core issue 934Jason Merrill2009-07-213-10/+26
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-177-17/+32
* init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.Richard Guenther2009-07-172-1/+5
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-1616-74/+132
* re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill2009-07-1611-85/+294
* sourcebuild.texi: Document install-plugin target.Taras Glek2009-07-142-0/+21
* re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill2009-07-142-2/+12
* name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill2009-07-142-6/+11
* re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill2009-07-142-2/+10
* builtins.c (can_trust_pointer_alignment): New fn.Jason Merrill2009-07-142-3/+7
* re PR debug/40705 (ICE in gen_type_die_with_usage, at dwarf2out.c:15117)Dodji Seketeli2009-07-142-1/+10
* re PR c++/22154 ([DR 382] qualified names should allow typename keyword in fr...Andrew Pinski2009-07-132-6/+10
* re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Jason Merrill2009-07-122-1/+6
* cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill2009-07-124-43/+50
* re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill2009-07-124-13/+52
* re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek2009-07-102-2/+7
* pt.c (perform_typedefs_access_check, [...]): Use CLASS_TYPE_P.Simon Martin2009-07-092-3/+9
* re PR c++/40684 (ICE in tsubst)Dodji Seketeli2009-07-092-2/+9
* re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez2009-07-073-3/+23
* re PR c++/35828 ([C++0x] ICE on default template template parameter in templa...Jason Merrill2009-07-072-6/+11
* tree.c (set_expr_locus): Remove.Manuel López-Ibáñez2009-07-072-1/+6
* re PR c++/37816 ([c++0x] Invalid handling of scoped enums defined at class sc...Jason Merrill2009-07-072-2/+16
* cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez2009-07-076-52/+83
* decl.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-065-267/+297
* re PR c++/40557 (ICE with template union)Simon Martin2009-07-062-3/+11
* pt.c (retrieve_specialization): Don't get confused by a using-declaration tha...Jason Merrill2009-07-043-1/+14
* * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.Jason Merrill2009-07-042-1/+3
* re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill2009-07-048-29/+56
* cp-tree.h (struct lang_decl): Overhaul.Jason Merrill2009-07-0313-380/+430
* typeck.c (cp_build_binary_op): Move warnings about use of NULL in arithmetic ...Mark Mitchell2009-07-022-20/+25
* Use hash tables for template specialization lookup.Jason Merrill2009-07-024-237/+474
* * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.Jason Merrill2009-07-012-5/+6
* pt.c (register_specialization): Use duplicate_decls to merge the argument wit...Jason Merrill2009-07-012-3/+15
* * g++spec.c (lang_specific_driver): Bump num_args by 1.Ian Lance Taylor2009-07-012-1/+5
* re PR c++/40595 ([C++0x] ICE trying to use sfinae with variadic template pack...Jason Merrill2009-06-302-2/+15
* re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289)Jason Merrill2009-06-292-6/+12
* decl.c (duplicate_decls): Re-indent.H.J. Lu2009-06-262-5/+9
* call.c (avoid_sign_compare_warnings): New static function.Ian Lance Taylor2009-06-253-0/+35
* g++spec.c (SKIPOPT): define.Ian Lance Taylor2009-06-252-15/+50
* cvt.c (convert_to_void): Only warn about COND_EXPR if neither the second nor ...Ian Lance Taylor2009-06-252-2/+8
* parser.c (cp_parser_binary_expression): Increment c_inhibit_evaluation_warnin...Ian Lance Taylor2009-06-253-1/+23
* * error.c (dump_decl): Do say "typedef" for the injected class name.Jason Merrill2009-06-242-1/+3
* pt.c (lookup_template_class): Use currently_open_class, compare template args...Jason Merrill2009-06-242-25/+10
* re PR c++/40342 (ambiguous overload not diagnosed)Jason Merrill2009-06-243-1/+18
* class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez2009-06-188-19/+22
* aix.h (LIBSTDCXX_STATIC): Remove -lstdc++.David Edelsohn2009-06-162-5/+20
* Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.Ian Lance Taylor2009-06-162-2/+8
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-1612-42/+140