aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-15re PR c++/70095 ([C++14] Link error on partially specialized variable template)Jason Merrill1-1/+1
2016-03-15re PR c++/70141 (template parameter not deducible in partial specialization o...Jason Merrill1-2/+3
2016-03-08P0036R0: Unary Folds and Empty Parameter PacksJason Merrill1-12/+0
2016-03-07Adjust fix for PR c++/66786Patrick Palka1-2/+3
2016-03-05Fix PR c++/66786 (ICE with nested lambdas in variable template)Patrick Palka1-4/+8
2016-03-03pt.c (tsubst_copy_and_build): Get LAMBDA_EXPR_RETURN_TYPE from the instantiat...Jason Merrill1-2/+3
2016-03-03re PR c++/67164 (ICE: tree check: expected class ‘expression’, have ‘ex...Jason Merrill1-1/+29
2016-03-01Fix PR c++/69961 (invalid ctor call with dependent args)Patrick Palka1-1/+9
2016-02-26re PR c++/69958 (sizeof... computes wrong size)Jason Merrill1-8/+35
2016-02-25re PR c++/69736 ("error: too few arguments to function" in c++14 but not c++11)Patrick Palka1-0/+4
2016-02-24PR c++/69323 - validJason Merrill1-3/+3
2016-02-19re PR c++/69743 (function overload with variadic arguments - template instant...Jason Merrill1-2/+2
2016-02-19Adjust fix PR c++/68948Patrick Palka1-9/+1
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-10/+3
2016-02-15re PR c++/69753 (bogus: expected primary-expression before ‘>’ token)Jason Merrill1-3/+10
2016-02-12Fix PR c++/69098 (bogus errors with static data member template)Patrick Palka1-10/+26
2016-02-11re PR c++/68726 (ice: tree check: expected tree_vec, have error_mark in comp_...Paolo Carlini1-0/+2
2016-02-10re PR c++/68926 (decltype and sfinae to check for template instance availabil...Jason Merrill1-6/+6
2016-02-05Fix PR c++/68948 (wrong code generation due to invalid constructor call)Patrick Palka1-1/+9
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor1-8/+3
2016-02-03Fix PR c++/69056 (argument pack deduction failure during overload resolution)Patrick Palka1-0/+22
2016-01-31re PR c++/69009 (ICE in instantiate_decl, at cp/pt.c:21511)Jason Merrill1-1/+31
2016-01-31Fix abi-tag17.C.Jason Merrill1-5/+1
2016-01-24Revert "Fix the remaining PR c++/24666 blockers"Patrick Palka1-26/+1
2016-01-21re PR c++/43407 (Specifying visibility attribute of C++0x enum class emits wa...Jason Merrill1-55/+110
2016-01-19re PR c++/59759 (internal compiler error: in unify, using std::enable_if on c...Jason Merrill1-6/+15
2016-01-19re PR c++/68965 (`-Wunused-parameter` is reported in variadic lambda or funct...Marek Polacek1-1/+6
2016-01-19Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)Patrick Palka1-1/+26
2016-01-16Fix PR c++/69091 (ICE with operator overload having 'auto' return type)Patrick Palka1-4/+4
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