aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-21[ARM] Add support for TLS register based stack protector canary accessArd Biesheuvel8-2/+184
2022-01-21aarch64: Adjust spellcheck tests for recent quotation-mark changesRichard Earnshaw4-4/+4
2022-01-21tree-optimization/104156 - fix unswitching compare-debug issueRichard Biener2-16/+66
2022-01-21tree-optimization/104152 - add missing check for SLP constant buildRichard Biener2-2/+51
2022-01-21warn-access: Fix up warning_at argumentsJakub Jelinek1-3/+2
2022-01-21Reset relations when crossing backedges.Aldy Hernandez7-9/+104
2022-01-21optabs: Don't create pseudos in prepare_cmp_insn when not allowed [PR102478]Jakub Jelinek2-2/+35
2022-01-20[committed] Fix expected output for various MIPS multiplication testsJeff Law4-14/+6
2022-01-20runtime: build panic32.go on amd64p32Ian Lance Taylor2-3/+3
2022-01-21Daily bump.GCC Administrator8-1/+286
2022-01-20analyzer: reject ((i + 1 > 0) && (i < 0)) for integers [PR94362]David Malcolm5-13/+281
2022-01-20analyzer: add regression test [PR103685]David Malcolm1-0/+33
2022-01-20Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore8-7/+43
2022-01-20c++: designator for base class member [PR101405]Jason Merrill2-4/+30
2022-01-20c++: Add test for fixed PR [PR102338]Marek Polacek1-0/+20
2022-01-20c++: add testcase for recently fixed PR [PR103631]Patrick Palka1-0/+26
2022-01-20middle-end/100786 - constant folding from incompatible aliasRichard Biener2-1/+12
2022-01-20 aarch64: allow ld1/stq in test output [PR102517]Richard Earnshaw1-2/+2
2022-01-20Only add equivalencies that are still valid.Andrew MacLeod2-12/+31
2022-01-20c++: CTAD inside alias template [PR91911, PR103672]Patrick Palka8-34/+191
2022-01-20c++: consistently diagnose bare CTAD placeholder in fn return typePatrick Palka2-4/+4
2022-01-20target/100784 - avoid ICE with folding __builtin_ia32_shufpdRichard Biener1-1/+1
2022-01-20MAINTAINERS: adjust requested email addressMartin Liska1-1/+1
2022-01-20libstdc++: Use Clang attribute instead of __constinitJonathan Wakely4-0/+16
2022-01-20libstdc++: Only add valid -L paths to testsuite linker optionsJonathan Wakely1-3/+9
2022-01-20arm: Add test for AES erratum mitigationRichard Earnshaw1-0/+28
2022-01-20arm: elide some cases where the AES erratum workaround is not required.Richard Earnshaw1-8/+47