aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-12c++: treat NON_DEPENDENT_EXPR as not potentially constant [PR104507]Patrick Palka2-1/+17
2022-04-12c++: constrained auto in lambda using outer tparms [PR103706]Patrick Palka4-10/+51
2022-04-12c++: var tmpl w/ dependent constrained auto type [PR103341]Patrick Palka3-1/+36
2022-04-12c++: deleted fn and noexcept inst [PR101532, PR104225]Patrick Palka3-0/+19
2022-04-12c++: requires-expr in pack expansion using pack [PR103105]Patrick Palka3-1/+42
2022-04-12c++: lambda in pack expansion using pack in constraint [PR103706]Patrick Palka2-2/+49
2022-04-12libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516]Jonathan Wakely2-0/+17
2022-04-12rs6000: Handle pcrel sibcalls to longcall functions [PR104894]Peter Bergner3-2/+53
2022-04-12libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely2-6/+52
2022-04-12libstdc++: Disable atomic wait for freestanding [PR105021]Jonathan Wakely1-1/+1
2022-04-12libstdc++: Guard mutex and condvar with gthreads macro [PR103638]Jonathan Wakely1-0/+4
2022-04-12libstdc++: Add missing noexcept to std::variant helperJonathan Wakely1-1/+1
2022-04-12libstdc++: Allow visiting inherited variants [PR 90943]Jonathan Wakely3-12/+79
2022-04-12c++: operator new lookup [PR98249]Jason Merrill2-1/+10
2022-04-12c++: -Wshadow=compatible-local type vs var [PR100608]Jason Merrill2-0/+14
2022-04-12c++: elaborated-type-spec in requires-expr [PR101677]Jason Merrill4-4/+21
2022-04-12c++: hash table ICE with variadic alias [PR105003]Jason Merrill3-24/+84
2022-04-12c++: repeated friend template [PR101894]Jason Merrill2-0/+12
2022-04-12c++: CTAD and member function references [PR103943]Jason Merrill2-6/+79
2022-04-12c++: nested generic lambda in DMI [PR101717]Jason Merrill2-1/+14
2022-04-12c++: conversion with trailing return type [PR101051]Jason Merrill2-2/+19
2022-04-12libstdc++: Avoid overflow in bounds checks [PR103955]Patrick Palka2-13/+64
2022-04-12libstdc++: Implement LWG 3595 changes to common_iteratorPatrick Palka1-4/+6
2022-04-12libstdc++: Implement LWG 3591-3592 changes to split_viewPatrick Palka1-5/+9
2022-04-12libstdc++: Implement LWG 3535 changes to ranges::join_viewPatrick Palka1-2/+4
2022-04-12libstdc++: Implement LWG 3481 change to ranges::viewable_rangePatrick Palka2-1/+17
2022-04-12libstdc++: Implement LWG 3580 change to ranges::iota_viewPatrick Palka1-2/+8
2022-04-12libstdc++: Implement LWG 3470 change to ranges::subrangePatrick Palka2-4/+28
2022-04-12libstdc++: Implement LWG 3523 changes to ranges::iota_viewPatrick Palka2-0/+42
2022-04-12tree-optimization/105235 - clean EH in execute_cse_conv_1Richard Biener2-6/+21
2022-04-12tree-optimization/105232 - handle overly large sizes in component_ref_sizeRichard Biener1-0/+2
2022-04-12tree-optimization/105226 - avoid splitting abnormal edgesRichard Biener2-1/+25
2022-04-12Daily bump.GCC Administrator3-1/+35
2022-04-11ppc: testsuite: require target effectively [PR104253]Alexandre Oliva1-1/+2
2022-04-11RISC-V: Support -misa-spec for arch-canonicalize and multilib-generator. [PR1...Kito Cheng3-17/+51
2022-04-11RISC-V: Allow multi-lib build with different code modelKito Cheng2-30/+73
2022-04-11Daily bump.GCC Administrator3-1/+62
2022-04-10Fortran: a RECURSIVE procedure cannot be an INTRINSICHarald Anlauf2-0/+15
2022-04-10fortran: Separate associate character lengths earlier [PR104570]Mikael Morin3-3/+45
2022-04-10fortran: Unshare associate var charlen [PR104228]Mikael Morin4-2/+39
2022-04-10Daily bump.GCC Administrator1-1/+1
2022-04-09Daily bump.GCC Administrator4-1/+37
2022-04-08c++: parameter pack inside static_assert [PR99893]Patrick Palka2-0/+14
2022-04-08tree-optimization/105198 - wrong code with predictive commoningRichard Biener2-5/+59
2022-04-08Daily bump.GCC Administrator7-1/+307
2022-04-07libstdc++: Avoid implicit narrowing from uint128_t [PR104859]Patrick Palka1-3/+3
2022-04-07c++: make -Wctad-maybe-unsupported respect complain [PR105143]Patrick Palka3-1/+27
2022-04-07c++: constrained template friend matching ICE [PR105064]Patrick Palka2-9/+16
2022-04-07c++: double non-dep folding from finish_compound_literal [PR104565]Patrick Palka2-7/+15
2022-04-07c++: dependence of member noexcept-spec [PR104079]Patrick Palka4-10/+59