]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/typeck2.c
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / cp / typeck2.c
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-15  Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-10-31  Jason Merrillsemantics.c (cxx_eval_call_expression): Handle trivial...
2013-10-24  Marek Polacekre PR c++/58705 ([c++11] ICE with invalid initializer...
2013-10-23  Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-10-04  Paolo Carlinire PR c++/58560 ([c++11] ICE with auto in typedef)
2013-09-04  Paolo Carlinire PR c++/58305 (Deprecation warning for class not...
2013-06-27  Jason Merrilltypeck2.c (store_init_value): Diagnose a non-constant...
2013-06-23  Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-06-07  Jason Merrilldecl.c (grokdeclarator): Keep a decl with error type.
2013-05-09  Jason MerrillN3639 C++1y VLA support
2013-04-11  Paolo Carlinire PR c++/56913 ([C++11] SFINAE for ill-formed pointer...
2013-04-08  Jason Merrillre PR c++/56838 (GCC svn doesn't compile libreoffice...
2013-04-01  Bronek KozickiImplement N2439 (ref-qualifiers for 'this')
2013-03-29  Paolo Carlinicall.c (add_builtin_candidate): Use TYPE_PTR_P and...
2013-03-29  Gabriel Dos Reistree.h (VAR_P): New.
2013-03-28  Jason Merrillre PR c++/17232 ([DR 1640] classes and class template...
2013-03-27  Gabriel Dos Reiscall.c (build_new_method_call_1): Use INDIRECT_REF_P.
2013-03-27  Jason Merrillre PR c++/45282 (wrong decltype result for .*)
2013-03-22  Gabriel Dos Reiscp-tree.h (identifier_p): New.
2013-03-21  Jason Merrillre PR c++/54532 ([C++0x][constexpr] internal error...
2013-03-21  Jason Merrillre PR c++/17232 ([DR 1640] classes and class template...
2013-03-17  Jason Merrillre PR c++/17232 ([DR 1640] classes and class template...
2013-03-17  Jason Merrillcp-tree.h (abstract_class_use): New enum.
2013-03-17  Jason MerrillDR 337 PR c++/17232
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-13  Jakub Jelinekre PR c++/55652 (ICE (segfault) with templates and...
2012-12-06  Jakub Jelinekre PR c++/54207 ([C++0x] ICE in build_noexcept_spec...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-26  Jakub Jelinekre PR c++/55081 (Non-optimized static array elements...
2012-09-24  Lawrence CrowlFinish conversion of uses of double_int to the new...
2012-09-17  Jason Merrillre PR c++/53661 (Wrong narrowing conversion warning...
2012-09-05  Paolo Carlinire PR c++/54191 ([C++11] SFINAE does not handle convers...
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-06-06  Paolo Carlinire PR c++/53567 ("ICE: Error reporting routines re...
2012-06-04  Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-17  Paolo Carlinire PR c++/44516 (improve error message when no matching...
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-18  Paolo Carlinire PR c++/52422 ([C++11][SFINAE] Hard errors with void...
2012-03-28  Richard Guenthertypeck2.c (process_init_constructor_array): Use the...
2012-03-24  Jason MerrillImplement return type deduction for normal functions...
2012-03-04  Jason MerrillCore 1270
2012-03-02  Paolo Carlinire PR c++/51989 (std::deque::iterator recognised as...
2012-01-18  Paolo Carlinire PR c++/51225 ([c++0x] [4.7 Regression] ICE with...
2012-01-02  Paolo Carlinire PR c++/20140 (template function complains about...
2011-12-07  Jakub Jelinekre PR c++/51429 (ICE with invalid use of overloaded...
2011-12-05  Paolo Carlinire PR c++/51404 ([c++0x] [4.7 Regression] ICE with...
2011-11-04  Jason Merrillre PR c++/48370 (G++ fails to extend reference temporar...
2011-11-02  Jason Merrillre PR c++/50810 (c++0x-compat does not warn about narro...
2011-10-25  Jason Merrillre PR c++/50866 (ICE in verify_gimple_stmt, at tree...
2011-10-23  Paolo Carlinire PR c++/50841 (bootstrap failure: narrowing conversio...
2011-10-23  Paolo Carlinire PR c++/50810 (c++0x-compat does not warn about narro...
2011-10-21  Paolo Carlinire PR c++/31423 (Improve upon "invalid use of member...
2011-10-20  Jason Merrillre PR c++/41449 (Partial aggregate initialization not...
2011-10-09  Paolo Carlinire PR c++/34927 (Duplicate error message about abstract...
2011-09-24  Paolo Carlinire PR c++/44267 (SFINAE does not handle down static_cas...
2011-09-08  Paolo Carlinire PR c++/50324 ([C++0x] SFINAE does not handle the...
2011-08-23  Jason Merrilltypeck2.c (build_functional_cast): Don't try to avoid...
2011-08-23  Jason Merrilltree.c (build_target_expr): Set TREE_CONSTANT on litera...
2011-08-16  Jason Merrillre PR c++/50054 (Fails to recover from type error in...
2011-08-08  Jason Merrillre PR c++/50011 ([C++0x] warning: narrowing conversion...
2011-08-02  Jason Merrillre PR c++/49577 ([C++0x] narrowing conversion not rejected)
2011-07-23  Jason Merrillre PR c++/49793 ([C++0x] Narrowing conversion from...
2011-07-19  Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-13  Richard Sandifordtree.h (categorize_ctor_elements): Remove comment.
2011-06-29  Jason Merrilltree.c (build_vec_init_expr): Don't add TARGET_EXPR.
2011-06-24  Jason Merrillre PR c++/49418 (G++ discards cv-quals from template...
2011-06-21  Jason Merrillre PR c++/49216 ([C++0x] ICE on compiling new-expressio...
2011-06-15  Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-14  Jason Merrillre PR c++/49389 ([C++0x] Wrong value category for point...
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-01  Jason Merrillre PR c++/49253 (Debug-mode forward_list broken)
2011-05-27  Paolo Carlinire PR c++/42056 (ICE with invalid use of auto in template)
2011-05-20  Jason MerrillDR 1073 PR c++/49082
2011-05-10  Jason Merrillre PR c++/48930 ([C++0x] Invalid implicitly declared...
2011-05-09  Paolo Carlinire PR c++/48737 ([C++0x][SFINAE] Hard errors with array...
2011-04-28  Jason Merrillre PR libstdc++/48760 (std::complex constructor buggy...
2011-04-26  Jason Merrillre PR c++/48530 ([C++0x][SFINAE] Hard errors with delet...
2011-04-18  Jason Merrillre PR c++/48569 (internal compiler error: in build_zero...
2011-04-18  Jason Merrillre PR c++/48531 ([C++0x][SFINAE] Hard errors with array...
2011-04-11  Jason Merrillre PR c++/48535 ([C++0x][SFINAE] Hard errors during...
2011-04-07  Jason Merrillre PR c++/48450 ([C++0x][SFINAE] Hard errors with stati...
2011-04-07  Jason Merrillinit.c (build_value_init_noctor): Handle REFERENCE_TYPE...
2011-04-07  Jason Merrillre PR c++/48449 ([C++0x][SFINAE] Hard errors during...
2011-01-14  Jason Merrillre PR c++/46903 ([C++0x] ICE unexpected expression...
2010-12-10  Nathan Froydc-typeck.c (readonly_error): Delete.
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-02  Jason Merrillcall.c (null_ptr_cst_p): Use maybe_constant_value.
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-06  Jason Merrilltypeck.c (complete_type_or_maybe_complain): Split out...
2010-07-19  Paolo Carlinire PR c++/44969 ([C++0x] <type_traits> std::is_construc...
2010-07-15  Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-02  Jakub Jelinekre PR c++/44780 (Bogus set-but-not-used variable warning)
2010-06-30  Jason MerrillEnable implicitly declared move constructor/operator...
2010-06-30  Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2010-06-22  Jakub Jelinekre PR c++/44619 (Bogus set but not used warning when...
2010-06-17  Nathan Froydtree.h (vec_member): Declare.
2010-06-11  Shujing Zhaocp-tree.h (expr_list_kind): New type.
next