aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-02re PR c++/44333 (Ambiguity with typedef and using namespace)Jason Merrill2-1/+35
2010-06-01DR 990Jason Merrill4-73/+115
2010-06-01re PR c++/44358 ([C++0x] initializer list can't convert to map)Jason Merrill2-0/+11
2010-06-01* typeck2.c (build_x_arrow): Make types_memoized a VEC.Nathan Froyd2-11/+16
2010-06-01Undo inadvertent commit in rev 160105.Diego Novillo1-16/+12
2010-06-01richi's fixes for c++ bootstrapDiego Novillo1-12/+16
2010-06-01Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.Arnaud Charlet4-4/+99
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd6-44/+71
2010-05-29cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.Nathan Froyd2-4/+9
2010-05-28c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher3-11/+16
2010-05-28c-common.h: Add FIXME for awkward split of c_register_addr_space.Steven Bosscher2-0/+14
2010-05-28re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2-2/+7
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli4-6/+22
2010-05-27diagnostic-core.h: New.Joseph Myers10-24/+40
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli4-13/+15
2010-05-27re PR c++/43555 (wrong address calculation of multidimensional variable-lengt...Jason Merrill2-0/+34