aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill13-116/+130
2010-06-29pt.c (dependent_scope_ref_p): Remove.Jason Merrill3-42/+41
2010-06-29re PR c++/44587 (ICE in instantiate_decl)Jason Merrill3-2/+64
2010-06-28re PR c++/44682 (warning: variable ‘x’ set but not used)Jakub Jelinek2-0/+8
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher12-24/+61
2010-06-26call.c (add_function_candidate): Set LOOKUP_COPY_PARM for any constructor cal...Jason Merrill2-18/+47
2010-06-25gcc.c (translate_options): Don't mention +e in comment.Joseph Myers2-4/+8
2010-06-24c-parser.c (c_parser_conditional_expression): Call warn_for_omitted_condop.Andi Kleen2-1/+13
2010-06-22re PR c++/44619 (Bogus set but not used warning when using pointer to member ...Jakub Jelinek2-0/+7
2010-06-22re PR c++/44627 (ICE in dump_expr, at cp/error.c:1735)Jakub Jelinek2-1/+9
2010-06-22* typeck.c (comp_except_specs): Fix ce_derived with noexcept.Jason Merrill2-25/+29
2010-06-22semantics.c (check_trait_type): Check COMPLETE_TYPE_P for array element type.Jason Merrill2-1/+7
2010-06-17tree.h (vec_member): Declare.Nathan Froyd3-18/+27
2010-06-17re PR c++/44486 (missing space in __PRETTY_FUNCTION__ expansion in anonymous ...Manuel López-Ibáñez2-1/+6
2010-06-16class.c (build_vtbl_initializer): Adjust computation of new_position and whic...Nathan Froyd2-3/+9
2010-06-16c.opt: Add -Wnoexcept.Jason Merrill5-15/+36
2010-06-16method.c (defaulted_late_check): Give the defaulted method the same exception...Jason Merrill2-0/+14
2010-06-15class.c (add_implicitly_declared_members): Implicit assignment operators can ...Jason Merrill3-41/+40
2010-06-15call.c (convert_like_real): Give "initializing argument of" information for a...Jason Merrill2-7/+15
2010-06-15call.c (print_z_candidates): Do print viable deleted candidates.Jason Merrill2-1/+9
2010-06-15call.c (convert_like_real): Don't complain about list-value-initialization fr...Jason Merrill2-1/+7
2010-06-15decl.c (duplicate_decls): Use DECL_IS_BUILTIN rather than test DECL_SOURCE_LO...Jason Merrill2-1/+4
2010-06-15class.c (type_has_user_provided_default_constructor): Use sufficient_parms_p.Jason Merrill2-9/+7
2010-06-15call.c (is_subseq): Handle ck_aggr, ck_list.Jason Merrill2-3/+23
2010-06-13typeck.c (convert_for_assignment): Fix comment.Shujing Zhao2-6/+13
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao9-65/+217
2010-06-09cp-tree.h (struct saved_scope): Change decl_ns_list field type to a VEC.Nathan Froyd4-7/+17
2010-06-09call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd6-66/+73
2010-06-09call.c (build_call_n): Call XALLOCAVEC instead of alloca.Nathan Froyd5-11/+20
2010-06-08decl.c (record_key_method_defined): New, broken out of ...Nathan Sidwell2-9/+32
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis10-39/+88
2010-06-08re PR c++/44366 ([C++0x] g++ crashes when declaring a lambda expression using...Jason Merrill2-1/+8
2010-06-07revert: pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIA...Jason Merrill2-7/+3
2010-06-07re PR c++/44401 (Doesn't correctly hide injected class name)Jason Merrill2-11/+16
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill5-9/+16
2010-06-07pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIATIONS ex...Jason Merrill2-3/+9
2010-06-07re PR c++/44444 (-Wunused-but-set-variable problem with field references)Jakub Jelinek3-2/+10
2010-06-07re PR c++/44443 (-Wunused-but-set-variable problem with unused attribute on t...Jakub Jelinek2-0/+8
2010-06-07use utf-8 in changelogJason Merrill1-2/+2
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli4-13/+15
2010-06-06Fix PR c++/44086Fabien Chêne2-8/+15
2010-06-05c-common.c: Move to c-family/.Steven Bosscher18-26/+44
2010-06-05cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.Magnus Fromreide3-2/+7
2010-06-05typeck2.c (merge_exception_specifiers): Adjust merging of throw() and noexcep...Jason Merrill2-7/+7
2010-06-04pt.c (value_dependent_expression_p): Avoid using an uninitialized variable.Jason Merrill2-1/+9
2010-06-04cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.Jason Merrill2-0/+13
2010-06-04Implement noexcept-specification (15.4)Jason Merrill13-52/+259
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill6-0/+133
2010-06-04call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill6-23/+23
2010-06-04darwin-driver.c (darwin_default_min_version): UseJoseph Myers2-1/+6