aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15ada: Fix internal error on aggregate nested in container aggregateEric Botcazou1-7/+9
2023-09-15ada: Remove GNAT Pro details regarding moldKévin Le Gouguec1-22/+0
2023-09-15ada: Fix internal error on expression function with Refined_Post aspectEric Botcazou1-0/+3
2023-09-15ada: Clean up scope depth and related code (tech debt)Bob Duff13-84/+231
2023-09-15ada: Crash on creation of extra formals on type extensionJavier Miranda3-66/+24
2023-09-15RISC-V: Fix using wrong mode to get reduction insn vlmaxLehua Ding3-54/+60
2023-09-15fortran: Remove reference count update [PR108957]Mikael Morin2-3/+20
2023-09-15test: Block SLP check of slp-35.c for vect_strided5Juzhe-Zhong1-1/+1
2023-09-15test: Block SLP check of slp-34.c for vect_strided5Juzhe-Zhong1-1/+1
2023-09-15test: Block vect_strided5 for slp-34-big-array.c SLP checkJuzhe-Zhong1-1/+1
2023-09-15test: Block slp-16.c check for target support vect_strided6Juzhe-Zhong2-2/+2
2023-09-15test: Isolate slp-1.c check of target supports vect_strided5Juzhe-Zhong1-2/+2
2023-09-15test: Remove XPASS for RISCVJuzhe-Zhong1-3/+3
2023-09-15RISC-V: Refactor expand_reduction and cleanup enum reduction_typeLehua Ding4-63/+79
2023-09-15libstdc++: Fix constraints for std::variant default constructorJonathan Wakely2-12/+23
2023-09-15libstdc++: Remove non-void static assertions in variant's std::get [PR111172]Jonathan Wakely1-4/+0
2023-09-15libstdc++: Add operator bool to <charconv> result types (P2497R0)Jonathan Wakely6-148/+212
2023-09-15aarch64: Fix loose ldpstp check [PR111411]Richard Sandiford2-5/+60
2023-09-15LoongArch: Reimplement multilib build option handling.Yang Yujie12-123/+137
2023-09-15RISC-V: Support combine extend and reduce sum to widen reduce sumLehua Ding10-27/+321
2023-09-15Daily bump.GCC Administrator7-1/+1000
2023-09-14diagnostics: support multithreaded diagnostic pathsDavid Malcolm14-184/+734
2023-09-14analyzer: fix missing return in compatible_epath_pDavid Malcolm1-0/+8
2023-09-14analyzer: use unique_ptr for rejected_constraintDavid Malcolm7-45/+45
2023-09-14ggc, jit: forcibly clear GTY roots in jitDavid Malcolm5-1/+37
2023-09-14modula2: Add missing comments to M2CaseList.mod and add testcasesGaius Mulley10-32/+58
2023-09-14gcc: xtensa: use salt/saltu in xtensa_expand_sccMax Filippov4-1/+77
2023-09-14modula2: introduce case checking when switching on subrangesGaius Mulley15-78/+506
2023-09-14[RA]: Improve cost calculation of pseudos with equivalencesVladimir N. Makarov1-9/+2
2023-09-14RISC-V: Refactor vector reduction patternsLehua Ding6-152/+152
2023-09-14RISC-V: Cleanup redundant reduction patterns after refactor vector modeLehua Ding4-334/+101
2023-09-14aarch64: Restore SVE WHILE costingRichard Sandiford2-17/+32
2023-09-14MATCH: Support `(a != (CST+1)) & (a > CST)` optimizationsAndrew Pinski4-3/+111
2023-09-14Improve error message for if with an else part while in switchAndrew Pinski1-0/+2
2023-09-14RISC-V: Support VLS modes mask operationsJuzhe-Zhong13-55/+907
2023-09-14libstdc++: Add testcase for std::make_integer_sequence bug [PR111357]Jonathan Wakely1-0/+34
2023-09-14libstdc++: Support dg-additional-files in testsJonathan Wakely6-13/+20
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely4-19/+38
2023-09-14ada: Improve detection of deactivated code for warnings with -gnatwtYannick Moy2-9/+167
2023-09-14ada: Assertion failure on expansion of record with invariantJavier Miranda1-2/+10
2023-09-14ada: Assertion failure on calculation of Large_Max_Size_MutableJavier Miranda1-1/+3
2023-09-14ada: Assertion failure on for-of loop iterating on selected componentJavier Miranda1-2/+7
2023-09-14ada: Fix late finalization for function call in delta aggregateEric Botcazou1-2/+6
2023-09-14ada: Fix premature finalization in loop over limited iterable containerEric Botcazou1-40/+48
2023-09-14ada: Assertion failure adding extra formals to late overriding subp.Javier Miranda1-1/+2
2023-09-14tree-optimization/111294 - better DCE after forwpropRichard Biener5-13/+28
2023-09-14aarch64: Coerce addresses to be suitable for LD1RQRichard Sandiford3-5/+47
2023-09-14libstdc++: Add dg-require-thread-fence in several testsChristophe Lyon8-0/+8
2023-09-14RISC-V: Fix ICE in get_avl_or_vl_regJuzhe-Zhong3-11/+103
2023-09-14RISC-V: Format VSETVL PASS codeJuzhe-Zhong1-1/+2