tree.c (cp_free_lang_data): Free DECL_NAMESPACE_USERS and clear DECL_CHAIN of NAMESPA...
[gcc.git] / gcc / cp / init.c
2010-09-27 Jason MerrillRequire lvalues as specified by the standard.
2010-08-19 Jason Merrillre PR c++/45315 (ICE: tree check: expected aggr_init_ex...
2010-08-06 Jason Merrilltypeck.c (complete_type_or_maybe_complain): Split out...
2010-07-27 Jason Merrillpt.c (tsubst_expr): Handle getting an AGGR_INIT_EXPR...
2010-07-19 Paolo Carlinire PR c++/44969 ([C++0x] <type_traits> std::is_construc...
2010-07-16 Nathan Froydinit.c (build_new_1): Use cp_build_function_call_nary...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-14 Jason Merrillinit.c (sort_mem_initializers): Rename "field_type...
2010-07-14 Jason MerrillImplement C++0x unrestricted unions (N2544)
2010-07-06 Jason Merrillre PR c++/44778 (? Behaviour change with pointers to...
2010-07-06 Shujing Zhaocp-tree.h (impl_conv_void): New type.
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-28 Steven Bosschersystem.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-11 Shujing Zhaocp-tree.h (expr_list_kind): New type.
2010-06-07 Jason Merrillcp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
2010-06-02 Jason MerrillDR 990
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-24 Jason Merrillre PR c++/41510 ([C++0x] std::complex vs. initializatio...
2010-05-19 Jason Merrillcall.c (reference_binding): Use cp_build_qualified_type...
2010-05-07 Fabien Chênere PR c++/43951 (Revision 158918 miscompiled 483.xalanc...
2010-05-06 Jakub JelinekC++ support for -Wunused-but-set-variable
2010-05-01 H.J. LuRevert the accidental checkin in revision 158918.
2010-04-30 Fabien Chênere PR c++/43890 (invalid uninitialized reference in...
2010-04-28 Jason Merrill* init.c (perform_member_init): Check CLASS_TYPE_P.
2010-04-28 Fabien Chênere PR c++/29043 (Constructor for POD type with const...
2010-04-21 Jason Merrillre PR c++/9335 (repeated diagnostic when maximum templa...
2010-04-12 Fabien Chênere PR c++/25811 (No failure creating a POD containing...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-02 Jakub Jelinekg++spec.c (lang_specific_driver): Remove unused saw_ver...
2009-11-12 Jason Merrilltypeck.c (cv_qualified_p): New fn.
2009-08-24 Jason Merrillre PR c++/41109 (Argument flagged as unused despite...
2009-08-16 Jason MerrillMake TREE_USED match the [basic.def.odr] concept for...
2009-08-06 Jason Merrillre PR c++/40948 (ICE in lower_stmt, at gimple-low.c...
2009-08-04 Jason Merrillre PR c++/40948 (ICE in lower_stmt, at gimple-low.c...
2009-07-17 Richard Guentherinit.c (build_vec_delete_1): Do not set DECL_REGISTER...
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-16 Jason Merrillre PR libstdc++/37907 ([c++0x] support for std::is_stan...
2009-07-12 Jason Merrillre PR c++/40689 ([C++0x]: error with initializer list...
2009-07-07 Manuel López-Ibáñezre PR c++/31246 (-Wunreachable-code warnings for compil...
2009-07-07 Manuel López-Ibáñezcgraphunit.c: Replace %J by an explicit location.
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-25 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-22 Richard Guentherre PR tree-optimization/38964 (TBAA side-effects of...
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-04-20 Le-Chun Wure PR c++/39803 (Bogus 'unused value' warning on declar...
2009-04-15 Rafael Avila de... class.c (build_vtbl_ref_1): Remove call to assemble_ext...
2009-03-07 Jason Merrillre PR c++/39367 (ICE at tree-inline.c:1042 with -O)
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-11 Jason Merrillre PR c++/30111 (Value-initialization of POD base class...
2009-02-09 Jason Merrillre PR c++/39109 (Accessible constructor required for...
2009-01-16 Jason Merrillre PR c++/38877 (Revision 143404 caused ICE on 447...
2008-12-18 Jakub Jelinekre PR c++/38427 (crash for reference init code)
2008-12-17 Jason Merrillsemantics.c (describable_type): New function.
2008-12-03 Jason Merrillre PR c++/38232 ("value-initialization of reference...
2008-11-28 Jason Merrillre PR c++/38233 ('map' value type + new uninitted const...
2008-11-17 Jakub Jelinekre PR c++/36089 (Funny rejects valid with constant...
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-08-30 Jason MerrillImplement C++0x 'auto' semantics.
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-07-31 Jason Merrillre PR middle-end/36633 (warning "array subscript is...
2008-07-31 Jason Merrillre PR c++/11309 (Testsuite failures in g++.dg/expr...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-03-27 Douglas Gregorre PR bootstrap/35704 (Bootstrap failure on i686-apple...
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-14 Manuel López-Ibáñezre PR c++/5645 (gcc warns that pure virtual class not...
2008-02-12 Jakub Jelinekre PR c++/34862 (operator new placement variant with...
2008-02-04 Jason Merrillre PR c++/33916 (Default constructor fails to initializ...
2008-01-22 Tom Tromeyre PR c++/34829 (placement new with primitive Java...
2007-11-23 Jakub Jelinekre PR c++/30293 (ICE with extern "Java" in store_init_v...
2007-09-20 Jason Merrillre PR c++/7586 (Incorrect handling of attributes in...
2007-09-20 Paolo Carlinire PR c++/33459 (ICE on reference member in union)
2007-09-16 Paolo Carlinire PR c++/33124 (C++ frontend should not warn about...
2007-09-09 David Daneyre PR c++/33324 (ICE on new array of objects with virtu...
2007-09-06 Jason Merrillre PR c++/15097 (code generator problem with ::delete...
2007-08-31 Douglas Gregorre PR c++/32597 (New operation with empty parameter...
2007-08-21 Jakub Jelinekinit.c (build_new_1): Use get_target_expr instead of...
2007-08-20 Richard Guentherre PR c++/22369 (C++ produces mis-matched types with...
2007-08-20 Jakub Jelinekre PR c++/33025 (Wrong calling of placement new with...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-06 Richard Guentherc-common.c (boolean_increment): Use correctly typed...
2007-07-06 Mark Mitchellre PR c++/32245 (wrong POD type initialization with...
2007-07-04 Mark Mitchell* init.c (build_new): Tweak comment.
2007-07-04 Dave Brolleyre PR c++/31743 (ICE with invalid use of new)
2007-06-29 Doug Gregorre PR c++/31724 (More "same canonical type node" fun)
2007-06-16 Andrew Pinski[multiple changes]
2007-06-12 Ian Lance Taylorre PR libstdc++/29286 (placement new does not change...
2007-04-26 Mark Mitchellre PR target/31388 (ICE building libiberty multilib...
2007-02-28 Sandra Loosemorebuiltins.c (fold_builtin_call_list, [...]): Delete...
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
next