aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2021-12-17coroutines: Pass lvalues to user-defined operator new [PR 100772].Iain Sandoe1-4/+4
2021-12-16c++: tweak commentJason Merrill1-2/+0
2021-12-16c++: layout of aggregate base with DMI [PR103681]Jason Merrill2-42/+112
2021-12-17Daily bump.GCC Administrator1-0/+108
2021-12-16c++: delayed noexcept in member function template [PR99980]Marek Polacek1-1/+6
2021-12-16Check for class type before assuming a type is one [PR103703].Martin Sebor1-1/+1
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka20-245/+257
2021-12-16Daily bump.GCC Administrator1-0/+18
2021-12-15c++: Allow constexpr decltype(auto) [PR102229]Marek Polacek2-32/+39
2021-12-15c++: Fix warning word splitting [PR103713]Martin Liska1-2/+3
2021-12-15openmp: Avoid calling operand_equal_p on OMP_CLAUSEs [PR103704]Jakub Jelinek1-0/+3
2021-12-15Daily bump.GCC Administrator1-0/+54
2021-12-14c++: processing_template_decl vs template depth [PR103408]Patrick Palka7-74/+55
2021-12-14c++: don't leak 'arglist' in build_new_opPatrick Palka1-4/+2
2021-12-14c++: remove COMPOUND_EXPR_OVERLOADED flagPatrick Palka3-13/+1
2021-12-13Daily bump.GCC Administrator1-0/+12
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely4-8/+8
2021-12-10Daily bump.GCC Administrator1-0/+19
2021-12-09c++: Handle auto(x) in parameter-declaration-clause [PR103401]Marek Polacek1-8/+30
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek2-3/+3
2021-12-09Daily bump.GCC Administrator1-0/+40
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang2-27/+171
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang4-82/+575
2021-12-08Daily bump.GCC Administrator1-0/+7
2021-12-07c++: Fix for decltype and bit-fields [PR95009]Marek Polacek1-3/+11
2021-12-05Daily bump.GCC Administrator1-0/+9
2021-12-04c++: Allow indeterminate unsigned char or std::byte in bit_cast - P1272R4Jakub Jelinek3-2/+142
2021-12-04Daily bump.GCC Administrator1-0/+18
2021-12-03c++: avoid redundant scope in diagnosticsJason Merrill1-1/+9
2021-12-03c++: Fix for decltype(auto) and parenthesized expr [PR103403]Marek Polacek3-20/+16
2021-12-03Daily bump.GCC Administrator1-0/+12
2021-12-02c++: Fix bogus error with __integer_pack [PR94490]Marek Polacek1-0/+1
2021-12-02c++: ICE with unnamed tparm and concept [PR103408]Marek Polacek1-1/+3
2021-12-02Daily bump.GCC Administrator1-0/+6
2021-12-01c++: constexpr, fold, weak redecl, fp/0 [PR103310]Jason Merrill1-1/+8
2021-12-01Daily bump.GCC Administrator1-0/+34
2021-11-30c++: don't fold away 'if' with constant conditionJason Merrill1-5/+2
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener2-5/+0
2021-11-30Consolidate OpenACC "gang reduction on an orphan loop" checkingThomas Schwinge1-8/+0
2021-11-30Make OpenACC orphan gang reductions errorsCesar Philippidis1-0/+8
2021-11-30c++: Small incremental tweak to source_location::current() foldingJakub Jelinek1-8/+7
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener2-6/+0
2021-11-30Daily bump.GCC Administrator1-0/+13
2021-11-29Make etags path used by build system configurableEric Gallager1-2/+2
2021-11-29c++: redundant explicit 'this' capture before C++20 [PR100493]Patrick Palka1-3/+5
2021-11-27Daily bump.GCC Administrator1-0/+26
2021-11-26c++: Fix up taking address of an immediate function diagnostics [PR102753]Jakub Jelinek5-37/+96
2021-11-26Daily bump.GCC Administrator1-0/+41
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 Jelinek8-97/+439