DR 1170 PR c++/51213
[gcc.git] / gcc / cp / cp-tree.h
2012-07-19 Paolo CarliniDR 1170 PR c++/51213
2012-07-16 Jason Merrillcp-tree.h (struct deferred_access_check): Add location.
2012-07-10 Jason MerrillDR 1402 PR c++/53733
2012-07-06 Jason Merrill* cp-tree.h (DECL_DECLARES_TYPE_P): Check DECL_TYPE_TEM...
2012-07-05 Jason Merrillcp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.
2012-07-05 Jason Merrillre PR c++/50852 (ICE: internal compiler error: in tsubs...
2012-07-03 Jason Merrillre PR c++/53619 ([C++11] wrong capture of "this" in...
2012-06-07 Fabien Chênere PR c++/51214 ([C++11] name lookup issue with c+...
2012-06-06 Paolo Carlinire PR c++/53567 ("ICE: Error reporting routines re...
2012-06-04 Sterling Augustinec-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
2012-06-02 Jason Merrillre PR c++/52973 (visibility attribute for class is...
2012-05-21 Paolo Carlinire PR c++/51184 (Abstract class in function return...
2012-05-17 Paolo Carlinire PR c++/44516 (improve error message when no matching...
2012-05-16 Dodji SeketeliPR preprocessor/7263 - Avoid pedantic warnings on syste...
2012-05-12 Paolo Carlinigeneric.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2012-05-06 Paolo Carlinire PR c++/53152 (In "no match for operatorXX" error...
2012-04-30 Dodji SeketeliFix va_arg type location
2012-04-24 Paolo Carlinire PR c++/52363 (Presence/absence of -pedantic compilat...
2012-04-21 Jan Hubickamethod.c (make_alias_for): Do not set TREE_SYMBOL_REFER...
2012-04-18 Paolo Carlinire PR c++/52422 ([C++11][SFINAE] Hard errors with void...
2012-04-06 Jason Merrillxvalue comment
2012-04-02 Paolo Carlinire PR c++/50043 ([C++0x] Implement core/1123)
2012-03-24 Jason MerrillImplement return type deduction for normal functions...
2012-03-19 Paolo Carlinire PR c++/14710 (Warning about useless casts)
2012-03-13 Dodji SeketeliPR c++/51641 - Lookup finds enclosing class member...
2012-03-02 Paolo Carlinire PR c++/51989 (std::deque::iterator recognised as...
2012-01-31 Jason Merrillre PR c++/52043 ([C++0x] ICE: SIGSEGV in tsubst_copy...
2012-01-30 Dodji SeketeliRevert "PR c++/51641 - Lookup finds enclosing class...
2012-01-30 Dodji SeketeliPR c++/51641 - Lookup finds enclosing class member...
2012-01-23 Jason Merrillre PR c++/51925 (ICE in tsubst with using and template...
2012-01-06 Jason Merrillre PR c++/6057 (expression mangling doesn't work for...
2011-12-21 Jason Merrillre PR c++/51611 ([c++0x] ICE with non-static data membe...
2011-12-19 Jason Merrillre PR c++/51553 (brace initialization and conversion...
2011-12-15 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2011-12-13 Fabien Chênere PR c++/14258 (typename in a using declaration not...
2011-12-12 Torvald RiegelSupport noexcept-specifications for transaction stateme...
2011-12-12 Torvald RiegelAdd condition to MUST_NOT_THROW_EXPR.
2011-12-09 Dodji SeketeliPR c++/51289 - ICE with alias template for bound templa...
2011-12-08 Jason Merrillre PR c++/51459 ('double free or corruption' involving...
2011-12-05 Ville VoutilainenImplement C++11 delegating constructors.
2011-11-21 Jason Merrillre PR c++/48322 ([C++0x] Plural variadic parameter...
2011-11-14 Fabien Chênere PR c++/6936 (member "using" binds wrong)
2011-11-09 Dodji SeketeliPR c++/51043 - ICE in LTO
2011-11-09 Paolo Carlinire PR c++/51047 ([C++0x] SFINAE does not handle errors...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-07 Dodji SeketeliPR c++/45114 - Support C++11 alias-declaration
2011-11-06 Paolo Carlinire PR c++/47695 ([C++0X] Calling a deleted function...
2011-11-04 Olivier Goffartre PR c++/50965 (C++11 Non static member initializer...
2011-11-04 Jason Merrillre PR c++/48370 (G++ fails to extend reference temporar...
2011-11-01 Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-10-27 Dodji SeketeliSmall comment cleanup
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-25 Jason Merrillre PR c++/50866 (ICE in verify_gimple_stmt, at tree...
2011-10-18 Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-10-18 Benjamin Kosnik[multiple changes]
2011-10-13 Jason Merrillre PR c++/50614 ([C++0x] ICE: tree check: expected...
2011-10-13 Jason Merrillre PR c++/50437 ([C++0x] [4.7 regression] ICE for trivi...
2011-10-13 Diego Novillocp-tree.h (struct language_function): Rename in_functio...
2011-10-11 Jason Merrillre PR c++/49855 (internal compiler error: in fold_conve...
2011-10-09 Paolo Carlinire PR c++/38980 (missing -Wformat warning on const...
2011-09-30 Jason Merrillcp-tree.h (TREE_NEGATED_INT): Remove.
2011-09-25 Jason Merrillexcept.c (expr_noexcept_p): Split out from finish_noexc...
2011-09-25 Jason MerrillImplement C++11 non-static data member initializers.
2011-09-24 Paolo Carlinire PR c++/44267 (SFINAE does not handle down static_cas...
2011-09-23 Jason MerrillCore 234 - allow const objects with no initializer...
2011-09-20 Jason Merrillcp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
2011-09-16 Jason Merrillre PR c++/50424 (G++ doesn't notice possible throw...
2011-09-12 Jason Merrillcall.c (initialize_reference): Add flags parm.
2011-09-12 Jason Merrillcp-tree.h (LOOKUP_NO_RVAL_BIND): New.
2011-09-06 Jason Merrillre PR c++/50296 (New C++ test failures)
2011-09-05 Jason Merrillclass.c (trivial_default_constructor_is_constexpr)...
2011-08-30 Jason Merrillre PR c++/50084 ([C++0x] ICE: decltype + remove_referen...
2011-08-28 Jason MerrillCore DR 342 PR c++/48582
2011-08-23 Jason MerrillCore 975
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-22 Ville VoutilainenWarn about the use of final/override in non-c++0x mode...
2011-07-17 Nathan Froydre PR c++/45329 (When printing a list of candidate...
2011-07-12 Diego Novilloname-lookup.h (cp_binding_level): Rename from cxx_scope.
2011-07-11 Jason Merrillre PR c++/44609 (Invalid template code causes infinite...
2011-07-01 Jason Merrillre PR c++/48593 (Wrong return type when applying addres...
2011-06-29 Jason MerrillDR 1207 PR c++/49003
2011-06-29 Jason Merrillre PR c++/49554 ([C++0x] lambda capture causes "cannot...
2011-06-29 Jason Merrillre PR c++/45923 (constexpr diagnostics, more more)
2011-06-27 Jakub Jelinekc-common.h (c_tree_chain_next): New static inline function.
2011-06-24 Jakub Jelinekre PR c++/46400 (g++ Segmentation Fault on heavily...
2011-06-20 Jason Merrillre PR c++/43321 ([c++0x] ICE on valid auto)
2011-06-17 Jason Merrillre PR c++/43912 ([C++0x] lambda debug info does not...
2011-06-17 Jason Merrillparser.c (cp_parser_lambda_expression): Clear LAMBDA_EX...
2011-06-17 Jason Merrillcp-tree.h (struct tree_lambda_expr): Change common...
2011-06-15 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-10 Paolo Carlinicp-tree.h (error_operand_p): Remove.
2011-06-10 David Kraussre PR c++/49118 (Endless operator-> chain causes infini...
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-08 Jakub Jelinekcp-tree.h (struct tinst_level): Add chain_next GTY...
2011-05-27 Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-27 Jason Merrillre PR c++/47956 ([C++0x] gcc accepts static data member...
2011-05-20 Jason Merrillre PR c++/24163 (dependent Base class scope examined...
2011-05-19 Jakub Jelinekre PR c++/48869 (OpenMP task construct fails to instant...
2011-05-18 Jason Merrillre PR c++/48948 ([C++0x] constexpr friend function...
2011-05-14 Ville VoutilainenImplement final on class.
next