aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-30596/+0
2022-01-05[c++] Adjust mark used member in instantiated class scopeNathan Sidwell1-5/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-20c++: memfn lookup consistency in incomplete-class ctxPatrick Palka1-2/+89
2021-12-17c++: Improve diagnostic for class tmpl/class redecl [PR103749]Marek Polacek1-0/+7
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-6/+21
2021-12-15c++: Allow constexpr decltype(auto) [PR102229]Marek Polacek1-13/+0
2021-12-14c++: processing_template_decl vs template depth [PR103408]Patrick Palka1-30/+13
2021-12-14c++: remove COMPOUND_EXPR_OVERLOADED flagPatrick Palka1-2/+1
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-0/+5
2021-12-03c++: Fix for decltype(auto) and parenthesized expr [PR103403]Marek Polacek1-5/+10
2021-12-02c++: Fix bogus error with __integer_pack [PR94490]Marek Polacek1-0/+1
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener1-3/+0
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener1-2/+0
2021-11-26c++: Fix up taking address of an immediate function diagnostics [PR102753]Jakub Jelinek1-1/+8
2021-11-25c++: Return early in apply_late_template_attributes if there are no late attr...Jakub Jelinek1-0/+3
2021-11-25c++: Implement C++23 P2128R6 - Multidimensional subscript operator [PR102611]Jakub Jelinek1-32/+69
2021-11-22c++: remember pointer-to-member locationJason Merrill1-0/+2
2021-11-19c++: Avoid adding implicit attributes during apply_late_template_attributes [...Jakub Jelinek1-0/+11
2021-11-19c++/103326 - fix ICE in tsubst with VECTOR_CSTRichard Biener1-0/+1
2021-11-18c++: implicit dummy object in requires clause [PR103198]Patrick Palka1-0/+5
2021-11-18c++: error recovery during C++20 template-id ADL failurePatrick Palka1-9/+11
2021-11-18c++: template-id ADL and partial instantiation [PR99911]Patrick Palka1-1/+3
2021-11-18c++: unqual lookup performed twice w/ template-id ADL [PR102670]Patrick Palka1-1/+10
2021-11-18c-family: Add __builtin_assoc_barrierMatthias Kretz1-1/+9
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-26/+33
2021-11-09c++: unexpanded pack in var tmpl partial spec [PR100652]Patrick Palka1-5/+12
2021-11-04c++: use range-for moreJason Merrill1-19/+11
2021-10-28c++: CTAD within template argument [PR102933]Patrick Palka1-11/+13
2021-10-15c++: array cv-quals and template specialization [PR101402]Jason Merrill1-16/+14
2021-10-07c++: NTTP with array/function type after substitution [PR61355]Patrick Palka1-0/+4
2021-10-07c++: variadic ttp constraint subsumption [PR99904]Patrick Palka1-0/+2
2021-10-05c++: defaulted <=> with bitfields [PR102490]Jakub Jelinek1-1/+1
2021-10-05c++: templated static local var has value-dep addr [PR98930]Patrick Palka1-0/+7
2021-09-28c++: ttp matching with constrained auto parm [PR99909]Patrick Palka1-2/+2
2021-09-27c++: deduction guides and ttp rewriting [PR102479]Patrick Palka1-3/+17
2021-09-22c++: concept-ids and value-dependence [PR102412]Patrick Palka1-13/+2
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek1-0/+10
2021-09-22c++: fix template instantiation comparison in redeclarationsBarrett Adair1-0/+21
2021-09-17c++: improve lookup of member-qualified namesJason Merrill1-0/+9
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek1-8/+45
2021-09-16c++: constrained variable template issues [PR98486]Patrick Palka1-1/+2
2021-09-13c++: parameter pack inside constexpr if [PR101764]Patrick Palka1-2/+33
2021-09-03c++: Avoid bogus -Wunused with recent changeJason Merrill1-7/+19
2021-08-31c++: Improve error recovery with constexpr [PR92193]Jason Merrill1-1/+2
2021-08-30c++: limit instantiation with ill-formed class [PR96286]Jason Merrill1-1/+13
2021-08-30c++: fold function template args sooner [PR101460]Jason Merrill1-0/+60
2021-08-18c++: aggregate CTAD and brace elision [PR101344]Patrick Palka1-6/+1
2021-08-18c++: ignore explicit dguides during NTTP CTAD [PR101883]Patrick Palka1-1/+2
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+1