aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-16aix.h (LIBSTDCXX_STATIC): Remove -lstdc++.David Edelsohn2-5/+20
2009-06-16Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.Ian Lance Taylor2-2/+8
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor12-42/+140
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor2-162/+169
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola7-12/+29
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez19-164/+310
2009-06-09re PR c++/40381 (Revision 142379 caused ICE with deleted functions)Jason Merrill2-0/+6
2009-06-09parser.c (cp_parser_type_id_1): 'auto' type is ok with a late-specified retur...Jason Merrill2-2/+16
2009-06-08re PR c++/40373 (ICE with invalid destructor call)Jakub Jelinek2-1/+5
2009-06-08re PR c++/40370 (ICE with invalid array bound in template class)Jakub Jelinek2-7/+15