aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-30re PR c++/43076 (ICE: SIGSEGV with invalid C++ code after giving diagnostics)Jason Merrill1-0/+3
2010-03-30re PR c++/43559 (Overloaded template functions became ambiguous)Jason Merrill1-5/+2
2010-03-26re PR c++/43327 (ICE in unifiy.c)Dodji Seketeli1-0/+22
2010-03-26Fix compilation.Dodji Seketeli1-1/+1
2010-03-25Fix candidate for PR c++/43206Dodji Seketeli1-0/+19
2010-03-22re PR c++/43281 ([c++0x] ICE with invalid auto)Jason Merrill1-0/+26
2010-03-04pt.c (process_partial_specialization): Use error_n instead of error.Marco Poletti1-7/+10
2010-03-01toplev.h (inform_n, error_n): Declare.Shujing Zhao1-4/+8
2010-02-28re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4...Mark Mitchell1-4/+2
2010-02-27re PR c++/42054 (ICE with invalid template parameter)Simon Martin1-10/+12
2010-02-24c.opt (-ftemplate-depth=): New.Manuel López-Ibáñez1-2/+2
2010-02-21re PR c++/42824 (c++ compilation complains about error: call of overloaded)Dodji Seketeli1-17/+73
2010-02-18re PR c++/26261 (Rejects template with const static data member used in retur...Jason Merrill1-8/+52