aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2018-11-09or1k: testsuite: initial support for openriscStafford Horne1-0/+3
2018-11-07pr65595.c: Change type of "num" argument to memcpy from "unsigned long" to __...Jozef Lawrynowicz1-1/+1
2018-11-0220010904-2.c: Fix last change.Andreas Schwab1-1/+1
2018-11-0120010904-1.c: Align 2 if pdp11.Paul Koning2-2/+18
2018-10-30PR middle-end/87041 - -Wformat reading through null pointer on unreachable codeMartin Sebor3-0/+177
2018-10-20re PR middle-end/87647 (ICE on valid code in decode_addr_const, at varasm.c:2...Jakub Jelinek1-0/+15
2018-10-19re PR tree-optimization/87473 (ICE in create_add_on_incoming_edge, at gimple-...William Schmidt1-0/+19
2018-10-17re PR middle-end/87623 (bytes swapped in register when comparing cause fail w...Eric Botcazou1-0/+34
2018-10-14This patch adjusts one of the c-torture tests to account for the possible lac...Anthony Green1-0/+3
2018-10-10memchr-1.c: Avoid assuming 4-byte wchar_t.Martin Sebor1-0/+54
2018-09-21re PR tree-optimization/86990 (wrong code at -O2 on x86_64-linux-gnu in 64-bi...Eric Botcazou1-0/+161
2018-09-15re PR middle-end/86864 (ICE in commit_one_edge_insertion on switch construct)Eric Botcazou1-0/+27
2018-09-13re PR middle-end/87290 (Optimize signed x % pow2p == cst)Jakub Jelinek1-0/+63
2018-09-12re PR tree-optimization/86844 (wrong code caused by store merging pass)Jakub Jelinek1-0/+24
2018-08-30PR testsuite/87158 - FAIL gcc.c-torture/execute/memchr-1.c on big endian targetsMartin Sebor1-3/+3
2018-08-29re PR middle-end/87053 (wrong code with c_strlen)Bernd Edlinger1-0/+17
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor3-0/+205
2018-08-27re PR tree-optimization/87110 ([9 Regresssion] tree check fail in to_wide, at...Jeff Law1-0/+13
2018-08-27tree-ssa-dse.c (compute_trims): Handle case where the reference's type does n...Jeff Law1-0/+19
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries1-2/+2
2018-08-17C-SKY port: TestsuiteSandra Loosemore3-0/+10
2018-08-01re PR c/85704 (cc1 run out of memory when it compile)Jakub Jelinek1-0/+10
2018-07-27Fixes to testcase for PR tree-optimization/86636David Malcolm1-0/+2
2018-07-25strnlen.c: Remove DejaGnu directives ignored by the test harness.Martin Sebor1-4/+1
2018-07-24PR tree-optimization/86622 - incorrect strlen of array of array plus variable...Martin Sebor3-0/+574
2018-07-24Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)David Malcolm1-0/+8
2018-07-16re PR tree-optimization/86526 (ICE in builtin_memcpy_read_str, at builtins.c:...Jakub Jelinek1-0/+8
2018-07-16re PR middle-end/86528 (strlen of constant string malfunction -- had to back ...Bernd Edlinger1-0/+20
2018-07-13re PR middle-end/85974 (Failure to optimize difference of two pointers into a...Richard Biener1-0/+1
2018-07-12re PR tree-optimization/86492 (store-merging wrong-code)Jakub Jelinek1-0/+34
2018-07-10PR testsuite/86461 - test case gcc.c-torture/execute/builtins/strlen-3.c failsMartin Sebor1-6/+12
2018-07-09PR middle-end/77357 - strlen of constant strings not foldedMartin Sebor1-6/+6
2018-06-22Fix test case failures for pdp11 target.Paul Koning11-2/+21
2018-06-20re PR tree-optimization/86231 (vrp_meet causes wrong-code)Jakub Jelinek1-0/+30
2018-06-18PR tree-optimization/81384 - built-in form of strnlen missingMartin Sebor3-0/+118
2018-06-15re PR middle-end/86123 (ICE in prepare_cmp_insn, at optabs.c:3967)Jakub Jelinek1-0/+17
2018-06-15Force user provided warning and error messages to only occupy one line.Nick Clifton1-0/+17
2018-06-14re PR middle-end/86122 (ICE in useless_type_conversion_p, at gimple-expr.c:87)Jakub Jelinek1-0/+17
2018-06-14re PR target/85945 (ICE in resolve_subreg_use, at lower-subreg.c:751)Jakub Jelinek1-0/+16
2018-06-07compare-elim.c (try_merge_compare): Don't merge compare if address contains a...Paul Koning1-0/+9
2018-05-25Fix test case failures for pdp11 target.Paul Koning4-2/+7
2018-05-21simd-5.c: Fix comment.Christian Groessler1-1/+1
2018-05-21[AArch64] Implement usadv16qi and ssadv16qi standard namesKyrylo Tkachov2-0/+98
2018-05-14re PR target/85756 (wrong code at -Os on x86-64-linux-gnu in 32-bit mode)Jakub Jelinek1-0/+50
2018-05-02re PR target/85582 (wrong code at -O1 and above on x86_64-linux-gnu in 32-bit...Jakub Jelinek1-0/+55
2018-05-02re PR target/85582 (wrong code at -O1 and above on x86_64-linux-gnu in 32-bit...Jakub Jelinek2-0/+72
2018-04-27re PR tree-optimization/85529 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Jakub Jelinek2-0/+53
2018-04-11re PR tree-optimization/85331 (during GIMPLE pass, internal compiler error: S...Jakub Jelinek1-0/+22
2018-04-03re PR tree-optimization/85156 (ICE with -O1 -g: gimplification failed)Jakub Jelinek1-0/+21
2018-04-03re PR target/85169 (wrong code with vector member insert)Jakub Jelinek1-0/+22