aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2009-07-14sourcebuild.texi: Document install-plugin target.Taras Glek1-0/+7
2009-07-14re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill1-2/+4
2009-07-14name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill1-0/+5
2009-07-14re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill1-0/+5
2009-07-14builtins.c (can_trust_pointer_alignment): New fn.Jason Merrill1-0/+4
2009-07-14re PR debug/40705 (ICE in gen_type_die_with_usage, at dwarf2out.c:15117)Dodji Seketeli1-0/+7
2009-07-13re PR c++/22154 ([DR 382] qualified names should allow typename keyword in fr...Andrew Pinski1-0/+6
2009-07-12re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Jason Merrill1-0/+3
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill1-0/+8
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill1-0/+9
2009-07-10re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek1-1/+6
2009-07-09pt.c (perform_typedefs_access_check, [...]): Use CLASS_TYPE_P.Simon Martin1-0/+6
2009-07-09re PR c++/40684 (ICE in tsubst)Dodji Seketeli1-0/+6
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+8
2009-07-07re PR c++/35828 ([C++0x] ICE on default template template parameter in templa...Jason Merrill1-0/+6
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-0/+5
2009-07-07re PR c++/37816 ([c++0x] Invalid handling of scoped enums defined at class sc...Jason Merrill1-0/+12
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-0/+8
2009-07-06decl.c: Replace %H by an explicit location.Manuel López-Ibáñez1-0/+7
2009-07-06re PR c++/40557 (ICE with template union)Simon Martin1-0/+7
2009-07-04pt.c (retrieve_specialization): Don't get confused by a using-declaration tha...Jason Merrill1-0/+6
2009-07-04* cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.Jason Merrill1-0/+2
2009-07-04re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill1-0/+17
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-0/+47
2009-07-02typeck.c (cp_build_binary_op): Move warnings about use of NULL in arithmetic ...Mark Mitchell1-0/+6
2009-07-02Use hash tables for template specialization lookup.Jason Merrill1-0/+21
2009-07-01* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.Jason Merrill1-0/+2
2009-07-01pt.c (register_specialization): Use duplicate_decls to merge the argument wit...Jason Merrill1-0/+8
2009-07-01* g++spec.c (lang_specific_driver): Bump num_args by 1.Ian Lance Taylor1-0/+4
2009-06-30re PR c++/40595 ([C++0x] ICE trying to use sfinae with variadic template pack...Jason Merrill1-0/+6
2009-06-29re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289)Jason Merrill1-0/+7
2009-06-26decl.c (duplicate_decls): Re-indent.H.J. Lu1-0/+4
2009-06-25call.c (avoid_sign_compare_warnings): New static function.Ian Lance Taylor1-0/+7
2009-06-25g++spec.c (SKIPOPT): define.Ian Lance Taylor1-0/+6
2009-06-25cvt.c (convert_to_void): Only warn about COND_EXPR if neither the second nor ...Ian Lance Taylor1-0/+5
2009-06-25parser.c (cp_parser_binary_expression): Increment c_inhibit_evaluation_warnin...Ian Lance Taylor1-0/+8
2009-06-24* error.c (dump_decl): Do say "typedef" for the injected class name.Jason Merrill1-0/+2
2009-06-24pt.c (lookup_template_class): Use currently_open_class, compare template args...Jason Merrill1-0/+3
2009-06-24re PR c++/40342 (ambiguous overload not diagnosed)Jason Merrill1-0/+6
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez1-0/+13
2009-06-16aix.h (LIBSTDCXX_STATIC): Remove -lstdc++.David Edelsohn1-0/+7
2009-06-16Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.Ian Lance Taylor1-0/+5
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-0/+43
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-0/+5
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-0/+12
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-0/+83
2009-06-09re PR c++/40381 (Revision 142379 caused ICE with deleted functions)Jason Merrill1-0/+5
2009-06-09parser.c (cp_parser_type_id_1): 'auto' type is ok with a late-specified retur...Jason Merrill1-0/+5
2009-06-08re PR c++/40373 (ICE with invalid destructor call)Jakub Jelinek1-0/+4
2009-06-08re PR c++/40370 (ICE with invalid array bound in template class)Jakub Jelinek1-0/+9