OSDN Git Service

Fix PR c++/37093
[pf3gnuchains/gcc-fork.git] / gcc / cp /
2009-11-02 dodjiFix PR c++/37093
2009-11-02 jason Restrict DR 757 change to C++0x mode.
2009-11-02 jakub PR c++/41774
2009-11-01 jason * tree.c (cv_unqualified): New fn.
2009-11-01 jason * rtti.c (tinfo_name): Fix lengths for private case.
2009-11-01 jason PR c++/41754
2009-10-30 paolo/gcc/cp
2009-10-30 jason Revert:
2009-10-30 jlquinn2009-10-30 Jerry Quinn <jlquinn@optonline.net>
2009-10-30 dodjiFix PR c++/41863
2009-10-30 jlquinn2009-10-28 Jerry Quinn <jlquinn@optonline.net>
2009-10-28 jason Core issue 812, 861
2009-10-28 jason * decl.c (cp_fname_init): Correct build_string argument.
2009-10-27 jason Allow no-capture lambdas to convert to function pointer.
2009-10-26 jakub PR debug/41828
2009-10-26 jason PR c++/38796, Core issue 906
2009-10-26 dodjiFix PR c++/41785
2009-10-26 dodjiFix PR c++/41020
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 janis * call.c (convert_arg_to_ellipsis): Avoid promoting...
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 jamborm2009-10-01 Martin Jambor <mjambor@suse.cz>
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 jasonremove utf8
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-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
next