tree.h (block_may_fallthru): Declare here.
[platform/upstream/gcc.git] / gcc / cp / ChangeLog
2010-06-30 Manuel López-Ibáñeztree.h (block_may_fallthru): Declare here.
2010-06-30 Nathan Froyddecl.c (incomplete_var): Declare.
2010-06-30 Nathan Froyddecl.c (struct named_label_entry): Change type of bad_d...
2010-06-30 Jason MerrillEnable implicitly declared move constructor/operator...
2010-06-30 Jason MerrillEnable implicitly deleted functions (N2346)
2010-06-30 Jason Merrill* decl2.c (mark_used): Adjust error for use of deleted...
2010-06-30 Jason MerrillMachinery to support implicit delete/move.
2010-06-30 Jason Merrillclass.c (type_has_virtual_destructor): New.
2010-06-30 Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2010-06-29 Jason Merrillpt.c (dependent_scope_ref_p): Remove.
2010-06-29 Jason Merrillre PR c++/44587 (ICE in instantiate_decl)
2010-06-28 Jakub Jelinekre PR c++/44682 (warning: variable ‘x’ set but not...
2010-06-28 Steven Bosschersystem.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-26 Jason Merrillcall.c (add_function_candidate): Set LOOKUP_COPY_PARM...
2010-06-25 Joseph Myersgcc.c (translate_options): Don't mention +e in comment.
2010-06-24 Andi Kleenc-parser.c (c_parser_conditional_expression): Call...
2010-06-22 Jakub Jelinekre PR c++/44619 (Bogus set but not used warning when...
2010-06-22 Jakub Jelinekre PR c++/44627 (ICE in dump_expr, at cp/error.c:1735)
2010-06-22 Jason Merrill* typeck.c (comp_except_specs): Fix ce_derived with...
2010-06-22 Jason Merrillsemantics.c (check_trait_type): Check COMPLETE_TYPE_P...
2010-06-17 Nathan Froydtree.h (vec_member): Declare.
2010-06-17 Manuel López-Ibáñezre PR c++/44486 (missing space in __PRETTY_FUNCTION__...
2010-06-16 Nathan Froydclass.c (build_vtbl_initializer): Adjust computation...
2010-06-16 Jason Merrillc.opt: Add -Wnoexcept.
2010-06-16 Jason Merrillmethod.c (defaulted_late_check): Give the defaulted...
2010-06-15 Jason Merrillclass.c (add_implicitly_declared_members): Implicit...
2010-06-15 Jason Merrillcall.c (convert_like_real): Give "initializing argument...
2010-06-15 Jason Merrillcall.c (print_z_candidates): Do print viable deleted...
2010-06-15 Jason Merrillcall.c (convert_like_real): Don't complain about list...
2010-06-15 Jason Merrilldecl.c (duplicate_decls): Use DECL_IS_BUILTIN rather...
2010-06-15 Jason Merrillclass.c (type_has_user_provided_default_constructor...
2010-06-15 Jason Merrillcall.c (is_subseq): Handle ck_aggr, ck_list.
2010-06-13 Shujing Zhaotypeck.c (convert_for_assignment): Fix comment.
2010-06-11 Shujing Zhaocp-tree.h (expr_list_kind): New type.
2010-06-09 Nathan Froydcp-tree.h (struct saved_scope): Change decl_ns_list...
2010-06-09 Nathan Froydcall.c (build_java_interface_fn_ref): Call build_functi...
2010-06-09 Nathan Froydcall.c (build_call_n): Call XALLOCAVEC instead of alloca.
2010-06-08 Nathan Sidwelldecl.c (record_key_method_defined): New, broken out...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 Jason Merrillre PR c++/44366 ([C++0x] g++ crashes when declaring...
2010-06-07 Jason Merrillrevert: pt.c (lookup_template_class): Don't mess with...
2010-06-07 Jason Merrillre PR c++/44401 (Doesn't correctly hide injected class...
2010-06-07 Jason Merrillcp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
2010-06-07 Jason Merrillpt.c (lookup_template_class): Don't mess with DECL_TEMP...
2010-06-07 Jakub Jelinekre PR c++/44444 (-Wunused-but-set-variable problem...
2010-06-07 Jakub Jelinekre PR c++/44443 (-Wunused-but-set-variable problem...
2010-06-07 Jason Merrilluse utf-8 in changelog
2010-06-06 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-06-06 Fabien ChêneFix PR c++/44086
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-05 Magnus Fromreidecvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.
2010-06-05 Jason Merrilltypeck2.c (merge_exception_specifiers): Adjust merging...
2010-06-04 Jason Merrillpt.c (value_dependent_expression_p): Avoid using an...
2010-06-04 Jason Merrillcxx-pretty-print.c (pp_cxx_unary_expression): Handle...
2010-06-04 Jason MerrillImplement noexcept-specification (15.4)
2010-06-04 Jason MerrillImplement noexcept operator (5.3.7)
2010-06-04 Jason Merrillcall.c (build_conditional_expr): Never fold in unevalua...
2010-06-04 Joseph Myersdarwin-driver.c (darwin_default_min_version): Use
2010-06-04 Jakub Jelinekre PR c++/44412 (Another bogus set-but-not-used warning)
2010-06-04 Jakub Jelinekre PR c++/44362 (Bogus set-but-not-used warning)
2010-06-03 Nathan Froydclass.c (struct vtbl_init_data_s): Remove last_init...
2010-06-03 H.J. LuCheck MAX_FIXED_MODE_SIZE on bit-field in C++.
2010-06-02 Jonathan Wakelyparser.c (cp_parser_mem_initializer_list): Change error...
2010-06-02 Jakub Jelinekre PR c++/44361 (-Wunused-but-set-variable vs. explicit...
2010-06-02 Jakub Jelinekre PR debug/44367 (-O0 -g wrong DW_AT_location on c...
2010-06-02 Jakub Jelinekre PR debug/44367 (-O0 -g wrong DW_AT_location on c...
2010-06-02 Jakub Jelinektree.h (struct tree_decl_map): New type.
2010-06-02 Jason Merrill* error.c (dump_type): Improve typedef handling.
2010-06-02 Jason Merrillre PR c++/44333 (Ambiguity with typedef and using names...
2010-06-02 Jason MerrillDR 990
2010-06-02 Jason Merrillre PR c++/44358 ([C++0x] initializer list can't convert...
2010-06-01 Nathan Froyd* typeck2.c (build_x_arrow): Make types_memoized a...
2010-06-01 Arnaud CharletMake-lang.in (CXX_C_OBJS): Add c-ada-spec.o.
2010-05-30 Nathan Froydcp-tree.h (cp_build_function_call_nary): Declare.
2010-05-29 Nathan Froydcp-tree.h (struct cp_decl_specifier_seq): Move type_loc...
2010-05-28 Steven Bosscherc-common.h (GCC_DIAG_STYLE): Define earlier in the...
2010-05-28 Steven Bosscherc-common.h: Add FIXME for awkward split of c_register_a...
2010-05-28 Joseph Myersre PR driver/15303 (When gcc sees an unrecognized optio...
2010-05-28 Dodji SeketeliRevert "Fix PR c++/44188"
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-27 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-05-27 Jason Merrillre PR c++/43555 (wrong address calculation of multidime...
2010-05-27 Jason Merrillchangelog correction
2010-05-27 Kai Tietzre PR bootstrap/44287 (Failed to bootstrap)
2010-05-26 Kai TietzMove cplusplus parts into cp/ChangeLog and remove them...
2010-05-26 Jason Merrillre PR c++/43382 ([C++0x] ICE with auto return type...
2010-05-26 Steven Bosscher* cp-lang.c: Do not include expr.h.
2010-05-26 Steven Bosscherrtl.h (decl_default_tls_model): Move prototype from...
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-25 Jakub Jelinekre PR c++/18249 (C++ parser i18n problems)
2010-05-25 Shujing Zhaore PR c++/18249 (C++ parser i18n problems)
2010-05-24 Eric Botcazoure PR middle-end/44100 (ICE compiling g++.dg/init/struc...
2010-05-24 Joseph Myersdiagnostic.c: Don't include flags.h.
2010-05-24 Jason Merrillre PR c++/41510 ([C++0x] std::complex vs. initializatio...
2010-05-24 Nathan Froydrtti.c (tinfo_base_init): Use build_constructor instead...
2010-05-22 Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2010-05-22 Jan Hubickadecl2.c (maybe_emit_vtables): Produce same comdat group...
2010-05-21 Joseph Myers* cxx-pretty-print.c: Correct merge error.
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
next