summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/gcc-6-branch rev 249140.Yvan Roux2017-06-131-1/+1
* Merge branches/gcc-6-branch rev 247789.Yvan Roux2017-05-121-4/+12
* Merge branches/gcc-6-branch rev 246148.Yvan Roux2017-03-151-12/+33
* Merge branches/gcc-6-branch rev 244220.Yvan Roux2017-01-091-4/+8
* Merge branches/gcc-6-branch rev 243594.Yvan Roux2016-12-131-16/+14
* Merge branches/gcc-6-branch rev 239654.Yvan Roux2016-08-221-45/+350
* Merge branches/gcc-6-branch rev 237469.Yvan Roux2016-06-151-64/+62
* PR bootstrap/70704jakub2016-04-261-2/+3
* PR c++/66543 - -Wunused-but-set* false positivesjason2016-04-201-0/+2
* PR c++/70505jason2016-04-181-3/+4
* PR c++/70543jason2016-04-141-0/+1
* /cppaolo2016-04-131-2/+2
* PR c++/70634jason2016-04-131-17/+18
* * constexpr.c (potential_nondependent_constant_expression): New.jason2016-04-131-8/+4
* PR c++/70449jason2016-04-021-1/+2
* PR c++/70422jason2016-03-281-15/+11
* PR c++/64266jason2016-03-251-11/+15
* Fix PR c++/70332 (ICE due to aggregate initialization of NSDMI)ppalka2016-03-231-3/+6
* PR c++/69884mpolacek2016-03-231-1/+2
* Fix PR c++/70096 (wrong code for pointer-to-member-function copy)ppalka2016-03-221-0/+2
* PR c++/70095jason2016-03-151-1/+1
* PR c++/70141jason2016-03-151-2/+3
* P0036R0: Unary Folds and Empty Parameter Packsjason2016-03-081-12/+0
* Adjust fix for PR c++/66786ppalka2016-03-071-2/+3
* Fix PR c++/66786 (ICE with nested lambdas in variable template)ppalka2016-03-051-4/+8
* * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Getjason2016-03-041-2/+3
* PR c++/67164jason2016-03-041-1/+29
* Fix PR c++/69961 (invalid ctor call with dependent args)ppalka2016-03-011-1/+9
* PR c++/69958jason2016-02-261-8/+35
* Fix PR c++/69736ppalka2016-02-251-0/+4
* PR c++/69323 - validjason2016-02-241-3/+3
* PR c++/69743jason2016-02-201-2/+2
* Adjust fix PR c++/68948ppalka2016-02-191-9/+1
* PR c++/10200jason2016-02-171-10/+3
* PR c++/69753jason2016-02-151-3/+10
* Fix PR c++/69098 (bogus errors with static data member template)ppalka2016-02-121-10/+26
* /cppaolo2016-02-111-0/+2
* PR c++/68926jason2016-02-101-6/+6
* Fix PR c++/68948 (wrong code generation due to invalid constructor call)ppalka2016-02-051-1/+9
* PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arraymsebor2016-02-041-8/+3
* Fix PR c++/69056 (argument pack deduction failure during overload resolution)ppalka2016-02-031-0/+22
* PR c++/69009jason2016-01-311-1/+31
* Fix abi-tag17.C.jason2016-01-311-5/+1
* Revert "Fix the remaining PR c++/24666 blockers"ppalka2016-01-241-26/+1
* PR c++/43407jason2016-01-211-55/+110
* PR c++/59759jason2016-01-191-6/+15
* PR c++/68965mpolacek2016-01-191-1/+6
* Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)ppalka2016-01-191-1/+26
* Fix PR c++/69091 (ICE with operator overload having 'auto' return type)ppalka2016-01-161-4/+4
* PR c++/66808jakub2016-01-121-2/+7