aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown9-44/+372
2024-01-08Daily bump.GCC Administrator1-0/+22
2024-01-07c++: Fix ICE when writing nontrivial variable initializersNathaniel Shead1-1/+2
2024-01-07c++: Export usings referring to global module fragment [PR109679]Nathaniel Shead1-2/+4
2024-01-07c++: Follow module grammar more closely [PR110808]Nathaniel Shead1-34/+66
2024-01-04Daily bump.GCC Administrator1-0/+11
2024-01-03c++: bad direct reference binding via conv fn [PR113064]Patrick Palka1-4/+18
2024-01-03openmp: Adjust position of OMP_CLAUSE_INDIRECT in OpenMP clausesKwok Cheung Yeung1-2/+2
2024-01-03Update copyright years.Jakub Jelinek62-62/+62
2024-01-03Rotate ChangeLog files.Jakub Jelinek2-4092/+4098
2023-12-23Daily bump.GCC Administrator1-0/+14
2023-12-21c++: computed goto from catch block [PR81438]Jason Merrill1-8/+34
2023-12-21c++: sizeof... mangling with alias template [PR95298]Jason Merrill2-3/+23
2023-12-22Daily bump.GCC Administrator1-0/+49
2023-12-21c++: fix -Wparentheses for bool-like class typesPatrick Palka3-10/+70
2023-12-21c++: [[deprecated]] on template redecl [PR84542]Patrick Palka1-1/+4
2023-12-21c++: visibility wrt template and ptrmem targs [PR70413]Patrick Palka1-4/+18
2023-12-21c++: Enable -Walloc-size and -Wcalloc-transposed-args warnings for C++Jakub Jelinek2-7/+41
2023-12-20c++: computed goto warning [PR37722]Jason Merrill3-25/+128
2023-12-21Daily bump.GCC Administrator1-0/+11
2023-12-20c++: throwing dtor and empty try [PR113088]Jason Merrill1-2/+6
2023-12-20c++: xvalue array subscript [PR103185]Jason Merrill1-3/+13
2023-12-20Daily bump.GCC Administrator1-0/+94
2023-12-19c++: local class memfn synth from uneval context [PR113063]Patrick Palka1-10/+2
2023-12-19c++: missing state restoration in maybe_pop_from_top_levelPatrick Palka2-7/+38
2023-12-20c++: Check null pointer deref when calling memfn in constexpr [PR102420]Nathaniel Shead1-0/+14
2023-12-19OpenMP: Use enumerators for names of trait-sets and traitsSandra Loosemore3-161/+91
2023-12-19OpenMP: Unify representation of name-list properties.Sandra Loosemore2-3/+6
2023-12-19OpenMP: Introduce accessor macros and constructors for context selectors.Sandra Loosemore2-45/+67
2023-12-19c++: partial ordering and dep alias tmpl specs [PR90679]Patrick Palka3-10/+36
2023-12-19c++: refine dependent_alias_template_spec_p [PR90679]Patrick Palka2-32/+79
2023-12-19Unify OpenACC/C and C++ behavior re duplicate OpenACC 'declare' directives fo...Thomas Schwinge1-12/+11
2023-12-17Daily bump.GCC Administrator1-0/+17
2023-12-17c++: Seed namespaces for bindings [PR106363]Nathaniel Shead1-3/+1
2023-12-16c++: Fix unchecked use of CLASSTYPE_AS_BASE [PR113031]Nathaniel Shead1-1/+2
2023-12-16Add support for target_version attributeAndrew Carlotti1-2/+2
2023-12-16Daily bump.GCC Administrator1-0/+14
2023-12-15c++: section attribute on templates [PR70435, PR88061]Patrick Palka1-0/+4
2023-12-15c++: abi_tag attribute on templates [PR109715]Patrick Palka1-0/+10
2023-12-15Daily bump.GCC Administrator1-0/+34
2023-12-14c++: fix parsing with auto(x) at block scope [PR112482]Marek Polacek2-4/+26
2023-12-14c++: fix ICE with sizeof in a template [PR112869]Marek Polacek1-1/+7
2023-12-14c++: Implement P2582R1, CTAD from inherited constructorsPatrick Palka2-29/+158
2023-12-14c++: Fix tinst_level::to_list [PR112968]Jakub Jelinek1-2/+4
2023-12-14Daily bump.GCC Administrator1-0/+121
2023-12-13c++: note other candidates when diagnosing deletednessPatrick Palka1-1/+18
2023-12-13c++: remember candidates that we ignoredPatrick Palka1-34/+112
2023-12-13c++: sort candidates according to viabilityPatrick Palka1-74/+103
2023-12-13c++: unifying constants vs their type [PR99186, PR104867]Patrick Palka1-0/+2
2023-12-13c++: unifying FUNCTION_DECLs [PR93740]Patrick Palka1-0/+1