aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2008-12-09re PR tree-optimization/35468 (LHS of assignment can be folded to a constant ...Jakub Jelinek1-0/+7
2008-12-06re PR middle-end/38428 (ice for Linux kernel code with -O2)Jakub Jelinek1-0/+20
2008-12-06re PR middle-end/38422 (union/bitfield causes cc1/cc1plus to run out of memory.)Jakub Jelinek1-0/+24
2008-12-05re PR middle-end/28614 (gcc.c-torture/compile/20001226-1.c times out)Steve Ellcey1-0/+3
2008-12-03re PR middle-end/38360 (ICE in gimple_op, at gimple.h:1636)Jakub Jelinek1-0/+9
2008-12-03re PR rtl-optimization/38281 (segmentation fault with optimization enabled)Eric Botcazou1-0/+24
2008-12-02re PR middle-end/38343 (ice for legal code with -O2)Jakub Jelinek1-0/+12
2008-12-02re PR tree-optimization/38359 (ICE in set_lattice_value, at tree-ssa-ccp.c:466)Richard Biener1-0/+17
2008-12-02re PR tree-optimization/38359 (ICE in set_lattice_value, at tree-ssa-ccp.c:466)Richard Guenther1-6/+0
2008-12-02re PR middle-end/38343 (ice for legal code with -O2)Jakub Jelinek1-0/+12
2008-12-01re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences)Uros Bizjak2-4/+4
2008-11-28re PR tree-optimization/37955 (internal compiler error: in vectorizable_store...Richard Guenther2-0/+36
2008-11-25m68k.md (extendsidi2, [...]): Merge, clean up.Maxim Kuvyrkov1-0/+39
2008-11-25re PR middle-end/38151 (structures with _Complex arguments are not passed cor...Richard Guenther2-0/+68
2008-11-24* gcc.c-torture/execute/pr36321.c: Don't rely on argv[0] being set.DJ Delorie1-1/+3
2008-11-20re PR tree-optimization/37868 (code that breaks TBAA is misoptimized even wit...Richard Guenther2-0/+50
2008-11-19mips.c (mips_gimplify_va_arg_expr): Use -rsize with the same type as the firs...Adam Nemet1-0/+5
2008-11-19pr11832.c: XFAIL even on s390*-*-*.Jakub Jelinek2-2/+2
2008-11-19re PR tree-optimization/36038 (miscompiled loop in perlbmk for -Os)Jakub Jelinek1-0/+0
2008-11-19re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)Jakub Jelinek1-6/+16
2008-11-18expmed.c (extract_bit_field_1): Also use a temporary and convert_extracted_bi...Adam Nemet1-0/+24
2008-11-17re PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_f...Uros Bizjak3-0/+7
2008-11-15re PR target/38123 (error: incorrect sharing of tree nodes ap->fp_offset = D....Jakub Jelinek1-0/+13
2008-11-15re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)Richard Guenther1-0/+205
2008-11-14re PR middle-end/36125 (FAIL: 26_numerics/complex/13450.cc: ICE in verify_gim...Jakub Jelinek1-0/+10
2008-11-1220081112-1.c: New test.Eric Botcazou1-0/+17
2008-11-12re PR testsuite/38008 (gcc/testsuite/gcc.c-torture/execute/builtins/lib/sprin...Jack Howarth1-1/+1
2008-11-05re PR target/38016 (-fno-ivopts exposes CRIS port bug, more with -fno-gcse)Hans-Peter Nilsson2-0/+3
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-0/+21
2008-11-03i386.c (classify_argument): Promote partial integer class to full integer cla...Eric Botcazou1-0/+17
2008-11-03re PR tree-optimization/37573 (gcc-4.4 regression: incorrect code generation ...Richard Guenther1-0/+65
2008-11-02re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)Richard Guenther1-0/+12
2008-11-02re PR tree-optimization/37991 (excessive memory consumption - possible hang)Richard Guenther1-0/+14
2008-11-01re PR middle-end/37976 (ICE in insert_into_preds_of_block)Richard Guenther1-0/+6
2008-10-29* gcc.c-torture/compile/pr37878.c: New test.David Edelsohn1-0/+9
2008-10-29re PR middle-end/37913 (ICE: Segmentation fault in link_block, cfg.c:153)Jakub Jelinek1-0/+15
2008-10-28re PR c/37924 (ice in smallest_mode_for_size, at stor-layout.c:219)Jakub Jelinek1-0/+50
2008-10-28re PR middle-end/37931 (ice: verify_gimple failed)Jakub Jelinek1-0/+23
2008-10-24re PR tree-optimization/36038 (miscompiled loop in perlbmk for -Os)Jakub Jelinek1-0/+43
2008-10-24re PR middle-end/37882 (Bitfield miscompilation)Jakub Jelinek1-1/+0
2008-10-22re PR middle-end/37882 (Bitfield miscompilation)Jakub Jelinek1-0/+16
2008-10-21re PR middle-end/37669 (ice for legal code with -O2)Adam Nemet1-0/+14
2008-10-16re PR target/37381 (ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902)Alexander Monakov1-0/+97
2008-10-16re PR tree-optimization/37664 (ice in remove_range_assertions, at tree-vrp.c:...Jakub Jelinek1-0/+14
2008-10-16re PR middle-end/37418 (error: type mismatch in address expression, verify_gi...Richard Biener4-0/+24
2008-10-11re PR target/35760 (ICE with complex types and -static on PPC darwin)Jakub Jelinek1-0/+7
2008-10-08re PR target/36635 (cc1 segfault from svn 137122)Jakub Jelinek1-0/+35
2008-10-02re PR middle-end/37713 (ice for legal code with -O3 on 20080926)Richard Guenther1-0/+10
2008-10-01re PR tree-optimization/37617 (ICE on valid code)Richard Guenther1-0/+19
2008-10-01re PR middle-end/37285 (ICE while building binutils on ppc)Richard Guenther1-0/+15