aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Update ChangeLog and version files for releasereleases/gcc-10.5.0releases/gcc-10Richard Biener1-0/+4
2023-07-01Daily bump.GCC Administrator1-0/+22
2023-06-30c++: bogus warning with value init of const pmf [PR92752]Patrick Palka1-1/+3
2023-06-30c++: Fix reference NTTP binding to noexcept fn [PR97420]Patrick Palka2-26/+15
2023-05-04Daily bump.GCC Administrator1-0/+120
2023-05-03c++: Drop TREE_READONLY on vars (possibly) initialized by tls wrapper [PR109164]Jakub Jelinek3-1/+14
2023-05-03c++: Treat unnamed bitfields as padding for __has_unique_object_representatio...Jakub Jelinek1-2/+2
2023-05-03c++: Don't clear TREE_READONLY for -fmerge-all-constants for non-aggregates [...Jakub Jelinek1-2/+4
2023-05-03c++, debug: Fix up locus of DW_TAG_imported_module [PR108716]Jakub Jelinek1-0/+2
2023-05-03c++: Handle structured bindings like anon unions in initializers [PR108474]Jakub Jelinek1-2/+6
2023-05-03c++: Avoid incorrect shortening of divisions [PR108365]Jakub Jelinek1-2/+10
2023-05-03c++, openmp: Handle some OMP_*/OACC_* constructs during constant expression e...Jakub Jelinek1-0/+44
2023-05-03c++: Fix up handling of references to anon union members in initializers [PR5...Jakub Jelinek1-10/+35
2023-05-03openmp: Don't try to destruct DECL_OMP_PRIVATIZED_MEMBER vars [PR108180]Jakub Jelinek1-0/+5
2023-05-03c++: Ensure !!var is not an lvalue [PR107065]Jakub Jelinek2-3/+10
2023-05-03c++: Fix up constexpr handling of char/signed char/short pre/post inc/decreme...Jakub Jelinek1-0/+12
2023-05-03c++: Implement P2327R1 - De-deprecating volatile compound operationsJakub Jelinek2-4/+8
2023-04-22Daily bump.GCC Administrator1-0/+23
2023-04-21c++: constexpr PMF conversion [PR105996]Jason Merrill1-8/+5
2023-04-21c++: constant, array, lambda, template [PR108975]Jason Merrill1-0/+3
2023-04-21c++: namespace-scoped friend in local class [PR69410]Jason Merrill2-5/+19
2023-04-21c++: &enum::enumerator [PR101869]Jason Merrill1-1/+2
2022-12-17Daily bump.GCC Administrator1-0/+15
2022-12-16c++: quadratic constexpr behavior for left-assoc logical exprs [PR102780]Patrick Palka1-5/+21
2022-11-18Daily bump.GCC Administrator1-0/+9
2022-11-17c++: constinit on pointer to function [PR104066]Marek Polacek1-1/+1
2022-06-28Update ChangeLog and version files for releasereleases/gcc-10.4.0Jakub Jelinek1-0/+4
2022-05-26Daily bump.GCC Administrator1-0/+15
2022-05-25c++: constexpr ref to array of array [PR102307]Jason Merrill1-5/+12
2022-05-25Revert "c++: pack init-capture of unresolved overload [PR102629]"Jason Merrill1-7/+1
2022-05-14Daily bump.GCC Administrator1-0/+39
2022-05-13c++: static memfn from non-dependent base [PR101078]Jason Merrill1-2/+13
2022-05-13c++: alignment of local typedef in template [PR65211]Jason Merrill1-0/+7
2022-05-13c++: template conversion op [PR101698]Jason Merrill1-1/+2
2022-05-13c++: NRV and ref-extended temps [PR101442]Jason Merrill3-3/+4
2022-05-13c++: extern template and static data member [PR99066]Jason Merrill1-1/+4
2022-05-13c++: mangling of lambdas in default args [PR91241]Jason Merrill1-9/+2
2022-05-13c++: argument pack with expansion [PR86355]Jason Merrill1-2/+5
2022-05-13Daily bump.GCC Administrator1-0/+90
2022-05-12Revert "c++: designator and anon struct [PR101767]"Jason Merrill1-5/+0
2022-05-12Revert "c++: friend with redundant qualification [PR41723]"Jason Merrill1-1/+1
2022-05-12c++: rodata and defaulted ctor [PR104142]Jason Merrill1-0/+4
2022-05-12c++: low -faligned-new [PR102071]Jason Merrill1-4/+11
2022-05-12c++: missing dtor with -fno-elide-constructors [PR100838]Jason Merrill1-2/+4
2022-05-12c++: lambda and the current instantiation [PR82980]Jason Merrill1-1/+19
2022-05-12c++: constexpr trivial -fno-elide-ctors [PR104646]Jason Merrill1-1/+1
2022-05-12c++: pack init-capture of unresolved overload [PR102629]Jason Merrill1-1/+7
2022-05-12c++: assignment to temporary [PR59950]Jason Merrill1-2/+5
2022-05-12c++: empty base constexpr -fno-elide-ctors [PR105245]Jason Merrill1-0/+6
2022-05-12c++: nested generic lambda in DMI [PR101717]Jason Merrill1-1/+7