aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09re PR c++/45588 (unused-but-set-variable false trigger building gold)Jakub Jelinek1-0/+1
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-1/+2
2010-09-06pt.c (fold_non_dependent_expr_sfinae): Split out from...Jason Merrill1-16/+29
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-13/+8
2010-08-09re PR c++/45236 ([C++0x] Can't access nested type of a partial class speciali...Jason Merrill1-5/+10
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-1/+2
2010-07-27pt.c (tsubst_expr): Handle getting an AGGR_INIT_EXPR from build_value_init.Jason Merrill1-8/+12
2010-07-20re PR c++/44641 (Generated constructors and destructors get wrong debug locat...Jeffrey Yasskin1-1/+2
2010-07-20re PR c++/44967 ([C++0x] decltype of method call dependent on pack expansion ...Jason Merrill1-16/+16
2010-07-20re PR c++/44967 ([C++0x] decltype of method call dependent on pack expansion ...Jason Merrill1-4/+13
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Jason Merrill1-22/+34
2010-07-16re PR c++/32505 (Partial specialization halfway accepted after instantiation)Jason Merrill1-3/+22
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-24/+24
2010-07-06re PR c++/44778 (? Behaviour change with pointers to members)Jason Merrill1-2/+7
2010-07-05pt.c (tsubst): Early declare code = TREE_CODE (t) and use it throughout.Paolo Carlini1-25/+20
2010-07-02re PR c++/44039 (ICE: Segmentation fault on error recovery)Paolo Carlini1-0/+2
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-4/+4
2010-06-29pt.c (dependent_scope_ref_p): Remove.Jason Merrill1-40/+21
2010-06-29re PR c++/44587 (ICE in instantiate_decl)Jason Merrill1-1/+47
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-16c.opt: Add -Wnoexcept.Jason Merrill1-1/+1
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-5/+5
2010-06-09call.c (build_call_n): Call XALLOCAVEC instead of alloca.Nathan Froyd1-6/+5
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-06-07revert: pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIA...Jason Merrill1-4/+3
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill1-5/+3
2010-06-07pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIATIONS ex...Jason Merrill1-3/+4
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-06-04pt.c (value_dependent_expression_p): Avoid using an uninitialized variable.Jason Merrill1-1/+6
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-1/+9
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill1-0/+13
2010-05-28c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher1-1/+1
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-26re PR c++/43382 ([C++0x] ICE with auto return type and variadic templates)Jason Merrill1-13/+17
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-7/+5
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-4/+4
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill1-3/+3
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-15/+7
2010-05-15re PR c++/44148 (C++ genericization/gimplification may clobber templare argum...Jakub Jelinek1-1/+1
2010-05-11re PR c++/34272 (ICE with invalid template specialization)Paolo Carlini1-3/+6
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+1
2010-05-04re PR c++/43028 ([C++0x] internal compiler error in maybe_adjust_types_for_de...Paolo Carlini1-0/+4
2010-05-04re PR c++/43953 (ICE: dependent_type_p, at cp/pt.c:17404)Dodji Seketeli1-3/+5
2010-04-13call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of CLASS_TYPE_P.Jason Merrill1-0/+6
2010-04-07PR c++/11094, DR 408Jason Merrill1-4/+20
2010-04-07re PR c++/38392 (Template friend function injection)Jason Merrill1-5/+12
2010-04-07pt.c (print_template_statistics): New.Jason Merrill1-0/+15
2010-04-07re PR c++/42697 (ice-on-legal-code: template class template function local ob...Dodji Seketeli1-1/+2
2010-04-06re PR c++/43621 (ICE: in poplevel_class, at cp/name-lookup.c:2615 with invali...Jason Merrill1-2/+4
2010-03-31re PR c++/43558 (Rejects specialization)Dodji Seketeli1-3/+3