OSDN Git Service

* cgraphunit.c (cgraph_lower_function): Revert last change.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
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
2009-07-22 jason * mangle.c (mangle_type_string_for_rtti): Rename to...
2009-07-22 rguenth2009-07-22 Richard Guenther <rguenther@suse.de>
2009-07-22 jason * decl.c (reshape_init_r): { T } is not an aggregate...
2009-07-22 jason Core issue 934
2009-07-17 rguenth2009-07-17 Richard Guenther <rguenther@suse.de>
2009-07-17 rguenth2009-07-17 Richard Guenther <rguenther@suse.de>
2009-07-16 manu2009-07-17 Aldy Hernandez <aldyh@redhat.com>
2009-07-16 jason PR libstdc++/37907
2009-07-14 dnovillo2009-07-14 Taras Glek <tglek@mozilla.com>
2009-07-14 jason PR c++/37276
2009-07-14 jason * name-lookup.c (qualified_lookup_using_namespace...
2009-07-14 jason PR c++/40740
2009-07-14 jason * builtins.c (can_trust_pointer_alignment): New fn.
2009-07-14 dodji2009-07-14 Dodji Seketeli <dodji@redhat.com>
2009-07-13 pinskia2009-07-13 Andrew Pinski <andrew_pinski@playstation...
2009-07-12 jason PR c++/36628
2009-07-12 jason * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalu...
2009-07-12 jason PR c++/40689
2009-07-10 jakub PR c++/40502
2009-07-09 simartingcc/cp/
2009-07-09 dodji2009-07-09 Dodji Seketeli <dodji@redhat.com>
2009-07-07 manu2009-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-07-07 jason PR c++/35828
2009-07-07 manu2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-07-07 jason PR c++/37816
2009-07-07 manu2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-07-06 manu2009-07-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-07-06 simartingcc/cp/
2009-07-05 jason * pt.c (retrieve_specialization): Don't get confused...
2009-07-04 jason * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking...
2009-07-04 jason PR c++/40619
2009-07-04 jason * cp-tree.h (struct lang_decl): Overhaul.
2009-07-02 mmitchel2009-07-02 Mark Mitchell <mark@codesourcery.com>
2009-07-02 jason Use hash tables for template specialization lookup.
2009-07-02 jason * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT...
2009-07-02 jason * pt.c (register_specialization): Use duplicate_decls...
2009-07-01 ian * g++spec.c (lang_specific_driver): Bump num_args...
2009-06-30 jason PR c++/40595
2009-06-29 jason PR c++/40274
next