aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-04re PR c++/44412 (Another bogus set-but-not-used warning)Jakub Jelinek2-0/+7
2010-06-04re PR c++/44362 (Bogus set-but-not-used warning)Jakub Jelinek2-0/+9
2010-06-03class.c (struct vtbl_init_data_s): Remove last_init field.Nathan Froyd4-121/+141
2010-06-03Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu2-2/+10
2010-06-02parser.c (cp_parser_mem_initializer_list): Change error text.Jonathan Wakely2-1/+5
2010-06-02re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-4/+3
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek2-12/+21
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek2-5/+11
2010-06-02tree.h (struct tree_decl_map): New type.Jakub Jelinek2-12/+19
2010-06-02* error.c (dump_type): Improve typedef handling.Jason Merrill2-0/+21