aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12MAINTAINERS: Add myself to write after approval and DCOFeng Wang1-0/+1
2023-12-12Daily bump.GCC Administrator13-1/+596
2023-12-11testsuite: Disable -fstack-protector* for some strub testsJakub Jelinek4-4/+4
2023-12-11Fix regression causing ICE for structs with VLAs [PR 112488]Martin Uecker7-11/+65
2023-12-11Resolve ICE in 'gcc/fortran/trans-openmp.cc:gfc_omp_call_is_alloc'Thomas Schwinge1-1/+1
2023-12-11analyzer: fix uninitialized bitmap [PR112955]David Malcolm1-0/+1
2023-12-11Treat "p" in asms as addressing VOIDmodeRichard Sandiford3-8/+15
2023-12-11testsuite: update manglingJason Merrill3-0/+26
2023-12-11-finline-stringops: avoid too-wide smallest_int_mode_for_size [PR112784]Alexandre Oliva2-11/+21
2023-12-11-finline-stringops: check base blksize for memset [PR112778]Alexandre Oliva2-9/+58
2023-12-11-finline-stringops: don't assume ptr_mode ptr in memset [PR112804]Alexandre Oliva2-1/+8
2023-12-11multiflags: fix doc warningAlexandre Oliva1-1/+1
2023-12-11strub: disable on rl78Alexandre Oliva1-0/+5
2023-12-11strub: add note on attribute accessAlexandre Oliva1-1/+10
2023-12-11libgfortran: Replace mutex with rwlockLipeng Zhu10-58/+386
2023-12-11PR rtl-optimization/112380: Defend against CLOBBERs in combine.ccRoger Sayle2-3/+39
2023-12-11Testsuite: restrict test to nonpic targetsFrancois-Xavier Coudert1-0/+1
2023-12-11c++: add fixed testcase [PR63378]Patrick Palka1-0/+20
2023-12-11aarch64: Fix wrong code for bfloat when f16 is enabled [PR 111867]Andrew Pinski1-0/+4
2023-12-11MATCH: (convert)(zero_one !=/== 0/1) for outer type and zero_one type are the...Andrew Pinski9-63/+103
2023-12-11analyzer: Remove check of unsigned_char in maybe_undo_optimize_bit_field_comp...Andrew Pinski1-3/+0
2023-12-11expr: catch more `a*bool` while expanding [PR 112935]Andrew Pinski1-2/+3
2023-12-11[PATCH] wrong code on m68k with -mlong-jump-table-offsets and -malign-int (PR...Mikael Pettersson3-6/+6
2023-12-11aarch64: enable mixed-types for aarch64 simdclonesAndre Vieira37-116/+659
2023-12-11c++: alias CTAD and specializations tablePatrick Palka4-1/+29
2023-12-11RISC-V: testsuite: Fix strcmp-run.c test.Robin Dapp3-14/+15
2023-12-11OpenMP: Support acquires/release in 'omp require atomic_default_mem_order'Tobias Burnus16-32/+291
2023-12-11OpenMP: Minor '!$omp allocators' cleanupTobias Burnus2-2/+9
2023-12-11ada: Fix Ada bootstrap on FreeBSDRainer Orth1-1/+6
2023-12-11RTL-SSA: Fix ICE on record_use of RTL_SSA for RISC-V VSETVL PASSJuzhe-Zhong2-3/+29
2023-12-11RISC-V: Robostify shuffle index used by vrgather and fix regressionJuzhe-Zhong2-33/+49
2023-12-11Testsuite, asan, darwin: Adjust output patternFrancois-Xavier Coudert1-1/+1
2023-12-11aarch64: arm_neon.h - Fix -Wincompatible-pointer-types errorsVictor Do Nascimento1-13/+21
2023-12-11d: Merge upstream dmd, druntime 2bbf64907c, phobos b64bfbf91Iain Buclaw45-518/+579
2023-12-11RISC-V: Rename test[NFC]Juzhe-Zhong1-0/+2
2023-12-11RISC-V: Recognize stepped series in expand_vec_perm_const.Robin Dapp1-2/+64
2023-12-11Testsuite, i386: mark test as requiring dfpFrancois-Xavier Coudert1-0/+1
2023-12-11Simplify vector ((VCE (a cmp b ? -1 : 0)) < 0) ? c : d to just (VCE ((a cmp b...liuhongt3-0/+74
2023-12-11Testsuite, Darwin: actually skip testFrancois-Xavier Coudert1-1/+1
2023-12-11RISC-V: Support highest overlap for wv instructionsJuzhe-Zhong4-42/+360
2023-12-11RISC-V: Fix ICE in extract_single_sourceJuzhe-Zhong2-0/+41
2023-12-11extend.texi: Mark builtin arguments with @var{...}Jakub Jelinek1-147/+147
2023-12-11RISC-V: Remove poly selftest when --preference=fixed-vlmaxJuzhe-Zhong2-1/+25
2023-12-10[PATCH 3/5] [ifcvt] optimize x=c ? (y AND z) : y by RISC-V Zicond like insnsFei Gao2-21/+211
2023-12-11c++: Fix noexcept checking for trivial operations [PR96090]Nathaniel Shead5-14/+143
2023-12-11c++: Clear uninstantiated template friend when instantiating [PR104234]Nathaniel Shead2-0/+18
2023-12-11Support vpcmov for V4HF/V4BF/V2HF/V2BF under TARGET_XOP.liuhongt2-0/+49
2023-12-11rs6000: Guard fctid on PowerPC64 and PowerPC476Haochen Gui8-4/+35
2023-12-11rs6000: Enable lrint<mode>si2 on old archs with stfiwx enabledHaochen Gui2-1/+45
2023-12-11Daily bump.GCC Administrator7-1/+350