aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-28libsanitizer: Check assembler support for symbol assignment [PR112563]Rainer Orth12-4/+59
2023-11-28Fixed problem with BTF defining smaller enums.Cupertino Miranda2-3/+31
2023-11-28This patch enables errors when external calls are created.Cupertino Miranda7-6/+27
2023-11-28testsuite: Fix gcc.dg/pr111409.c on Solaris/SPARC with asRainer Orth1-2/+2
2023-11-28bpf: Forces __buildin_memcmp not to generate a call upto 1024 bytes.Cupertino Miranda2-0/+21
2023-11-28libstdc++: Include <stdint.h> in <bits/atomic_wait.h>Jonathan Wakely1-0/+1
2023-11-28libstdc++: Fix typo in commentJonathan Wakely1-1/+1
2023-11-28bpf: Corrected condition in core_mark_as_access_index.Cupertino Miranda1-1/+1
2023-11-28bpf: Delayed the removal of the parser enum plugin handler.Cupertino Miranda1-2/+1
2023-11-28libiberty: Use x86 HW optimized sha1Jakub Jelinek5-0/+413
2023-11-28RISC-V: Disallow poly (1,1) VLA SLP interleave vectorizationJuzhe-Zhong3-0/+81
2023-11-28ada: Fix wrong size value output with -gnatR -gnatcEric Botcazou1-0/+1
2023-11-28ada: Add comment for assertionMarc Poulhiès1-1/+4
2023-11-28ada: Error compiling reduction expression with overloaded reducer subprogramSteve Baird1-43/+34
2023-11-28ada: Errors on instance of Multiway_Trees with discriminated typeGary Dismukes1-270/+4
2023-11-28ada: False alarms from -gnatw.t with generic functionsBob Duff1-17/+25
2023-11-28ada: Further cleanup in finalization machineryEric Botcazou4-74/+110
2023-11-28ada: Fix incorrect quoting in documentationEric Botcazou2-7/+5
2023-11-28ada: Fix premature finalization for nested return within extended oneEric Botcazou1-50/+98
2023-11-28ada: Add new predicate Is_Address_Compatible_TypeSebastian Poeplau2-0/+7
2023-11-28ada: Type error on container aggregate with loop_parameter_specificationGary Dismukes1-2/+8
2023-11-28ada: Fix internal error on declare expression in expression functionEric Botcazou2-2/+23
2023-11-28ada: Handle unchecked conversion in boundRichard Kenner1-1/+3
2023-11-28ada: Remove dependency on System.Val_Bool in System.Img_BoolYannick Moy4-37/+40
2023-11-28ada: Fix predicate failure that occurred in a test caseTucker Taft1-0/+1
2023-11-28testsuite: Fix up pr111754.c testJakub Jelinek1-3/+4
2023-11-28match.pd: Fix parity (X) ^ parity (Y) simplification [PR112719]Jakub Jelinek3-2/+51
2023-11-28match.pd: Fix popcount (X) + popcount (Y) simplification [PR112719]Jakub Jelinek2-2/+25
2023-11-28analyzer: install header files for use by plugins [PR109077]David Malcolm1-4/+6
2023-11-27libcpp: Fix unsigned promotion for unevaluated divide by zero [PR112701]Lewis Hyatt2-2/+21
2023-11-28RISC-V: Fix VSETVL PASS regressionJuzhe-Zhong3-9/+91
2023-11-27diagnostics: don't print annotation lines when there's no column infoDavid Malcolm1-1/+25
2023-11-27diagnostics: add diagnostic_context::get_location_textDavid Malcolm2-20/+17
2023-11-28Daily bump.GCC Administrator10-1/+538
2023-11-27aarch64: Improve cost of `a ? {-,}1 : b`Andrew Pinski2-0/+22
2023-11-27Fix time-profiler-3.c after r14-5628-g53ba8d669550d3Andrew Pinski1-1/+1
2023-11-27arm: libgcc: tweak warning from __sync_synchronizeRichard Earnshaw1-1/+1
2023-11-27PR111754: Rework encoding of result for VEC_PERM_EXPR with constant input vec...Prathamesh Kulkarni4-45/+112
2023-11-27aarch64: Disable branch-protection for pcs testsSzabolcs Nagy5-0/+5
2023-11-27aarch64: Add eh_return compile testsSzabolcs Nagy2-0/+37
2023-11-27aarch64: Do not force a stack frame for EH returnsSzabolcs Nagy1-2/+1
2023-11-27aarch64: Use br instead of ret for eh_returnSzabolcs Nagy11-89/+115
2023-11-27GCN: Remove 'last_arg' spec functionThomas Schwinge4-44/+1
2023-11-27GCN: Tag '-march=[...]', '-mtune=[...]' as 'Negative' of themselves [PR112669]Thomas Schwinge1-2/+2
2023-11-27hurd: Ad default-pie and static-pie supportSamuel Thibault2-6/+6
2023-11-27hurd: Add multilib paths for gnu-x86_64Samuel Thibault2-0/+41
2023-11-27aarch64: Remove redundant zeroing/merging in SVE intrinsics [PR106326]Richard Sandiford3-0/+427
2023-11-27aarch64: Move and generalise vect_all_sameRichard Sandiford3-15/+24
2023-11-27tree-optimization/112653 - PTA and returnRichard Biener10-83/+85
2023-11-27vect: Avoid duplicate_and_interleave for uniform vectors [PR112661]Richard Sandiford2-18/+40