aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2024-06-05Don't simplify NAN/INF or out-of-range constant for FIX/UNSIGNED_FIX.liuhongt1-0/+2
2024-06-04builtins: Force SAVE_EXPR for __builtin_{add,sub,mul}_overflow and __builtin{...Jakub Jelinek1-0/+39
2024-05-21match: Disable `(type)zero_one_valuep*CST` for 1bit signed types [PR115154]Andrew Pinski1-0/+23
2024-05-20PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]Andrew Pinski3-0/+80
2024-05-16Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REFJan Hubicka1-0/+38
2024-05-08reassoc: Fix up optimize_range_tests_to_bit_test [PR114965]Jakub Jelinek1-0/+30
2024-04-12match: Fix `!a?b:c` and `a?~t:t` patterns for signed 1 bit types [PR114666]Andrew Pinski1-0/+13
2024-04-08New effective-target 'asm_goto_with_outputs'Thomas Schwinge4-5/+4
2024-04-03expr: Fix up emit_push_insn [PR114552]Jakub Jelinek1-0/+24
2024-03-28profile-count: Avoid overflows into uninitialized [PR112303]Jakub Jelinek1-0/+25
2024-03-28testsuite: Add testcase for already fixed PR [PR109925]Jakub Jelinek1-0/+30
2024-03-26testsuite: Fix up pr111151.c testcase [PR114486]Jakub Jelinek1-1/+1
2024-03-26fold-const: Punt on MULT_EXPR in extract_muldiv MIN/MAX_EXPR case [PR111151]Jakub Jelinek1-0/+21
2024-03-22Move pr114396.c from gcc.target/i386 to gcc.c-torture/execute.liuhongt1-0/+105
2024-03-04Fix 201001011-1.c on H8Jan Dubiec1-0/+3
2024-03-03[PATCH] combine: Don't simplify paradoxical SUBREG on WORD_REGISTER_OPERATION...Greg McGary1-0/+9
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-11Fix gcc.c-torture/execute/ieee/cdivchkf.c on hpuxJohn David Anglin1-4/+5
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-29testsuite: no dfp run without dfprtAlexandre Oliva1-0/+1
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-16cfgexpand: Workaround CSE of ADDR_EXPRs in VAR_DECL partitioning [PR113372]Jakub Jelinek3-0/+122
2024-01-11expr: Limit the store flag optimization for single bit to non-vectors [PR113322]Andrew Pinski1-0/+14
2024-01-10reassoc vs uninitialized variable [PR112581]Andrew Pinski1-0/+37
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 Lay8-12/+15
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 Jelinek5-5/+5
2023-12-22combine: Don't optimize paradoxical SUBREG AND CONST_INT on WORD_REGISTER_OPE...Jakub Jelinek1-0/+15
2023-12-14middle-end: Fix up constant handling in emit_conditional_move [PR111260]Andrew Pinski1-0/+9
2023-12-13[committed] Minor testsuite fallout from c99 changesJeff Law1-0/+2
2023-12-02[committed] Fix pr65369.cJeff Law1-1/+1
2023-12-02[committed] Fix comp-goto-1.c on 16 bit targetsJeff Law1-1/+1
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-25i386: Fix up *jcc_bt*_mask{,_1} [PR111408]Jakub Jelinek1-0/+26
2023-11-20inter-procedural value range propagationJan Hubicka2-5/+5