aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-07-24Core issue 901Jason Merrill2-0/+8
2009-07-24Core issue 702Jason Merrill2-15/+16
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill5-19/+55
2009-07-22re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther2-39/+74
2009-07-21decl.c (reshape_init_r): { T } is not an aggregate initializer for class T.Jason Merrill2-1/+8
2009-07-21Core issue 934Jason Merrill3-10/+26
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther7-17/+32
2009-07-17init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.Richard Guenther2-1/+5
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez16-74/+132
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill11-85/+294
2009-07-14sourcebuild.texi: Document install-plugin target.Taras Glek2-0/+21
2009-07-14re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill2-2/+12
2009-07-14name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill2-6/+11
2009-07-14re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill2-2/+10
2009-07-14builtins.c (can_trust_pointer_alignment): New fn.Jason Merrill2-3/+7
2009-07-14re PR debug/40705 (ICE in gen_type_die_with_usage, at dwarf2out.c:15117)Dodji Seketeli2-1/+10
2009-07-13re PR c++/22154 ([DR 382] qualified names should allow typename keyword in fr...Andrew Pinski2-6/+10
2009-07-12re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Jason Merrill2-1/+6
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill4-43/+50
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill4-13/+52
2009-07-10re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek2-2/+7
2009-07-09pt.c (perform_typedefs_access_check, [...]): Use CLASS_TYPE_P.Simon Martin2-3/+9
2009-07-09re PR c++/40684 (ICE in tsubst)Dodji Seketeli2-2/+9
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez3-3/+23
2009-07-07re PR c++/35828 ([C++0x] ICE on default template template parameter in templa...Jason Merrill2-6/+11
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez2-1/+6
2009-07-07re PR c++/37816 ([c++0x] Invalid handling of scoped enums defined at class sc...Jason Merrill2-2/+16
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez6-52/+83
2009-07-06decl.c: Replace %H by an explicit location.Manuel López-Ibáñez5-267/+297
2009-07-06re PR c++/40557 (ICE with template union)Simon Martin2-3/+11
2009-07-04pt.c (retrieve_specialization): Don't get confused by a using-declaration tha...Jason Merrill3-1/+14
2009-07-04* cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.Jason Merrill2-1/+3
2009-07-04re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill8-29/+56
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill13-380/+430
2009-07-02typeck.c (cp_build_binary_op): Move warnings about use of NULL in arithmetic ...Mark Mitchell2-20/+25
2009-07-02Use hash tables for template specialization lookup.Jason Merrill4-237/+474
2009-07-01* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.Jason Merrill2-5/+6
2009-07-01pt.c (register_specialization): Use duplicate_decls to merge the argument wit...Jason Merrill2-3/+15
2009-07-01* g++spec.c (lang_specific_driver): Bump num_args by 1.Ian Lance Taylor2-1/+5
2009-06-30re PR c++/40595 ([C++0x] ICE trying to use sfinae with variadic template pack...Jason Merrill2-2/+15
2009-06-29re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289)Jason Merrill2-6/+12
2009-06-26decl.c (duplicate_decls): Re-indent.H.J. Lu2-5/+9
2009-06-25call.c (avoid_sign_compare_warnings): New static function.Ian Lance Taylor3-0/+35
2009-06-25g++spec.c (SKIPOPT): define.Ian Lance Taylor2-15/+50
2009-06-25cvt.c (convert_to_void): Only warn about COND_EXPR if neither the second nor ...Ian Lance Taylor2-2/+8
2009-06-25parser.c (cp_parser_binary_expression): Increment c_inhibit_evaluation_warnin...Ian Lance Taylor3-1/+23
2009-06-24* error.c (dump_decl): Do say "typedef" for the injected class name.Jason Merrill2-1/+3
2009-06-24pt.c (lookup_template_class): Use currently_open_class, compare template args...Jason Merrill2-25/+10
2009-06-24re PR c++/40342 (ambiguous overload not diagnosed)Jason Merrill3-1/+18
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez8-19/+22