aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-23Fortran: handle zero-sized arrays in ctors with typespec [PR108010]Harald Anlauf2-4/+74
2023-04-23Daily bump.GCC Administrator1-1/+1
2023-04-22Daily bump.GCC Administrator5-1/+82
2023-04-21c++: attribute on dtor in template [PR108795]Jason Merrill2-0/+15
2023-04-21libstdc++: Optimize std::try_facet and std::use_facet [PR103755]Jonathan Wakely2-0/+24
2023-04-21Fix handling of large arguments passed by value.John David Anglin2-9/+20
2023-04-21rs6000: correct vector sign extend builtins on Big EndianHaochen Gui6-89/+50
2023-04-21Daily bump.GCC Administrator4-1/+105
2023-04-20Revert "c++: signed __int128_t [PR108099]"Jason Merrill3-39/+4
2023-04-20libstdc++: Avoid bogus warning in std::vector::insert [PR107852]Jonathan Wakely1-26/+37
2023-04-20libstdc++: Fix outdated docs about demangling exception messagesJonathan Wakely2-22/+4
2023-04-20libstdc++: Define std::sub_match::swap member function (LWG 3204)Jonathan Wakely2-0/+48
2023-04-20libstdc++: Do not use facets cached in ios for ALT128 build [PR103387]Jonathan Wakely2-0/+20
2023-04-20libstdc++: Remove unconditional -pthread from test optionsJonathan Wakely1-1/+1
2023-04-20libstdc++: Fix assigning nullptr to std::atomic<shared_ptr<T>> (LWG 3893)Jonathan Wakely2-0/+15
2023-04-20libstdc++: Apply small fix from LWG 3843 to std::expectedJonathan Wakely1-1/+2
2023-04-20libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585Jonathan Wakely2-1/+19
2023-04-20testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560]Jakub Jelinek1-1/+1
2023-04-20Daily bump.GCC Administrator3-1/+11
2023-04-19c++: fix 'unsigned __int128_t' semantics [PR108099]Jason Merrill2-2/+28
2023-04-19Daily bump.GCC Administrator6-1/+337
2023-04-18c++: constexpr aggregate destruction [PR109357]Jason Merrill2-4/+30
2023-04-18c-family: -Wsequence-point and COMPONENT_REF [PR107163]Jason Merrill2-1/+43
2023-04-18c++: default template arg, partial ordering [PR105481]Jason Merrill2-4/+22
2023-04-18c++: constexpr PMF conversion [PR105996]Jason Merrill2-8/+18
2023-04-18c++: DMI in template with virtual base [PR106890]Jason Merrill2-0/+32
2023-04-18c++: constant, array, lambda, template [PR108975]Jason Merrill2-0/+17
2023-04-18c++: namespace-scoped friend in local class [PR69410]Jason Merrill3-5/+28
2023-04-18c++: __func__ and local class DMI [PR105809]Jason Merrill4-9/+40
2023-04-18c++: generic lambda, local class, __func__ [PR108242]Jason Merrill2-1/+22
2023-04-18c++: &enum::enumerator [PR101869]Jason Merrill2-1/+13
2023-04-18c++: co_await and move-only type [PR105406]Jason Merrill2-1/+71
2023-04-18c++: co_await and initializer_list [PR103871]Jason Merrill2-0/+23
2023-04-18c++: variable tmpl partial specialization [PR108468]Jason Merrill2-0/+14
2023-04-18c++: -Wreturn-type with if (true) throw [PR107310]Jason Merrill3-2/+24
2023-04-18c++: class NTTP and nested anon union [PR108566]Jason Merrill2-1/+45
2023-04-18c++: fix debug info for array temporary [PR107154]Jason Merrill2-0/+27
2023-04-18c++: signed __int128_t [PR108099]Jason Merrill2-3/+12
2023-04-18reassoc: Fix up another ICE with returns_twice call [PR109410]Jakub Jelinek2-0/+28
2023-04-18c++: Fix Solaris bootstraps across midnightJakub Jelinek1-6/+15
2023-04-18libiberty: Make strstr.c in libiberty ANSI compliantJakub Jelinek1-5/+10
2023-04-18c++: Fix up ICE in build_min_non_dep_op_overload [PR109319]Jakub Jelinek2-5/+61
2023-04-18sanopt: Return TODO_cleanup_cfg if any .{UB,HWA,A}SAN_* calls were lowered [P...Jakub Jelinek2-1/+20
2023-04-18i386: Require just 32-bit alignment for SLOT_FLOATxFDI_387 -m32 -mpreferred-s...Jakub Jelinek2-1/+22
2023-04-18predict: Don't emit -Wsuggest-attribute=cold warning for functions which alre...Jakub Jelinek2-1/+22
2023-04-18tree-vect-generic: Fix up expand_vector_condition [PR109176]Jakub Jelinek2-0/+21
2023-04-18c++: Drop TREE_READONLY on vars (possibly) initialized by tls wrapper [PR109164]Jakub Jelinek7-1/+115
2023-04-18Daily bump.GCC Administrator3-1/+225
2023-04-18PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1Philipp Tomsich2-0/+16
2023-04-17aarch64: disable LDP via tuning structure for -mcpu=ampere1Philipp Tomsich3-2/+22