aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile
AgeCommit message (Expand)AuthorFilesLines
2024-08-29Allow subregs around constant displacements [PR116516]Richard Sandiford1-0/+10
2024-08-26vect: Fix STMT_VINFO_DEF_TYPE check for odd/even widen mult [PR116348]Xi Ruoyao1-0/+14
2024-07-31recog: Disallow subregs in mode-punned value [PR115881]Richard Sandiford1-0/+16
2024-07-29testsuite: make PR115277 test an execute oneSam James1-28/+0
2024-07-22Compare loop bounds in ipa-icfJan Hubicka1-0/+28
2024-07-22rtl-ssa: Avoid using a stale splay tree root [PR116009]Richard Sandiford1-0/+23
2024-05-20PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]Andrew Pinski3-0/+80
2024-04-08New effective-target 'asm_goto_with_outputs'Thomas Schwinge4-5/+4
2024-03-28profile-count: Avoid overflows into uninitialized [PR112303]Jakub Jelinek1-0/+25
2024-02-26testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61...Rainer Orth1-1/+1
2024-02-14Fix ICE in loop splitting with -fno-guess-branch-probabilityJan Hubicka1-0/+11
2024-02-06tree-ssa-math-opts: Fix up convert_{mult,plusminus}_to_widen [PR113759]Jakub Jelinek1-0/+20
2024-01-31c: Fix ICEs casting expressions with integer constant operands to bool [PR111...Joseph Myers14-0/+102
2024-01-30aarch64: Avoid allocating FPRs to address registers [PR113623]Richard Sandiford1-0/+137
2024-01-30tree-ssa-strlen: Fix up handle_store [PR113603]Jakub Jelinek1-0/+40
2024-01-29aarch64: Ensure iterator validity when updating debug uses [PR113616]Alex Coplan1-0/+19
2024-01-29tree-ssa-strlen: Fix pdata->maxlen computation [PR110603]Jakub Jelinek1-0/+16
2024-01-23aarch64: Fix up debug uses in ldp/stp pass [PR113089]Alex Coplan1-0/+26
2024-01-23aarch64: Don't assert recog success in ldp/stp pass [PR113114]Alex Coplan1-0/+9
2024-01-20ipa: Add testcase for already fixed case [PR110705]Andrew Pinski1-0/+27
2024-01-17aarch64: Fix aarch64_ldp_reg_operand predicate not to allow all subreg [PR113...Andrew Pinski1-0/+12
2024-01-17testsuite: Add testcase for already fixed PR [PR110251]Jakub Jelinek1-0/+27
2024-01-11expr: Limit the store flag optimization for single bit to non-vectors [PR113322]Andrew Pinski1-0/+14
2024-01-09vect: Ensure both NITERSM1 and NITERS are INTEGER_CSTs or neither of them [PR...Jakub Jelinek1-0/+13
2024-01-08gimplify: Fix ICE in recalculate_side_effects [PR113228]Jakub Jelinek1-0/+17
2024-01-07testsuite/52641: Fix sloppy tests that did not care for sizeof(int)=2 etc.Georg-Johann Lay4-10/+11
2024-01-05scev: Avoid ICE on results used in abnormal PHI args [PR113201]Jakub Jelinek1-0/+15
2024-01-04MIPS/testsuite: Include stdio.h in mipscop testsYunQiang Su4-0/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-14middle-end: Fix up constant handling in emit_conditional_move [PR111260]Andrew Pinski1-0/+9
2023-11-29testsuite: move gcc.c-torture/compile/libcall-2.c to gcc.target/i386/libcall-1.cJose E. Marchesi1-10/+0
2023-11-29testsuite: fix gcc.c-torture/compile/libcall-2.c in -m32Jose E. Marchesi1-0/+2
2023-11-28Emit funcall external declarations only if actually used.Jose E. Marchesi1-0/+8
2023-11-20inter-procedural value range propagationJan Hubicka1-1/+1
2023-11-13C99 testsuite readiness: Compile more tests with -std=gnu89Florian Weimer187-0/+343
2023-11-13C99 testsuite readiness: More unverified testcase un-reductionsFlorian Weimer87-68/+180
2023-11-13C99 testsuite readiness: Verified un-reductionsFlorian Weimer35-25/+78
2023-11-13C99 testsuite readiness: -fpermissive testsFlorian Weimer45-1/+61
2023-11-06C99 testsuite readiness: Some unverified test case un-reductionsFlorian Weimer112-83/+174
2023-10-24match: Fix the `popcnt(a&b) + popcnt(a|b)` pattern for types [PR111913]Andrew Pinski1-0/+13
2023-10-21C99 testsuite readiness: Compile more tests with -std=gnu89Florian Weimer112-0/+195
2023-10-13C99 testsuite readiness: Some verified test case adjustmentsFlorian Weimer2-8/+7
2023-10-13C99 test suite readiness: Some unverified test case adjustmentsFlorian Weimer7-5/+16
2023-10-13C99 test suite readiness: Mark some C89 testsFlorian Weimer5-0/+5
2023-10-06MATCH: Fix infinite loop between `vec_cond(vec_cond(a,b,0), c, d)` and `a & b`Andrew Pinski1-0/+7
2023-09-25Fix PR 110386: backprop vs ABSU_EXPRAndrew Pinski2-0/+20
2023-09-18MATCH: Make zero_one_valued_p non-recursive fullyAndrew Pinski1-0/+13
2023-09-18MATCH: Avoid recursive zero_one_valued_p for conversionsAndrew Pinski1-0/+18
2023-09-15MATCH: Fix `(1 >> X) != 0` pattern for vector typesAndrew Pinski1-0/+13
2023-08-24Fix tests for PR 106537.Jose E. Marchesi2-4/+8