aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2017-03-02re PR rtl-optimization/79780 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Jakub Jelinek1-0/+48
2017-02-28re PR tree-optimization/79737 (wrong code at -O2 and -O3 on x86_64-linux-gnu ...Jakub Jelinek2-0/+78
2017-02-21re PR tree-optimization/79621 (Missed path isolation opportunity)Jeff Law1-0/+18
2017-02-16re PR rtl-optimization/79286 (ira and lra wrong code at -O2 and -Os on i686-l...Alan Modra1-0/+15
2017-02-14re PR tree-optimization/79095 (spurious stringop-overflow warning)Jeff Law1-0/+32
2017-02-13re PR rtl-optimization/79388 (wrong code with -O -fno-tree-coalesce-vars)Jakub Jelinek2-0/+45
2017-02-10re PR tree-optimization/79411 (ICE: SSA corruption (fail_abnormal_edge_coales...Jakub Jelinek1-0/+22
2017-02-09re PR c/79413 (ICE in make_ssa_name_fn, at tree-ssanames.c:265)Jakub Jelinek1-0/+13
2017-02-07re PR rtl-optimization/79386 (ICE: segmentation fault in cprop w/ -O2 on 32-b...Jakub Jelinek1-0/+46
2017-02-06RISC-V Port: gcc/testsuiteKito Cheng1-0/+3
2017-02-06re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Jakub Jelinek1-0/+13
2017-02-06re PR rtl-optimization/78883 ([avr] ICE triggered by change to combine.c (r24...Georg-Johann Lay1-0/+12
2017-02-04pr78112-2.C: Skip on hppa*-*-hpux*.John David Anglin1-0/+1
2017-02-03re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)Jakub Jelinek1-0/+26
2017-02-03re PR target/79354 (-mcpu=power8 -O2 generates power9 instruction on powerpc6...Jakub Jelinek1-0/+30
2017-02-02re PR target/79197 (ICE in extract_insn in gcc/recog.c:2311)Jakub Jelinek1-0/+10
2017-01-27re PR rtl-optimization/78559 (wrong code due to tree if-conversion?)Bin Cheng1-0/+34
2017-01-19[expand] Fix for PR rtl-optimization/79121 incorrect expansion of extend plus...Richard Earnshaw1-0/+34
2017-01-16re PR middle-end/79089 (error: incorrect sharing of tree nodes)Jakub Jelinek1-0/+12
2017-01-14Testcase from pr72749Alan Modra1-0/+21
2017-01-13Reload global options when strict aliasing is dropped (PR ipa/79043).Martin Liska1-0/+21
2017-01-12(-Wformat-overflow): ...to this.Martin Sebor1-2/+2
2017-01-11re PR rtl-optimization/79032 (unaligned memory access generated with LRA and ...Eric Botcazou1-0/+33
2017-01-10re PR middle-end/77766 (wrong code at -O2 and -O3 in 64-bit mode on x86_64-li...Jeff Law1-0/+28
2017-01-03re PR tree-optimization/78856 (wrong code at -O3 on x86_64-linux-gnu (in both...Jeff Law1-0/+25
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-12-21re PR c/77767 (Side-effect from VLA array parameters lost)Jakub Jelinek1-0/+16
2016-12-20[ARM] PR target/78694: Avoid invalid RTL sharing in minipool codeKyrylo Tkachov1-0/+118
2016-12-19PR target/78748: S/390: Fix ICE with ANDC splitter.Dominik Vogt1-0/+14
2016-12-14re PR target/78791 (ACATS cxf2001 failure)Jakub Jelinek1-0/+19
2016-12-12PR middle-end/78622 - -Wformat-length/-fprintf-return-value incorrect with ov...Martin Sebor1-0/+34
2016-12-10re PR tree-optimization/78720 (Illegal instruction in generated code)Jakub Jelinek1-0/+29
2016-12-09re PR target/72742 (ICE in extract_insn, at recog.c:2309 (error: unrecognizab...Jakub Jelinek1-0/+79
2016-12-09re PR middle-end/78726 (Incorrect unsigned arithmetic optimization)Jakub Jelinek1-0/+23
2016-12-08aarch64.c (aarch64_load_symref_appropriately): Access the lower part of RTX a...Andrew Pinski1-0/+10
2016-12-07PR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE / __builtin___memcpy_chkMartin Sebor1-3/+7
2016-12-07re PR rtl-optimization/78617 (LRA clobbers live register during rematerializa...Thomas Preud'homme1-0/+25
2016-12-06re PR tree-optimization/78675 (ICE: verify_gimple failed (error: integral res...Jakub Jelinek1-0/+38
2016-12-01combine: Emit a barrier after unconditional trap (PR78607)Segher Boessenkool1-0/+12
2016-11-30ira: Don't substitute into TRAP_IF insns (PR78610)Segher Boessenkool1-0/+14
2016-11-30re PR tree-optimization/78574 (ice on valid C code at -O2 and -O3 in both 32-...Bin Cheng1-0/+27
2016-11-30[AArch64] PR target/78362: Make sure to only take REGNO of a registerKyrylo Tkachov1-0/+11
2016-11-30re PR tree-optimization/78586 (Wrong code caused by printf-return-value)Jakub Jelinek1-0/+17
2016-11-25re PR rtl-optimization/78438 (incorrect comparison optimization)Jakub Jelinek2-0/+49
2016-11-25re PR rtl-optimization/78527 (ice on valid C code at -O3 in both 32-bit and 6...Jakub Jelinek1-0/+21
2016-11-24re PR middle-end/78429 (ICE in set_value_range, at tree-vrp.c on non-standard...Eric Botcazou1-0/+22
2016-11-23Add another e500 subreg pattern.Joseph Myers1-0/+7
2016-11-22pr30778.c (memset): Use size_t for 3rd parameter in declaration.Georg-Johann Lay1-1/+1
2016-11-22[ARM] PR target/78439: Update movdi constraints for Cortex-A8 tuning to handl...Kyrylo Tkachov1-0/+56
2016-11-22re PR tree-optimization/78436 (incorrect write to larger-than-type bitfield (...Jakub Jelinek1-0/+23