aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-08-05c++: cxx_eval_vec_init after zero-initialization [PR96282]Patrick Palka1-1/+17
2020-08-05Daily bump.GCC Administrator1-0/+24
2020-08-04c++: Template keyword following :: [PR96082]Marek Polacek1-1/+1
2020-08-04c++: fix template parm count leakNathan Sidwell1-25/+26
2020-08-04c++: Member initializer list diagnostic locations [PR94024]Patrick Palka3-1/+23
2020-08-04Daily bump.GCC Administrator1-0/+11
2020-08-03c++: Remove unused declaration.Marek Polacek1-1/+0
2020-08-03c++: Variable template and template parameter pack [PR96218]Marek Polacek1-2/+3
2020-08-01Daily bump.GCC Administrator1-0/+40
2020-07-31c++: Use error_at rather than warning_at for missing return in constexpr func...Jakub Jelinek1-38/+45
2020-07-31Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.Martin Sebor1-2/+8
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener1-0/+2
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka3-14/+27
2020-07-31Daily bump.GCC Administrator1-0/+28
2020-07-29c++: overload sets and placeholder return type [PR64194]Patrick Palka1-1/+10
2020-07-29c++: alias_ctad_tweaks and constrained dguide [PR95486]Patrick Palka1-1/+4
2020-07-29c++: abbreviated function template friend matching [PR96106]Patrick Palka1-0/+1
2020-07-29c++: constraints and explicit instantiation [PR96164]Patrick Palka2-12/+17
2020-07-30Daily bump.GCC Administrator1-0/+23
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill7-63/+144
2020-07-29c++: Avoid calling const copy ctor on implicit move. [PR91212]Jason Merrill1-3/+6
2020-07-29Daily bump.GCC Administrator1-0/+29
2020-07-28c++: Set more DECL_CONTEXTsNathan Sidwell3-8/+8
2020-07-28c++: better fixup_type_variantsNathan Sidwell1-6/+4
2020-07-28c++: tree dump indentationNathan Sidwell1-6/+24
2020-07-28c++: Fix up cp_lexer_safe_previous_token [PR96328]Jakub Jelinek1-33/+45
2020-07-28Daily bump.GCC Administrator1-0/+9
2020-07-27c++: Name as_base typeNathan Sidwell3-2/+10
2020-07-23Daily bump.GCC Administrator1-0/+42
2020-07-22c++: Don't add enums to class's decl_listNathan Sidwell1-5/+8
2020-07-22c++: structural_comptypes additionNathan Sidwell1-9/+15
2020-07-22c++: More cleanups for modern C++Nathan Sidwell3-58/+39
2020-07-22c++: Shrink lambda-exprNathan Sidwell1-2/+2
2020-07-22c++: mangling cleanupsNathan Sidwell1-49/+26
2020-07-22OpenMP: Fixes for omp critical + hintTobias Burnus2-7/+22
2020-07-22Daily bump.GCC Administrator1-0/+14
2020-07-21Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]Sunil K Pandey1-0/+7
2020-07-21c++: Fix scan forward over pragma [PR96257]Nathan Sidwell1-8/+9
2020-07-21Daily bump.GCC Administrator1-0/+20
2020-07-20c++: Pseudo-destructor ends object lifetime.Jason Merrill2-9/+15
2020-07-20c++: Allow subobject references in C++20.Jason Merrill2-4/+76
2020-07-20c++: Aggregate CTAD and string constants.Jason Merrill1-2/+7
2020-07-18Daily bump.GCC Administrator1-0/+6
2020-07-17c++: Diagnose cv-qualified decltype(auto) [PR79815]Marek Polacek2-4/+19
2020-07-17Daily bump.GCC Administrator1-0/+59
2020-07-16coroutines: Correct frame capture of compiler temps [PR95591+4].Iain Sandoe1-474/+654
2020-07-16c++: Get rid of convert_like* macros.Marek Polacek1-73/+86
2020-07-16coroutines: Spelling corrections in comments [NFC].Iain Sandoe1-11/+11
2020-07-16Daily bump.GCC Administrator1-0/+16
2020-07-15c++: refactor some parser codeNathan Sidwell1-34/+27