aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-24options: Add EnumBitSet property support [PR104158]Jakub Jelinek8-22/+81
2022-01-24fortran: Extend -fconvert= option for ppc64le r16_ieee and r16_ibmJakub Jelinek2-6/+15
2022-01-24options: Fix up -fsanitize-coverage= [PR104158]Jakub Jelinek10-11/+79
2022-01-24options: Add EnumSet and Set property support [PR104158]Jakub Jelinek7-19/+233
2022-01-24properly disable -fsplit-stack on non-glibc targets [PR104170]Jakub Jelinek8-44/+71
2022-01-24RISC-V: Fix testcase after bump isa spec versionKito Cheng1-1/+1
2022-01-24RISC-V: Do not emit zcisr and zifencei if i-ext is 2.0Kito Cheng1-2/+12
2022-01-24RISC-V: Change default ISA version into 20191213Jia-Wei Chen1-4/+4
2022-01-24Update the type of control.base after changedJiufu Guo2-2/+28
2022-01-24RISC-V: Update testcases info with new implement infoLiaoShihua3-3/+3
2022-01-23testsuite: Ignore pr104159 psabi warning.David Edelsohn1-1/+1
2022-01-23x86: Also check mode of memory broadcast in bcst_mem_operandH.J. Lu2-0/+72
2022-01-24Daily bump.GCC Administrator6-1/+95
2022-01-23libstdc++: Fix std::spanstream move assignment [PR104032]Jonathan Wakely2-4/+124
2022-01-23libstdc++: Use fast_float for long double if it uses binary64 formatJonathan Wakely1-6/+32
2022-01-23libstdc++: Restore support for unordered_map<const T, ...> [PR104174]Jonathan Wakely2-0/+15
2022-01-23libstdc++: Fix aliasing violation in std::shared_ptr [PR104019]Jonathan Wakely1-1/+1
2022-01-23c++: designated init of char array by string constant [PR55227]Will Wray2-18/+58
2022-01-23[aarch64/64821]: Simplify __builtin_aarch64_sqrt* into internal function .SQRT.Andrew Pinski3-0/+52
2022-01-23contrib: filter out one more Clang warning.Martin Liska1-1/+2
2022-01-22c++: array temporary at file scope [PR104182]Jason Merrill3-7/+41
2022-01-22c++: constexpr and -fno-elide-constructors [PR101072]Jason Merrill6-24/+45
2022-01-23Daily bump.GCC Administrator6-1/+51
2022-01-22ootstrap: Fix bootstrap with --disable-plugin [PR104176]Jakub Jelinek1-2/+4
2022-01-22testsuite: guard usage of _Float16 in analyzer test [PR104150]David Malcolm1-0/+2
2022-01-22analyzer: fix ICE on vector casts [PR104159]David Malcolm2-0/+29
2022-01-22Fortran: fix simplification of TRANSFER for zero-sized character array resultHarald Anlauf3-2/+47
2022-01-22toplevel: Remove accedentally checked in fileJakub Jelinek1-0/+0
2022-01-21Fix fold-vec-splat-floatdouble testsuite failure on power10Michael Meissner1-3/+2
2022-01-22Daily bump.GCC Administrator7-1/+410
2022-01-21Mark XXSPLTIW/XXSPLTIDP as prefixed -- PR 104136Michael Meissner4-48/+27
2022-01-21x86: Properly disable -fsplit-stack support on non-glibc targetsH.J. Lu3-13/+14
2022-01-21c-family: Fix up a -Wformat regression [PR104148]Jakub Jelinek4-12/+51
2022-01-21c++: explain failing static_assertJason Merrill2-13/+22
2022-01-21c++: class array new checking [PR104084]Jason Merrill2-1/+10
2022-01-21Disable -fsplit-stack support on non-glibc targetsSören Tempel3-7/+17
2022-01-21rs6000: Support vector float/double for vec_sldwBill Schmidt2-10/+28
2022-01-21rs6000: Fix bootstrapBill Seurer1-1/+1
2022-01-21PR middle-end/104140: bootstrap ICE on riscv.Roger Sayle5-5/+36
2022-01-21[PR103676] LRA: Calculate and exclude some start hard registers for reload ps...Vladimir N. Makarov9-70/+163
2022-01-21c++: ICE with noexcept and canonical types [PR101715]Marek Polacek3-6/+50
2022-01-21Strengthen a few OpenACC test casesThomas Schwinge15-57/+202
2022-01-21c++: [[no_unique_address]] and virtual base [PR104139]Jason Merrill2-2/+29
2022-01-21libstdc++: Fix typo in commentJonathan Wakely1-1/+1
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely29-94/+94
2022-01-21libstdc++: Fix condition for __cpp_lib_shared_ptr_arraysJonathan Wakely1-1/+1
2022-01-21Enable configure detection of ld.mold.Martin Liska2-0/+34
2022-01-21tree-optimization/100089 - BB vectorization of if-converted loop bodiesRichard Biener1-4/+3
2022-01-21libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>>Jonathan Wakely3-2/+8
2022-01-21sanitizer/99673 - bad -Wstringop-overread diagnostic with asanRichard Biener1-0/+27