aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2012-06-12sync-1.c: Add comments to checks for multiple messages reported for one line ...Janis Johnson1-2/+2
2012-06-05re PR tree-optimization/53081 (memcpy/memset loop recognition)Richard Guenther1-1/+1
2012-05-30re PR rtl-optimization/53519 (ice in do_SUBST, at combine.c:707)Jakub Jelinek1-0/+26
2012-05-24re PR tree-optimization/53465 (wrong code with -O1 -ftree-vrp)Jakub Jelinek1-0/+30
2012-05-21re PR c/53418 (ICE at gimplify.c:7773)Joseph Myers2-0/+10
2012-05-21re PR middle-end/53409 (ICE: vector VEC(vec_void_p,base) index domain error, ...Jakub Jelinek1-0/+19
2012-05-21re PR tree-optimization/53410 (ICE in build_int_cst_wide, at tree.c:1219)Jakub Jelinek2-0/+74
2012-05-16re PR testsuite/52641 (Test cases fail for 16-bit int targets)Georg-Johann Lay2-0/+14
2012-05-09re PR tree-optimization/53226 (Endless loop in forwprop)Jakub Jelinek1-0/+13
2012-05-03re PR target/53187 (ICE in arm_select_dominance_cc_mode)Jakub Jelinek1-0/+11
2012-05-02re PR tree-optimization/53163 (crash due to null ptr deref)Jakub Jelinek1-0/+34
2012-05-02re PR rtl-optimization/53160 (likely wrong code bug)Jakub Jelinek1-0/+35
2012-04-27tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose arguments are...Paolo Bonzini1-0/+38
2012-04-27re PR target/53138 (spaceship operator miscompiled)Paolo Bonzini1-0/+36
2012-04-25re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields)Jakub Jelinek3-0/+95
2012-04-25re PR tree-optimization/53058 (Another ice in remove_range_assertions)Jakub Jelinek1-0/+12
2012-04-24re PR testsuite/52641 (Test cases fail for 16-bit int targets)Georg-Johann Lay1-0/+4
2012-04-24re PR middle-end/53084 (GCC cannot handle array initialization of string cons...Jakub Jelinek1-0/+18
2012-04-23re PR tree-optimization/52891 (ICE in adjust_bool_pattern)Jakub Jelinek2-0/+32
2012-04-11c99-const-expr-9.c (old_offsetof): Insert a cast to __UINTPTR_TYPE__.Bernd Schmidt4-10/+10
2012-03-29re PR tree-optimization/52760 (Revision 185599 causes miscompare on sphinx3)Jakub Jelinek1-0/+27
2012-03-28re PR middle-end/52750 (32xsigned char __builtin_shuffle)Jakub Jelinek1-0/+11
2012-03-16re PR middle-end/48814 (Incorrect scalar increment result)Richard Guenther2-0/+36
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth9-99/+2
2012-03-13re PR rtl-optimization/48596 ([SH] unable to find a register to spill in clas...Oleg Endo1-0/+28
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth3-9/+1
2012-03-12re PR tree-optimization/52533 (ice in remove_range_assertions)Jakub Jelinek1-0/+19
2012-03-01re PR target/52437 (internal compiler error: in spill_failure, at reload1.c:2...Jakub Jelinek1-0/+18
2012-02-27re PR target/52375 (internal compiler error: in extract_insn, at recog.c:2123...Jakub Jelinek1-0/+12
2012-02-23pack-test-5.c: Add -mno-ms-bitfields option for mingw-targets.Kai Tietz1-12/+13
2012-02-20pr52286.c: Fix FAIL on 16-bit int platforms.Georg-Johann Lay1-0/+6
2012-02-20re PR tree-optimization/52286 (wrong code bug)Jakub Jelinek1-0/+14
2012-02-16re PR tree-optimization/52255 (ICE: verify_ssa failed, block does not dominat...Jakub Jelinek1-0/+12
2012-02-13pr51933.c: Disable for s390 31 bit.Andreas Krebbel1-0/+8
2012-02-13re PR middle-end/52209 (wrong code at -O0)Jakub Jelinek1-0/+14
2012-02-11re PR rtl-optimization/52175 (ICE in maybe_record_trace_start after invalid d...Richard Sandiford1-0/+25
2012-02-07re PR middle-end/51994 (git-1.7.8.3 miscompiled due to negative bitpos from g...Eric Botcazou1-0/+27
2012-02-07re PR middle-end/52074 (ICE: RTL flag check: MEM_VOLATILE_P used with unexpec...Jakub Jelinek1-0/+10
2012-02-06re PR tree-optimization/52115 (ICE: verify_ssa failed (missing definition for...Richard Guenther1-0/+26
2012-02-06re PR target/52129 (wrong code to pass parameters to tail call function)Jakub Jelinek1-0/+28
2012-02-04re PR rtl-optimization/52113 ([lower-subreg.c] ICE: in extract_insn, at recog...Jakub Jelinek1-0/+11
2012-02-03re PR rtl-optimization/52092 (ICE: internal consistency failure)Jakub Jelinek1-0/+25
2012-02-02re PR tree-optimization/52073 (ICE: vector VEC(vec_void_p,base) index domain ...Jakub Jelinek1-0/+28
2012-01-24scal-to-vec1.c (one): New volatile variable.Richard Sandiford1-1/+2
2012-01-23re PR rtl-optimization/51933 (wrong code due to -free)Jakub Jelinek1-0/+51
2012-01-22re PR target/51931 (No support for MIPS16 long branches)Richard Sandiford1-0/+4
2012-01-20re PR rtl-optimization/51856 (ICE in reload_cse_simplify_operands)Andreas Krebbel1-0/+23
2012-01-17re PR tree-optimization/51877 (XEmacs miscompilation due to tail merging)Jakub Jelinek1-0/+50
2012-01-1320120111-1.c: Fix wrong int = int32_t assumption.Georg-Johann Lay1-1/+1
2012-01-11arm.md (mov_notscc): Use MVN for false condition.Matthew Gretton-Dann1-0/+18