aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Require c99_runtime for pr78622.cThomas Preud'homme1-0/+1
2017-04-27* gcc.c-torture/execute/alias-3.c: Skip on AIX.David Edelsohn2-1/+2
2017-04-25re PR rtl-optimization/80501 (Wrong code w/ a signed char, a shift, and a con...Jakub Jelinek1-0/+23
2017-04-21re PR tree-optimization/80426 (wrong manipulation of range based on INT_MIN)Eric Botcazou1-0/+0
2017-04-19re PR tree-optimization/80426 (wrong manipulation of range based on INT_MIN)Eric Botcazou1-0/+24
2017-04-19predicates.md (input_operand): Add comment.Eric Botcazou1-0/+13
2017-04-18re PR tree-optimization/80443 (ICE on valid code at -O2 on x86_64-linux-gnu: ...Jakub Jelinek1-0/+20
2017-04-18re PR rtl-optimization/80357 (ICE in model_update_limit_points_in_group, at h...Richard Sandiford1-0/+18
2017-04-18re PR middle-end/80422 (ICE on valid code at -O3 in 32-bit mode on x86_64-lin...Jeff Law1-0/+26
2017-04-10re PR tree-optimization/80153 (ivopt generate wrong code)Bin Cheng1-0/+48
2017-04-04simplify-rtx: Fix compare of comparisons (PR60818)Segher Boessenkool1-0/+5
2017-04-02nested-3.c: New testcase.Andrew Pinski3-0/+100
2017-03-29combine: Fix PR80233Segher Boessenkool1-0/+22
2017-03-28tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and mark new edge's...Bin Cheng1-0/+21
2017-03-28Fix broken tests for avr targetSenthil Kumar Selvaraj3-14/+34
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jeff Law1-0/+37
2017-03-24Add missing dg-require-effective-target alloca in gcc testsuiteTom de Vries2-0/+2
2017-03-23[ARM] PR target/71436: Restrict *load_multiple pattern till after LRAKyrylo Tkachov1-0/+35
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