OSDN Git Service

Fix for PR c++/40808
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
2009-10-23 dodjiFix for PR c++/40808
2009-10-23 jason * semantics.c (lambda_expr_this_capture): Use thisify_...
2009-10-23 jason * semantics.c (outer_lambda_capture_p): New fn.
2009-10-23 jason Core issue 899
2009-10-23 jason * call.c (initialize_reference): Tweak error message.
2009-10-21 jakub * mangle.c (finish_mangling_get_identifier): Use
2009-10-19 jakub * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
2009-10-17 jason PR c++/38888
2009-10-17 jason PR c++/38798
2009-10-14 jason PR c++/39866
2009-10-14 jason PR c++/40092
2009-10-12 jason PR c++/37875
2009-10-12 jason PR c++/37766
2009-10-12 jason PR c++/37204
2009-10-11 rguenth2009-10-11 Richard Guenther <rguenther@suse.de>
2009-10-08 jason PR c++/36816
2009-10-08 jason PR c++/37177
2009-10-08 gdr * cp-tree.h: Fix location of documentation for DECL_LA...
2009-10-07 jason PR c++/39863
2009-10-07 jason PR c++/41038
2009-10-06 jason Fix lookup of initialized captures in unevaluated...
2009-10-05 jason * parser.c: Mark lambda_scope and lambda_count for...
2009-10-03 jason PR c++/41553
2009-10-03 jason * mangle.c (write_unnamed_type_name): Implement.
2009-10-02 janisMove entry from gcc/ChangeLog to gcc/cp/ChangeLog.
2009-10-02 jason * parser.c (cp_parser_lambda_expression): Compute...
2009-10-02 gdr * decl.c (grokdeclarator): Set constexprness before...
2009-10-01 gdr * decl.c (record_builtin_java_type): Undo unintended...
2009-10-01 jason * pt.c (register_specialization): Push DECL_SOURCE_LOC...
2009-10-01 gdrgcc/
2009-09-30 jasonremove duplicate changelog entry
2009-09-30 jason * semantics.c (lambda_expr_this_capture): Fix default...
2009-09-30 jason * semantics.c (lambda_expr_this_capture): Fix default...
2009-09-30 jason * parser.c (cp_parser_lambda_expression): Don't add...
2009-09-30 jason * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
2009-09-30 jasonmerge in cxx0x-lambdas-branch@152308
2009-09-28 janis * mangle.c (write_builtin_type): Support decimal float...
2009-09-28 rth * except.h (struct eh_region_d): Add use_cxa_end_cleanup.
2009-09-24 uros * ChangeLog: Move wrong entries to correct...
2009-09-24 jakub * cgraphunit.c (cgraph_lower_function): Revert last...
2009-09-23 dodjiFix PR debug/41065
2009-09-22 dodjiFix for PR debug/41266
2009-09-21 jason PR c++/41421
2009-09-21 jason * name-lookup.c (push_class_level_binding): Sanity...
2009-09-18 jason * decl2.c (determine_visibility): Make anonymous types...
2009-09-18 jason * c.opt: Add -fno-deduce-init-list.
2009-09-17 pinskia2009-09-17 Andrew Pinski <pinskia@gcc.gnu.org>
2009-09-14 rth * builtins.c (expand_builtin_synchronize): Use gimple_...
2009-09-14 rthSquash commit of EH in gimple
2009-09-13 rguenth2009-09-13 Richard Guenther <rguenther@suse.de>
2009-09-13 carrot * cp/optimize.c (build_delete_destructor_body): New...
2009-09-12 jasongcc/
2009-09-10 jason * error.c (find_typenames_r): Also add decltypes.
2009-09-09 paolo/cp
2009-09-09 paolo/cp
2009-09-09 fxcoudert * ChangeLog: Fix last entry.
2009-09-09 fxcoudert PR bootstrap/41180
2009-09-08 paolo/cp
2009-09-08 jason * class.c (currently_open_class): Make sure we're...
2009-09-08 jason * cp-tree.h (enum overload_flags): Remove OP_FLAG.
2009-09-08 jason * name-lookup.c (is_class_level): Remove.
2009-09-08 jason * decl.c (grokmethod): Rename from start_method.
2009-09-03 dnovillo2009-09-01 Diego Novillo <dnovillo@google.com>
2009-09-02 jason * semantics.c (describable_type): Don't pretend to...
2009-09-02 jason * ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print...
2009-09-02 aolivagcc/ChangeLog:
2009-09-01 dodjiFix bootstrap after patch PR debug/30161
2009-09-01 rguenth2009-09-01 Richard Guenther <rguenther@suse.de>
2009-09-01 rguenth2009-09-01 Richard Guenther <rguenther@suse.de>
2009-08-31 dodjiEmit DWARF for template parameters (PR debug/30161)
2009-08-31 jason PR c++/41127
2009-08-28 rguenth2009-08-28 Richard Guenther <rguenther@suse.de>
2009-08-27 rguenth2009-08-27 Richard Guenther <rguenther@suse.de>
2009-08-26 jason * call.c (build_builtin_candidate): Don't set LOOKUP_O...
2009-08-26 jason * call.c (build_conditional_expr): Fix logic errors.
2009-08-24 jason * cp-tree.h (DECL_DEFERRED_FN): Remove.
2009-08-24 jason * decl2.c (mark_used): Streamline logic.
2009-08-24 jason PR c++/41109
2009-08-21 jakub PR c++/41131
2009-08-19 jason PR c++/41119
2009-08-19 jakub * method.c (use_thunk): Call free_after_compilation...
2009-08-17 rguenth2009-08-16 Richard Guenther <rguenther@suse.de>
2009-08-16 jason Make TREE_USED match the [basic.def.odr] concept for...
2009-08-16 jason * decl2.c (finish_static_data_member_decl): Don't...
2009-08-16 jason * decl2.c (mark_used): It's ok to synthesize for defau...
2009-08-10 jason Implement DR 757: It's OK for a decl to use a type...
2009-08-06 jason PR c++/40948
2009-08-04 manu2009-08-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-08-04 dodji2009-08-04 Dodji Seketeli <dodji@redhat.com>
2009-08-04 manu2009-08-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-08-04 dodji2009-08-04 Dodji Seketeli <dodji@redhat.com>
2009-08-04 jason PR c++/40948
2009-08-01 jason * call.c (convert_class_to_reference): Binding an...
2009-08-01 jason * call.c (reference_binding): Rename lvalue_p to is_lv...
2009-08-01 jason * typeck.c (build_address): Do fold away ADDR_EXPR...
2009-07-29 jason PR c++/14912
2009-07-29 rguenth2009-07-29 Richard Guenther <rguenther@suse.de>
2009-07-26 simartingcc/cp/
2009-07-25 jason Core issue 901
2009-07-24 jason Core issue 702
next