aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-10-20ifcvt: Support bitfield lowering of multiple-exit loopsTamar Christina4-0/+209
2023-10-20Fix testcases that are raised by support -mevex512Hu, Lin13-3/+3
2023-10-20RISC-V: Fix failed hoist in LICM of vmv.v.x instructionJuzhe-Zhong2-1/+37
2023-10-20RISC-V: Refactor and cleanup vsetvl passLehua Ding26-34/+288
2023-10-19c++: indirect change of active union member in constexpr [PR101631,PR102286]Nathaniel Shead8-1/+269
2023-10-19c++: Improve diagnostics for constexpr cast from void*Nathaniel Shead1-0/+11
2023-10-20Daily bump.GCC Administrator1-0/+87
2023-10-19vect: don't allow fully masked loops with non-masked simd clones [PR 110485]Andre Vieira1-0/+19
2023-10-19vect: Fix vect_get_smallest_scalar_type for simd clonesAndre Vieira3-9/+6
2023-10-19c: Fix ICE when an argument was an error mark [PR100532]Andrew Pinski1-0/+7
2023-10-19c: Don't warn about converting NULL to different sso endian [PR104822]Andrew Pinski2-0/+33
2023-10-19c++: Make -Wunknown-pragmas controllable by #pragma GCC diagnostic [PR89038]Lewis Hyatt1-0/+13
2023-10-19libcpp: testsuite: Add test for fixed _Pragma bug [PR82335]Lewis Hyatt1-0/+37
2023-10-19middle-end: don't create LC-SSA PHI variables for PHI nodes who dominate loopTamar Christina1-0/+16
2023-10-19tree-optimization/111131 - SLP for non-IFN gathersRichard Biener5-10/+15
2023-10-19aarch64, testsuite: Fix up pr71727.cAlex Coplan1-1/+1
2023-10-19aarch64, testsuite: Tweak sve/pcs/args_9.c to allow stpsAlex Coplan1-2/+2
2023-10-19aarch64, testsuite: Prevent stp in lr_free_1.cAlex Coplan1-1/+1
2023-10-19x86: Correct ISA enabled for clients since Arrow LakeHaochen Jiang1-1/+1
2023-10-19LoongArch:Implement vec_widen standard names.Jiahao Xu3-0/+72
2023-10-19LoongArch:Implement avg and sad standard names.Jiahao Xu6-0/+128
2023-10-19Daily bump.GCC Administrator1-0/+76
2023-10-18Fix expansion of `(a & 2) != 1`Andrew Pinski1-0/+16
2023-10-18[c] Fix PR 101364: ICE after error due to diagnose_arglist_conflict not check...Andrew Pinski1-0/+8
2023-10-18Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark nodeAndrew Pinski1-0/+10
2023-10-18diagnostic: add permerror variants with optJason Merrill12-1/+54
2023-10-18OpenMP: Avoid ICE with LTO and 'omp allocate'Tobias Burnus1-0/+34
2023-10-18tree-ssa-math-opts: Fix up match_uaddc_usubc [PR111845]Jakub Jelinek2-0/+63
2023-10-18middle-end: Fold vec_cond into conditional ternary or binary operation when s...Tamar Christina1-0/+132
2023-10-18RISC-V: Optimize consecutive permutation index pattern by vrgather.vi/vxJuzhe-Zhong8-0/+380
2023-10-18Initial Panther Lake SupportHaochen Jiang2-0/+7
2023-10-18Initial Clearwater Forest SupportHaochen Jiang2-0/+7
2023-10-18Support 32/64-bit vectorization for _Float16 fma related operations.liuhongt2-0/+80
2023-10-18RISC-V: Enable more tests for dynamic LMUL and bug fix[PR111832]Juzhe-Zhong1-2/+8
2023-10-18Daily bump.GCC Administrator1-0/+94
2023-10-17aarch64: Put LR save slot first in more casesRichard Sandiford4-8/+8
2023-10-17aarch64: Use vecs to store register save orderRichard Sandiford6-18/+18
2023-10-17ssa_name_has_boolean_range vs signed-boolean:31 typesAndrew Pinski3-0/+43
2023-10-17c++: accepts-invalid with =delete("") [PR111840]Marek Polacek1-0/+10
2023-10-17c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660]Marek Polacek2-0/+99
2023-10-17RISC-V/testsuite/pr111466.c: update test and expected outputVineet Gupta1-2/+2
2023-10-17c: error for function with external and internal linkage [PR111708]Martin Uecker2-0/+63
2023-10-17Fortran: out of bounds access with nested implied-do IO [PR111837]Harald Anlauf1-0/+18
2023-10-17MATCH: [PR111432] Simplify `a & (x | CST)` to a when we know that (a & ~CST) ...Andrew Pinski1-0/+24
2023-10-17tree-optimization/111846 - put simd-clone-info into SLP treeRichard Biener1-0/+12
2023-10-17RISC-V: Fix failed testcase when use -cmodel=medanyLehua Ding1-1/+11
2023-10-17middle-end/111818 - failed DECL_NOT_GIMPLE_REG_P setting of volatileRichard Biener1-0/+11
2023-10-17tree-optimization/111807 - ICE in verify_sra_access_forestRichard Biener1-0/+12
2023-10-16expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/11...Vineet Gupta1-0/+15
2023-10-17LoongArch: Fix vec_initv32qiv16qi template to avoid ICE.Chenghui Pan1-0/+14