optimize.c (build_delete_destructor_body): New function.
[gcc.git] / gcc / cp / decl2.c
2009-09-09 Paolo Carlinire PR c++/28293 (ICE on invalid typedef)
2009-09-08 Jason Merrillcp-tree.h (enum overload_flags): Remove OP_FLAG.
2009-09-03 Diego Novillo[multiple changes]
2009-08-24 Jason Merrillcp-tree.h (DECL_DEFERRED_FN): Remove.
2009-08-24 Jason Merrill* decl2.c (mark_used): Streamline logic.
2009-08-24 Jason Merrillre PR c++/41109 (Argument flagged as unused despite...
2009-08-19 Jason Merrilltweak comment
2009-08-19 Jason Merrillre PR c++/41119 (Revision 150805 failed 447.dealII...
2009-08-16 Jason MerrillMake TREE_USED match the [basic.def.odr] concept for...
2009-08-16 Jason Merrill* decl2.c (finish_static_data_member_decl): Don't set...
2009-08-16 Jason Merrill* decl2.c (mark_used): It's ok to synthesize for defaul...
2009-08-10 Jason MerrillImplement DR 757...
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-14 Dodji Seketelire PR debug/40705 (ICE in gen_type_die_with_usage,...
2009-07-04 Jason Merrillre PR c++/40619 ([c++0x] ICE on repeated decltype expre...
2009-07-04 Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-15 Rafael Avila de... cgraphunit.c (cgraph_function_versioning,save_inline_fu...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-09 Jason Merrillre PR c++/40381 (Revision 142379 caused ICE with delete...
2009-05-25 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-22 Mark Mitchelltree.c (handle_dll_attribute): Mark dllexport'd inlines...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-18 Jason MerrillImplement explicit conversions ops as specified in...
2009-05-10 Jan Hubickacgraphbuild.c (record_reference): Use cgraph_mark_addre...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-02 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-26 Andrew Haleyre PR c++/39380 (All programs that link Java and C...
2009-03-17 Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-02-19 Jakub Jelinekre PR target/39175 (ICE while compiling qt-4.5.0-rc1)
2009-02-19 H.J. Lure PR c++/39188 (G++ doesn't handle static anonymous...
2009-02-12 Jason Merrillre PR c++/39153 (virtual default dtor not defined)
2009-01-22 Dodji SeketeliReverted commit 143546 related to PR c++/26693
2009-01-21 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2008-12-08 Steve Ellcey* decl2.c (mark_used): Remove assemble_external call.
2008-11-26 Jason Merrillre PR c++/28743 (ICE with invalid specialization)
2008-11-19 Jason Merrillre PR c++/36410 (ICE with transparent union)
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-15 Aldy Hernandezcrash16.C: Function name is the correct location for...
2008-09-03 Jakub Jelinekre PR c++/37189 (OpenMP task construct with implicit...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-03 Aldy Hernandezdiagnostic.c (error_at): New.
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-07-30 Dodji Seketelire PR c++/36767 (Segmentation fault with -fprofile...
2008-07-29 Jan Hubickaoptimize.c (maybe_clone_body): Remove DECL_INLINE.
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-25 Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-17 Julian Browndecl2.c (determine_visibility): Allow target to overrid...
2008-06-30 Jakub Jelinekre PR c++/36662 (vector vs template)
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-14 Simon Martinre PR c++/35320 (ICE with invalid friend declaration)
2008-04-24 Jakub Jelinekre PR c++/35758 (vector_size attribute lost in function...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-02-13 Jason MerrillPR c++/34962, c++/34937, c++/34939
2008-02-10 Jason Merrillre PR c++/34094 (Undefined static data member in anonym...
2008-02-05 Douglas Gregorre PR c++/35074 (ICE with attribute "aligned" for templ...
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2008-01-25 Jason Merrilldecl2.c (is_late_template_attribute): Don't defer attri...
2008-01-24 Jason Merrillre PR c++/34913 (ICE vector in template)
2007-12-11 Jakub Jelinekre PR c++/34238 ("static data member used, but not...
2007-12-09 Jakub Jelinekre PR c++/34178 (Compilation using -frepo fails)
2007-11-22 Jakub Jelinekre PR c++/34094 (Undefined static data member in anonym...
2007-11-05 H.J. Lure PR c++/33871 (typeinfo name referenced in ... define...
2007-11-02 Diego Novillolanghooks.h (struct lang_hooks_for_callgraph): Remove...
2007-10-30 Jakub Jelinekre PR c++/33616 ("lvalue required as unary '&' operand...
2007-10-26 Paolo Carlinire PR c++/31988 (new operator should not permit default...
2007-09-30 Jason Merrillre PR c++/33094 (ICE on valid C++ virtual template...
2007-09-27 Jason Merrilldecl2.c (is_late_template_attribute): Don't crash on...
2007-09-23 Jason Merrillre PR c++/19407 (vector keyword in typedef inside templ...
2007-09-18 Jason Merrillre PR c++/17743 (dependent expressions in attributes)
2007-09-14 Jason MerrillPR c++/17743, c++/19163
2007-09-07 Jason Merrill* decl2.c (get_guard): Copy visibility from the guarded...
2007-08-22 Jason Merrillre PR c++/29365 (Unnecessary anonymous namespace warnings)
2007-08-20 Richard Guenthertree.c (WALK_SUBTREE): Call walk_tree_1.
2007-08-14 Paolo Carlinire PR c++/27211 (Bogus error "template definition of...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-06-28 Geoffrey KeatingIndex: gcc/ChangeLog
2007-06-28 Geoffrey Keatingdecl2.c (start_objects): Mark constructor-runnning...
2007-06-23 Mark Mitchellextend.texi: Document that dllimport and dllexport...
2007-06-15 Mark Mitchellcp-tree.h (DECL_VAR_MARKED_P): Remove.
2007-06-14 Geoffrey Keatingdecl2.c (determine_visibility): Ensure that functions...
2007-06-14 Geoffrey Keatingre PR libgcj/31093 (Multicast PromiscuousTraffic)
2007-06-01 Mark Mitchelldecl.c (get_atexit_fn_ptr_type): New function.
2007-05-11 Jan Hubickasemantics.c (expand_or_defer_fn): Do not call c_record_...
2007-05-02 Seongbae Parkre PR c++/31663 (Segfault in constrain_class_visibility...
2007-04-23 Jan Hubickadecl2.c (finish_objects): Do not call target constructo...
2007-04-16 Seongbae Parkre PR c++/29365 (Unnecessary anonymous namespace warnings)
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-02-26 Mark Mitchellc-decl.c (static_ctors): Move to c-common.c.
2007-02-25 Mark Mitchellextend.texi: Document optional priority argument to...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-01-20 Jan Hubickadecl2.c (start_objects, [...]): Do not make the functio...
2006-12-28 Kazu Hirata* decl2.c: Fix a comment typo.
2006-12-11 Jan HubickaMove all varpool routines out of cgraph/cgraphunit...
next