aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12re PR c++/66808 (tree check fail in symbol_table::decl_assembler_name_hash)Jakub Jelinek1-2/+7
2016-01-05re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell1-3/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-2/+0
2015-12-22Fix read of uninitialized value in make_pack_expansion()Patrick Palka1-0/+2
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-0/+22
2015-12-16pt.c (comp_template_args): Remove.Paolo Carlini1-14/+5
2015-12-16re PR c++/68309 (ICE: Segmentation fault)Jason Merrill1-7/+2
2015-12-16re PR c++/63628 ([c++1y] cannot use decltype on captured arg-pack)Jason Merrill1-6/+9
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-4/+18
2015-12-14re PR c++/68309 (ICE: Segmentation fault)Jason Merrill1-2/+7
2015-12-07re PR c++/68170 (Declaring friend template class template in C++1z produces e...Jason Merrill1-0/+4
2015-12-06Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z.Jason Merrill1-3/+5
2015-12-06PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.Jason Merrill1-21/+6
2015-12-02re PR c++/68290 (g++.dg/concepts/auto1.C FAILs)Eric Botcazou1-6/+37
2015-12-02Some OpenACC host_data cleanupThomas Schwinge1-0/+2
2015-11-25PR c++/67876 - [6 Regression] ICE when compiling Firefox 38Martin Sebor1-0/+1
2015-11-25re PR c++/68434 ([concepts] function tsubst sets TYPE_CANONICAL before settin...Ryan Burn1-6/+6
2015-11-19re PR c++/68422 (compile-time cost of sizeof... is quadratic)Jason Merrill1-2/+15
2015-11-19re PR c++/68396 (function auto-deduced return types get incorrectly classifie...Ryan Burn1-0/+14
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-1/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+8
2015-11-12pt.c (check_explicit_specialization): Check the namespace after we choose a t...Jason Merrill1-8/+8
2015-11-11pt.c (instantiate_class_template_1): Set function_depth around instantiation ...Jason Merrill1-1/+6
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-6/+0
2015-11-06pt.c (push_inline_template_parms_recursive): Don't recreate the CONST_DECL.Jason Merrill1-15/+2
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-2/+49
2015-11-05gcc/Jakub Jelinek1-6/+70
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-30/+21
2015-11-03Handle auto parameter packs.Jason Merrill1-0/+13
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-12/+133
2015-10-31Streamline for_each_template_parm.Jason Merrill1-62/+44
2015-10-31Improve deduction failure diagnostics.Jason Merrill1-1/+13
2015-10-31pt.c (hash_tmpl_and_args): Use iterative_hash_object on template uid.Jason Merrill1-1/+1
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+3
2015-10-26DR 2179Jason Merrill1-8/+12
2015-10-22call.c (add_template_conv_candidate): Pass DEDUCE_CALL.Jason Merrill1-2/+12
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill1-0/+11
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-52/+267
2015-10-06re PR c++/67810 (Non-expression recognized as fold expression)Jason Merrill1-0/+12
2015-10-05re PR c++/53856 (Default argument allowed on member defined outside of class ...Paolo Carlini1-1/+8
2015-09-22c.opt (Wmultiple-inheritance, [...]): New C++ warnings.Nathan Sidwell1-0/+2
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-0/+218
2015-09-08re PR c++/67041 ([C++14] Variable template initialized by call to lambda does...Jason Merrill1-8/+11
2015-09-08re PR c++/67369 (ICE (in tsubst_decl, at cp/pt.c:11302) with -std=c++14)Paolo Carlini1-2/+3
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-0/+12
2015-08-22re PR c++/63693 (ICE in resolve_typename_type)Paolo Carlini1-1/+2
2015-08-18DR 1155Jason Merrill1-3/+5
2015-08-17re PR c++/67244 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill1-0/+2
2015-08-08re PR c++/67152 ([concepts] bogus "partial specialization of ‘foo<T>’ aft...Jason Merrill1-0/+2