aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2021-10-10Daily bump.GCC Administrator1-0/+8
2021-10-09openmp: Add support for OpenMP 5.1 structured-block-sequencesJakub Jelinek1-9/+45
2021-10-09Daily bump.GCC Administrator1-0/+13
2021-10-08Come up with OPTION_SET_P macro.Martin Liska2-4/+6
2021-10-08openmp: Fix up declare target handling for vars with DECL_LOCAL_DECL_ALIAS [P...Jakub Jelinek1-59/+73
2021-10-08Daily bump.GCC Administrator1-0/+18
2021-10-07c++: NTTP with array/function type after substitution [PR61355]Patrick Palka1-0/+4
2021-10-07c++: variadic ttp constraint subsumption [PR99904]Patrick Palka1-0/+2
2021-10-07c++: Do not warn about lifetime of std::initializer_list<T>& [PR102482]Jonathan Wakely1-2/+9
2021-10-07Daily bump.GCC Administrator1-0/+49
2021-10-06c++: Implement C++23 P2242R3 - Non-literal variables (and labels and gotos) i...Jakub Jelinek3-17/+52
2021-10-05c++: defaulted <=> with bitfields [PR102490]Jakub Jelinek4-89/+167
2021-10-06Daily bump.GCC Administrator1-0/+19
2021-10-05c++: Fix apply_identity_attributes [PR102548]Jakub Jelinek1-2/+2
2021-10-05c++: unifying equal NONTYPE_ARGUMENT_PACKs [PR102547]Patrick Palka1-0/+10
2021-10-05c++: templated static local var has value-dep addr [PR98930]Patrick Palka1-0/+7
2021-10-05Daily bump.GCC Administrator1-0/+5
2021-10-04c-family: Implement -Warray-compare [PR97573]Marek Polacek1-0/+13
2021-10-04Daily bump.GCC Administrator1-0/+33
2021-10-03coroutines: Fail with a sorry when presented with a VLA [PR 101765].Iain Sandoe1-0/+10
2021-10-03coroutines: Await expressions are not allowed in handlers [PR 99710].Iain Sandoe1-1/+16
2021-10-03coroutines: Fix ICE with an invalid await_suspend type [PR100673].John Eivind Helset1-1/+2
2021-10-03coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS set [PR 101133].Iain Sandoe1-12/+12
2021-10-03coroutines: Look through NOPs for awaiter variables [PR 99575].Iain Sandoe1-0/+1
2021-10-02Daily bump.GCC Administrator1-0/+31
2021-10-01Enhance -Waddress to detect more suspicious expressions [PR102103].Martin Sebor1-12/+82
2021-10-01c++: cv-qualified ref introduced by typedef [PR101783]qingzhe huang1-1/+8
2021-10-01ubsan: Move INT_MIN / -1 instrumentation from -fsanitize=integer-divide-by-ze...Jakub Jelinek1-2/+6
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek1-1/+5
2021-10-01c++: Fix handling of __thread/thread_local extern vars declared at function s...Jakub Jelinek1-1/+6
2021-10-01Daily bump.GCC Administrator1-0/+16
2021-09-30c++: __is_trivially_xible and multi-arg aggr paren init [PR102535]Patrick Palka1-1/+3
2021-09-30c++: argument order in a variadic type trait intrinsicPatrick Palka1-0/+1
2021-09-30c++: defaulted comparisons and vptr fields [PR95567]Patrick Palka1-0/+4
2021-09-29Daily bump.GCC Administrator1-0/+14
2021-09-28c++: ttp matching with constrained auto parm [PR99909]Patrick Palka1-2/+2
2021-09-28coroutines: Only set parm copy guard vars if we have exceptions [PR 102454].Iain Sandoe1-11/+14
2021-09-28Daily bump.GCC Administrator1-0/+8
2021-09-27c++: deduction guides and ttp rewriting [PR102479]Patrick Palka1-3/+17
2021-09-24Daily bump.GCC Administrator1-0/+26
2021-09-23c++: adjust the handling of RID_ATTRIBUTE.Michel Morin1-14/+11
2021-09-23c++: add spellcheck suggestions for typedef etc. [PR77565]Michel Morin1-0/+10
2021-09-23c++: improve tree dump for templated declsPatrick Palka1-7/+3
2021-09-23openmp: Diagnose omp::directive attribute without balanced token argument [PR...Jakub Jelinek1-1/+10
2021-09-23Daily bump.GCC Administrator1-0/+28
2021-09-22c++: concept-ids and value-dependence [PR102412]Patrick Palka2-14/+3
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek3-7/+114
2021-09-22c++: fix template instantiation comparison in redeclarationsBarrett Adair1-0/+21
2021-09-22Daily bump.GCC Administrator1-0/+5
2021-09-20C++: add type checking for static local vector variable in templatewangpc1-8/+8