aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture
AgeCommit message (Expand)AuthorFilesLines
2012-05-23tree-dfa.c (add_referenced_var_1): Do not add global vars.Richard Biener3-3/+6
2012-05-22re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513)Richard Guenther1-0/+38
2012-05-21re PR tree-optimization/53366 (wrong code generation by tree vectorizer using...Jakub Jelinek2-0/+113
2012-05-21re PR middle-end/53408 (ICE in get_initial_def_for_induction, at tree-vect-lo...Richard Guenther1-0/+20
2012-05-21tree-loop-distribution.c (can_generate_builtin): Reject volatile stmts.Richard Guenther1-0/+12
2012-05-18re PR tree-optimization/53390 (ICE: tree check: expected integer_cst, have no...Richard Guenther1-0/+21
2012-05-08re PR target/53272 (wrong condition-codes for strict-low-part destination and...Hans-Peter Nilsson2-0/+78
2012-05-04re PR tree-optimization/53168 (ICE in find_or_generate_expression, at tree-ss...Richard Guenther1-0/+28
2012-05-03re PR middle-end/53144 (PPRE infinite loop)Richard Guenther1-0/+21
2012-04-25re PR target/53120 (ICE exposing strict_low_part / in/out operand thinko -fno...Hans-Peter Nilsson1-0/+110
2012-04-23re PR regression/53076 (gcc.dg/torture/builtin-explog-1.c, gcc.dg/torture/bui...Bill Schmidt2-0/+2
2012-04-23re PR tree-optimization/53070 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Richard Guenther1-0/+10
2012-04-13re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther1-0/+16
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther1-0/+20
2012-04-11c99-const-expr-9.c (old_offsetof): Insert a cast to __UINTPTR_TYPE__.Bernd Schmidt2-3/+3
2012-04-11re PR middle-end/52881 (ICE due to null pointer deref in cfgloop.c)Richard Guenther2-0/+53
2012-04-11re PR tree-optimization/52912 (ICE: verify_ssa failed)Richard Guenther1-0/+17
2012-04-02re PR middle-end/52756 (255.vortex in SPEC CPU 2000 failed to build)Richard Guenther1-0/+9
2012-03-27re PR middle-end/52693 (Wrong code with SRA and arrays)Martin Jambor1-0/+33
2012-03-27re PR middle-end/52720 (internal compiler error: in try_move_mult_to_index)Richard Guenther1-0/+28
2012-03-20re PR testsuite/52641 (Test cases fail for 16-bit int targets)Georg-Johann Lay3-0/+12
2012-03-16re PR target/52568 (suboptimal __builtin_shuffle on cycles with AVX)Jakub Jelinek4-4/+12
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-1/+1
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth4-4/+3
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther4-0/+120
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-1/+0
2012-03-11re PR target/52530 (Many 64-bit execution failures on Solaris 10/11 with Sun as)Uros Bizjak1-0/+30
2012-03-10re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)John David Anglin1-0/+1
2012-03-10pr52407.c: Add -fno-common option on hppa*-*-hpux*.John David Anglin1-0/+1
2012-03-06va-arg-25.c: Fix typo for powerpc64-*-* check.Pat Haugen1-1/+1
2012-03-06re PR middle-end/52493 (tree check fail in ptr_derefs_may_alias_p)Richard Guenther1-0/+38
2012-03-04pr52402.c: Add dg-require-effective-targetGeorg-Johann Lay1-0/+1
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther1-0/+29
2012-03-01pr47917.c: Make test using POSIX-printf routines on mingw targets.Kai Tietz1-0/+1
2012-02-29re PR middle-end/52419 (Wrong expansion of misaligned vector store)Jakub Jelinek1-0/+32
2012-02-29re PR tree-optimization/52429 (ICE in separate_decls_in_region_debug, at tree...Jakub Jelinek1-0/+24
2012-02-29* gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.Jakub Jelinek1-0/+1
2012-02-28re PR target/52407 (sse2 simd uint32_t and int64_t and stack variable initial...Richard Guenther1-0/+33
2012-02-28re PR tree-optimization/52402 (IPA-SRA creates aligned loads from unaligned m...Richard Guenther1-0/+28
2012-02-27typebound_operator_9.f03: Skip on SPU.Ulrich Weigand1-0/+6
2012-02-20re PR tree-optimization/52298 (ICE: verify_ssa failed: definition in block fo...Richard Guenther1-0/+16
2012-02-14re PR middle-end/52244 (wrong code for function returning union between int a...Richard Guenther1-0/+36
2012-02-08re PR rtl-optimization/52170 (ICE in trunc_int_for_mode, at explow.c:57 durin...Richard Guenther1-0/+17
2012-02-07pr41558.f90: Use lp64 instead of hppa*64*-*-*.John David Anglin2-2/+2
2012-02-07re PR rtl-optimization/52060 (Invalid constant simplification in combine with...Jakub Jelinek1-0/+57
2012-01-31re PR tree-optimization/51528 (SRA should not create BOOLEAN_TYPE replacements)Richard Guenther1-0/+46
2012-01-30re PR tree-optimization/52028 (wrong code with -O2 -ftree-loop-distribution)Richard Guenther1-0/+83
2012-01-28* gcc.dg/torture/pr50444.c: Fix dg directives.Eric Botcazou1-2/+2
2012-01-27re PR tree-optimization/50444 (-ftree-sra ignores alignment)Richard Guenther1-0/+76
2012-01-23re PR middle-end/51949 (expand_call: seg fault caused by IPA split)Richard Guenther1-0/+20