aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Remove unused variables and procedures.Gaius Mulley3-29/+2
2023-02-06aarch64: Fix up bfmlal lane pattern [PR104921]Alex Coplan4-1/+28
2023-02-06libstdc++: Fix non-reserved name for template parameterJonathan Wakely1-6/+6
2023-02-06libstdc++: Fix testsuite warnings about new C++23 deprecationsJonathan Wakely6-0/+20
2023-02-06libstdc++: Implement P1413R3 'deprecate aligned_storage and aligned_union'Nathaniel Shead5-4/+77
2023-02-06libstdc++: Normalise _GLIBCXX20_DEPRECATED macroNathaniel Shead3-7/+7
2023-02-06libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović12-28/+77
2023-02-06libstdc++: Disable building additional archives for freestandingJonathan Wakely2-6/+18
2023-02-06ipa-sra: Fix a typo in a dump string.Martin Jambor1-2/+2
2023-02-06LoongArch: Generate bytepick.[wd] for suitable bit operation patternXi Ruoyao3-23/+77
2023-02-06testsuite: remove broken AArch64 testTamar Christina1-11/+0
2023-02-06ubsan: Fix up another spot that should have been BUILT_IN_UNREACHABLE_TRAPS [...Jakub Jelinek2-1/+16
2023-02-05c++: equivalence of non-dependent calls [PR107461]Patrick Palka6-6/+59
2023-02-06Daily bump.GCC Administrator4-1/+17
2023-02-05Fortran: prevent redundant integer division truncation warnings [PR108592]Harald Anlauf2-1/+9
2023-02-05doc: Remove note on PW32Gerald Pfeifer1-3/+0
2023-02-05Daily bump.GCC Administrator2-1/+19
2023-02-04libstdc++: Avoid use of naked int32_t in unseq_backend_simd.h, PR108672Hans-Peter Nilsson1-1/+1
2023-02-04libstdc++: Adjust link to pdftexGerald Pfeifer2-3/+3
2023-02-04libstdc++: Optimize basic_string move assignmentFrançois Dumont2-6/+57
2023-02-04Daily bump.GCC Administrator9-1/+417
2023-02-03range-op: Handle op?.undefined_p () in op[12]_range of comparisons [PR108647]Jakub Jelinek2-2/+53
2023-02-03fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek1-1/+5
2023-02-03irange: Compare nonzero bits in irange with widest_int [PR108639]Aldy Hernandez3-2/+32
2023-02-03range-ops: Handle undefined ranges in frange op[12]_range [PR108647]Aldy Hernandez1-0/+56
2023-02-03Reset SCEV before removing unreachable globals.Andrew MacLeod2-0/+29
2023-02-03c++: wrong error with constexpr array and value-init [PR108158]Marek Polacek2-4/+32
2023-02-03c++: Add fixed test [PR101071]Marek Polacek1-0/+95
2023-02-03libstdc++: Mark pieces of gnu-linux/os_support.h linux-specificSamuel Thibault1-9/+13
2023-02-03[modula-2] Bugfix to allow html doc build and simplify target dir creationGaius Mulley2-81/+102
2023-02-03libstdc++: Implement ranges::find_last{,_if,_if_not} from P1223R5Patrick Palka4-0/+400
2023-02-03libstdc++: Implement ranges::iota from P2440R1Patrick Palka2-0/+77
2023-02-03libstdc++: Implement ranges::contains/contains_subrange from P2302R4Patrick Palka3-0/+124
2023-02-03arm: [MVE] Add missing length=8 attributeChristophe Lyon1-5/+9
2023-02-03arm: Fix warning in libgcc/config/arm/pr-support.cChristophe Lyon1-0/+6
2023-02-03c++: unexpected ADDR_EXPR after overload set pruning [PR107461]Patrick Palka2-5/+36
2023-02-03c++: ICE on unviable/ambiguous constrained dtors [PR96745]Patrick Palka2-3/+37
2023-02-03c++: excessive satisfaction in check_methods [PR108579]Patrick Palka2-8/+22
2023-02-03ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree on types (108384)Martin Jambor3-19/+76
2023-02-03libgomp: Fix reverse offload issuesTobias Burnus2-4/+36
2023-02-03libgomp: enable reverse offload for AMDGCNTobias Burnus2-6/+10
2023-02-03RISC-V: Remove unnecessary register class.Monk Chiang2-14/+2
2023-02-03RISC-V: Fix constraint bug for binary operationJu-Zhe Zhong4-69/+75
2023-02-03RISC-V: Add vsll.vx C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-03RISC-V: Add vsra.vx C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-03RISC-V: Add vsrl.vx C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-03RISC-V: Add shift constraint testsJu-Zhe Zhong1-0/+133
2023-02-03RISC-V: Add vsll.vx C++ API testsJu-Zhe Zhong18-0/+5256
2023-02-03RISC-V: Add vsra.vx C API testsJu-Zhe Zhong18-0/+2880
2023-02-03RISC-V: Add vsrl.vx C API testsJu-Zhe Zhong18-0/+2880