aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.cc
AgeCommit message (Expand)AuthorFilesLines
2024-07-10c++: remove Concepts TS codeMarek Polacek1-167/+8
2024-07-03c++: CTAD and trait built-insJason Merrill1-0/+5
2024-06-25c++: ICE with generic lambda and pack expansion [PR115425]Marek Polacek1-0/+2
2024-06-25c++: alias CTAD and copy deduction guide [PR115198]Patrick Palka1-1/+5
2024-06-07c++: lambda in pack expansion [PR115378]Patrick Palka1-1/+1
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek1-9/+46
2024-06-04Add missing space after seen_error in gcc/cp/pt.ccSimon Martin1-2/+2
2024-06-04Fix PR c++/111106: missing ; causes internal compiler errorSimon Martin1-1/+2
2024-05-24c++/modules: Ensure all partial specialisations are tracked [PR114947]Nathaniel Shead1-0/+2
2024-05-21c++: folding non-dep enumerator from current inst [PR115139]Patrick Palka1-1/+1
2024-05-17c++: aggregate CTAD w/ paren init and bases [PR115114]Patrick Palka1-0/+7
2024-05-14c++: ICE in build_deduction_guide for invalid template [PR105760]Simon Martin1-0/+2
2024-05-13c++: nested aggregate/alias CTAD fixes [PR114974, PR114901, PR114903]Patrick Palka1-17/+22
2024-05-09c++: failure to suppress -Wsizeof-array-div in template [PR114983]Marek Polacek1-0/+1
2024-05-08c++: #pragma doesn't disable -Wunused-label [PR113582]Marek Polacek1-4/+5
2024-05-07c++: Implement C++26 P2893R3 - Variadic friends [PR114459]Jakub Jelinek1-0/+16
2024-05-07c++: DECL_DECOMPOSITION_P cleanupMarek Polacek1-8/+3
2024-05-02c++: remove lookup_template_class's entering_scope flagPatrick Palka1-127/+80
2024-04-30c++: Fix instantiation of imported temploid friends [PR114275]Nathaniel Shead1-1/+28
2024-04-12c++: templated substitution into lambda-expr, cont [PR114393]Patrick Palka1-2/+7
2024-04-12c++: templated substitution into lambda-expr [PR114393]Patrick Palka1-2/+20
2024-04-11c++: build_extra_args recapturing local specs [PR114303]Patrick Palka1-1/+30
2024-04-11c++: Fix ANNOTATE_EXPR instantiation [PR114409]Jakub Jelinek1-13/+17
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek1-2/+2
2024-04-04c++: alias CTAD and template template parm [PR114377]centurion1-1/+2
2024-03-25c++: ICE with noexcept and local specialization, again [PR114349]Marek Polacek1-9/+2
2024-03-08c-family, c++: Fix up handling of types which may have padding in __atomic_{c...Jakub Jelinek1-0/+8
2024-03-07c++/modules: member alias tmpl partial inst [PR103994]Patrick Palka1-50/+34
2024-03-07c++: ICE with variable template and [[deprecated]] [PR110031]Marek Polacek1-1/+1
2024-03-06c++: ICE with noexcept and local specialization [PR114114]Marek Polacek1-0/+6
2024-03-06c++: Fix template deduction for conversion operators with xobj parameters [PR...Nathaniel Shead1-1/+11
2024-03-01c++: auto(x) partial substitution [PR110025, PR114138]Patrick Palka1-2/+34
2024-02-13c++: variable partial spec redeclaration [PR113612]Jason Merrill1-3/+8
2024-02-10Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some moreJakub Jelinek1-6/+8
2024-02-09c++: make build_throw SFINAE-friendly [PR98388]Marek Polacek1-1/+1
2024-02-08c++: NTTP type CTAD w/ tmpl from current inst [PR113649]Patrick Palka1-2/+19
2024-02-07c++: class nttp ICEJason Merrill1-2/+3
2024-02-02c++: requires-exprs and partial constraint subst [PR110006]Patrick Palka1-1/+2
2024-02-02c++: op== defaulted outside class [PR110084]Jason Merrill1-0/+1
2024-02-01c++: variable template array of unknown bound [PR113638]Jason Merrill1-3/+10
2024-02-01c++: ttp TEMPLATE_DECL equivalence [PR112737]Patrick Palka1-0/+7
2024-01-30c++: unifying integer parm with type-dep arg [PR113644]Patrick Palka1-1/+2
2024-01-29c++: local class in generic lambda [PR113544]Jason Merrill1-9/+5
2024-01-26c++: Emit definitions of ODR-used static members imported from modules [PR112...Nathaniel Shead1-1/+1
2024-01-19c++: requires and using-decl [PR113498]Jason Merrill1-2/+28
2024-01-19c++: alias template argument conversion [PR112632]Jason Merrill1-15/+33
2024-01-17c++: address of class NTTP object as targ [PR113242]Patrick Palka1-1/+3
2024-01-15c++: access of class-scope partial specPatrick Palka1-2/+0
2024-01-15c++: explicit inst w/ similar constrained partial specs [PR104634]Patrick Palka1-0/+1
2024-01-09c++: P0847R7 (deducing this) - xobj lambdas. [PR102609]waffl3x1-5/+69