aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2020-03-31fold-const: Fix division folding with vector operands [PR94412]Jakub Jelinek1-0/+28
2020-03-29testsuite: adjust modulo-sched compare-debug testsRoman Zhuykov1-23/+0
2020-03-27modulo-sched: fix bootstrap compare-debug issueRoman Zhuykov1-0/+23
2020-03-23Verify the code used for the optimized comparison is valid for the comparison...Jeff Law2-0/+40
2020-03-19Fix inliner ICE on alias with flatten attribute [PR92372]Jan Hubicka1-0/+16
2020-03-16c: Handle MEM_REF in c_fully_fold* [PR94179]Jakub Jelinek1-0/+9
2020-03-13Fix unaligned load with small memcpy on the ARMEric Botcazou1-0/+14
2020-03-12Remove no-op register to register copies in CSE just like we remove no-op mem...Richard Sandiford1-0/+27
2020-03-12tree-dse: Fix mem* head trimming if call has lhs [PR94130]Jakub Jelinek1-0/+16
2020-03-11pdp11: Fix handling of common (local and global) vars [PR94134]Jakub Jelinek1-0/+14
2020-03-05testsuite: Add testcase for already fixed PR [PR90311]Jakub Jelinek1-0/+16
2020-03-03sccvn: Improve handling of load masked with integer constant [PR93582]Jakub Jelinek1-0/+22
2020-03-03testsuite: Add testcases for already fixed PR [PR93927]Jakub Jelinek2-0/+18
2020-02-27gimplify: Don't optimize register const vars to static [PR93949]Jakub Jelinek1-0/+7
2020-02-27sccvn: Handle non-byte aligned offset or size for memset (, 123, ) [PR93945]Jakub Jelinek1-0/+45
2020-02-25combine: Fix find_split_point handling of constant store into ZERO_EXTRACT [P...Jakub Jelinek1-0/+54
2020-02-15match.pd: Disallow side-effects in GENERIC for non-COND_EXPR to COND_EXPR sim...Jakub Jelinek3-0/+56
2020-02-03c++: Fix cast to pointer to VLA.Jason Merrill1-4/+0
2020-02-03s390x: Fix popcounthi2_z196 expander [PR93533]Jakub Jelinek1-0/+9
2020-01-30combine: Punt on out of range rotate counts [PR93505]Jakub Jelinek1-0/+15
2020-01-30arm: Fix uaddvdi4 expander [PR93494]Jakub Jelinek1-0/+13
2020-01-28predcom: Fix invalid store-store commoning [PR93434]Richard Sandiford1-0/+36
2020-01-23postreload: Fix up postreload combine [PR93402]Jakub Jelinek1-0/+21
2020-01-23c++: Avoid ICE when constant evaluation of __builtin_strchr fails.Jason Merrill1-22/+0
2020-01-22aarch64: Fix aarch64_expand_subvti constant handling [PR93335]Jakub Jelinek1-0/+98
2020-01-22Fix ICE with cast of division by zero (PR c/93348).Joseph Myers1-0/+5
2020-01-21riscv: Fix up riscv_rtx_costs for RTL checking (PR target/93333)Jakub Jelinek1-0/+10
2020-01-15tree-optimization: Fix tree dse of __*_chk PR93262Jakub Jelinek3-0/+63
2020-01-15tree-optimization: Fix tree dse of strncpy PR93249Jakub Jelinek1-0/+40
2020-01-13PR tree-optimization/93213 - wrong code with -Og -foptimize-strlenMartin Sebor1-0/+50
2020-01-08re PR target/93174 (ICE building glibc __sha512_process_block for i686)Jakub Jelinek1-0/+14
2020-01-05New bitfield testcases.Andrew Pinski3-0/+36
2020-01-02Add 1bit bit-field testcases.Andrew Pinski2-0/+126
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2020-01-01re PR tree-optimization/93098 (ICE with negative shifter)Jakub Jelinek1-0/+37
2019-12-15Add a couple int128_t bit-field testcases.Andrew Pinski3-0/+43
2019-12-13Add C testcases for PR 86659Andrew Pinski2-0/+84
2019-12-13re PR target/92904 (varargs for __int128 is placed at an unaligned location a...Jakub Jelinek1-0/+395
2019-12-11re PR tree-optimization/92891 (ice in decompose, at wide-int.h:984)Jakub Jelinek1-0/+16
2019-12-08New bswap testcase.Andrew Pinski1-0/+25
2019-11-22re PR tree-optimization/92618 (error: type mismatch in binary expression in r...Jakub Jelinek2-0/+130
2019-11-21Fix failures on Solaris with -fno-common defaultRainer Orth3-10/+10
2019-11-20re PR middle-end/90840 (ICE in simplify_subreg, at simplify-rtx.c:6441)Jakub Jelinek1-0/+19
2019-11-19re PR middle-end/91450 (__builtin_mul_overflow(A,B,R) wrong code if product <...Jakub Jelinek2-0/+164
2019-11-13ipa-inline.c (ipa_inline): Check that function is defined before flattening.Jan Hubicka1-0/+5
2019-11-12testsuite: Add testcases for PR92449Segher Boessenkool1-0/+7
2019-11-08re PR target/92095 (internal error with -O1 -mcpu=niagara2 -fPIE)Eric Botcazou1-0/+14
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek1-0/+9
2019-10-27fprintf-2.c: Silence a Free/NetBSD libc warning.Andreas Tobler3-0/+3
2019-10-23re PR tree-optimization/92131 (incorrect assumption that (ao >= 0) is always ...Eric Botcazou1-0/+73