aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-30ada: Fix wrong finalization for qualified aggregate of limited type in allocatorEric Botcazou1-0/+21
2023-11-30ada: Constant_Indexing used when context requires a variableSteve Baird1-3/+15
2023-11-30libiberty: Disable hwcaps for sha1.oRainer Orth5-1/+97
2023-11-30wide-int: Fix wide_int division/remainder [PR112733]Jakub Jelinek1-13/+22
2023-11-30c++: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349]Jakub Jelinek15-84/+1057
2023-11-30Support sdot_prodv*qi with emulation of sdot_prodv*hi.liuhongt2-12/+90
2023-11-30Use vec_extact_lo instead of subreg in reduc_<code>_scal_m.liuhongt1-21/+26
2023-11-30Revert "testsuite: analyzer: expect alignment warning with -fshort-enums"Alexandre Oliva2-2/+2
2023-11-30c++: mark short-enums as packedAlexandre Oliva1-0/+6
2023-11-29c++: remove LAMBDA_EXPR_MUTABLE_PJason Merrill7-15/+7
2023-11-30RISC-V: Fix 'E' extension version to testTsukasa OI1-1/+1
2023-11-30RISC-V: Support highpart overlap for floating-point widen instructionsJuzhe-Zhong10-37/+882
2023-11-30RISC-V: Rename vconstraint into group_overlapJuzhe-Zhong3-17/+20
2023-11-30RISC-V: Support highpart overlap for vext.vfJuzhe-Zhong5-10/+234
2023-11-30Daily bump.GCC Administrator9-1/+535
2023-11-30aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPUPhilipp Tomsich6-2/+225
2023-11-29c++: P2280R4, Using unknown refs in constant expr [PR106650]Marek Polacek10-11/+161
2023-11-29libbacktrace: call GetModuleFileNameA on WindowsIan Lance Taylor4-2/+66
2023-11-29c++: fix testcase [PR112765]Patrick Palka1-0/+1
2023-11-29c++: bogus -Wparentheses warning [PR112765]Patrick Palka3-5/+27
2023-11-29bpf: change ASM_COMMENT_START to '#'David Faust5-18/+18
2023-11-29rs6000: Fix up c-c++-common/builtin-classify-type-1.c failure [PR112725]Jakub Jelinek1-1/+2
2023-11-29Check operands before invoking fold_range.Andrew MacLeod2-1/+31
2023-11-29Add operand_check_p to range-ops.Andrew MacLeod3-7/+114
2023-11-29tree-sra: Avoid returns of references to SRA candidatesMartin Jambor3-9/+88
2023-11-29In 'libgomp.c/target-simd-clone-{1,2,3}.c', restrict 'scan-offload-ipa-dump's...Thomas Schwinge3-5/+5
2023-11-29testsuite: Add 'only_for_offload_target' wrapper for 'scan-offload-tree-dump'...Thomas Schwinge2-2/+56
2023-11-29testsuite, i386: Only check for cfi directives if supported [PR112729]Rainer Orth5-6/+18
2023-11-29Fix 'g++.dg/cpp26/static_assert1.C' for '-fno-exceptions' configurationsThomas Schwinge1-0/+2
2023-11-29Fix '23_containers/span/at.cc' for '-fno-exceptions' configurationsThomas Schwinge1-2/+2
2023-11-29Adjust 'g++.dg/ext/has-feature.C' for default-'-fno-exceptions', '-fno-rtti' ...Thomas Schwinge1-1/+5
2023-11-29middle-end/110237 - wrong MEM_ATTRs for partial loads/storesRichard Biener1-0/+8
2023-11-29fold-const: Fix up multiple_of_p [PR112733]Jakub Jelinek2-1/+17
2023-11-29testsuite, x86: Handle a broken assemblerIain Sandoe1-0/+1
2023-11-29testsuite: Adjust g++.dg/opt/devirt2.C on SPARCRainer Orth1-3/+1
2023-11-29RISC-V: Support highpart register overlap for vwcvtJuzhe-Zhong6-9/+280
2023-11-29testsuite: Handle double-quoted LTO section names [PR112728]Rainer Orth1-5/+5
2023-11-29RISC-V: Add explicit braces to eliminate warning.xuli1-4/+6
2023-11-29testsuite: move gcc.c-torture/compile/libcall-2.c to gcc.target/i386/libcall-1.cJose E. Marchesi1-4/+2
2023-11-29c++: Fix a compile time memory leak in finish_static_assertJakub Jelinek1-0/+1
2023-11-29fold-mem-offsets: Fix powerpc64le-linux profiledbootstrap [PR111601]Jakub Jelinek2-9/+105
2023-11-29LoongArch: Use LSX for scalar FP rounding with explicit rounding modeXi Ruoyao3-0/+94
2023-11-29LoongArch: Remove lrint_allow_inexactXi Ruoyao1-4/+1
2023-11-29LoongArch: Use standard pattern name and RTX code for LSX/LASX rotate shiftXi Ruoyao5-50/+81
2023-11-29LoongArch: Use standard pattern name and RTX code for LSX/LASX muh instructionsXi Ruoyao5-60/+68
2023-11-29LoongArch: Fix usage of LSX and LASX frint/ftint instructions [PR112578]Xi Ruoyao9-491/+475
2023-11-29Introduce hardbool attribute for CAlexandre Oliva22-3/+497
2023-11-29call maybe_return_this in build_cloneAlexandre Oliva4-5/+25
2023-11-29c++: for contracts, cdtors never return thisAlexandre Oliva1-1/+5
2023-11-29Introduce -finline-stringopsAlexandre Oliva11-35/+697