aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill2-2/+119
2020-12-08if-to-switch: fix matching of negative conditionsMartin Liska2-0/+62
2020-12-08Fortran: Add 'omp scan' support of OpenMP 5.0Tobias Burnus11-24/+407
2020-12-08i386: Fix up X87_ENABLE_{FLOAT,ARITH} in conditions [PR94440]Jakub Jelinek2-0/+42
2020-12-08testsuite: i386: Require avx512vpopcntdq in two testsRainer Orth2-0/+3
2020-12-08testsuite: i386: Require ifunc support in gcc.target/i386/pr98100.cRainer Orth1-0/+1
2020-12-08testsuite/95900 - fix gcc.dg/vect/bb-slp-pr95866.c target requirementRichard Biener1-1/+1
2020-12-08testsuite: Avoid strict aliasing violations in some avx512 testsJakub Jelinek8-16/+40
2020-12-08openmp: -fopenmp-simd fixes [PR98187]Jakub Jelinek1-0/+109
2020-12-08tree-optimization/98191 - fix BIT_INSERT_EXPR sequence vectorizationRichard Biener1-0/+10
2020-12-08tree-optimization/97559 - fix sinking in irreducible regionsRichard Biener2-0/+39
2020-12-08gimple-isel: Fold x CMP y ? -1 : 0 to x CMP y [PR97872]Prathamesh Kulkarni1-0/+12
2020-12-08Fix PR target/96470Eric Botcazou1-0/+1
2020-12-08Daily bump.GCC Administrator1-0/+55
2020-12-07C: Fix atomic loads. [PR97981]Martin Uecker2-1/+16
2020-12-07builtins: Avoid ICE with __builtin_clear_padding on POINTERS_EXTEND_UNSIGNED ...Jakub Jelinek1-0/+10
2020-12-07c++: ICE with switch and scoped enum bit-fields [PR98043]Marek Polacek1-0/+32
2020-12-07go-test.exp: don't quote already-quoted parenthesesIan Lance Taylor1-2/+2
2020-12-07c-family: Fix hang with -Wsequence-point [PR98126]Marek Polacek1-0/+53
2020-12-07c++: check alias match for specializations [PR98116]Nathan Sidwell2-3/+36
2020-12-07tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRsRichard Biener1-0/+17
2020-12-07tree-optimization/98117 - fix range set by vectorization on niter IVsRichard Biener1-0/+19
2020-12-07IBM Z: Change Pmode to word_mode for stack probesAndreas Krebbel5-6/+23
2020-12-07tree-optimization/98137 - enhance split_constant_offset range handlingRichard Biener1-0/+27
2020-12-07Daily bump.GCC Administrator1-0/+26
2020-12-06x86: Check mode of pseudo register pushH.J. Lu1-0/+48
2020-12-06[PATCH] phiopt: Handle bool in two_value_replacement [PR796232]Jakub Jelinek2-2/+20
2020-12-06match.pd: Improve conditional_replacement for x ? 0 : -1 [PR796232]Jakub Jelinek1-0/+11
2020-12-06Upper cobound is determined by num_images(), not this_image().Thomas Koenig1-1/+1
2020-12-06Re: testsuite: Adjust target requirements for sad-vectorize and signbitAlan Modra2-2/+5
2020-12-06Daily bump.GCC Administrator1-0/+301
2020-12-05c++: Normalize nested-requirements twice at parse time [PR97093]Patrick Palka1-0/+18
2020-12-05c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]Patrick Palka5-1/+40
2020-12-05PR target/95294: VAX: Add test cases for MODE_CC representationMaciej W. Rozycki203-0/+6382
2020-12-05VAX: Add the `movmemhi' instructionMaciej W. Rozycki1-0/+23
2020-12-05VAX: Add a test for the `cpymemhi' instructionMaciej W. Rozycki1-0/+23
2020-12-05VAX: Actually produce QImode and HImode `ctz' operationsMaciej W. Rozycki4-0/+88
2020-12-05VAX: Provide the `ctz' operationMaciej W. Rozycki1-0/+15
2020-12-05VAX: Add tests for `sync_lock_test_and_set' and `sync_lock_release'Maciej W. Rozycki2-0/+40
2020-12-05VAX: Add a test for the SImode `ffs' operationMaciej W. Rozycki1-0/+19
2020-12-05VAX: Rationalize expression and address costsMaciej W. Rozycki3-1/+52
2020-12-05VAX/testsuite: Run target testing over all the usual optimization levelsMaciej W. Rozycki2-8/+5
2020-12-05PR target/58901: reload: Handle SUBREG of MEM with a mode-dependent addressMatt Thomas2-0/+38
2020-12-05modulo-sched: Carefully process loop counter initialization [PR97421]Roman Zhuykov3-0/+63
2020-12-05Fortran: flag formal argument before resolving an array spec [PR98016].Paul Thomas1-0/+19
2020-12-05X86_64: Enable support for next generation AMD Zen3 CPU.Venkataramanan Kumar2-0/+85
2020-12-05c++: Fix constexpr access to union member through pointer-to-member [PR98122]Jakub Jelinek2-0/+39
2020-12-05Daily bump.GCC Administrator1-0/+58
2020-12-04c++: Fix deduction from auto template parameter [PR93083]Jason Merrill1-0/+79
2020-12-04gimple: Return fnspec only for replaceable new/delete operators called from n...Jakub Jelinek1-0/+25