aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2007-10-02re PR testsuite/31828 (FAIL: gcc.dg/float-range-[3-5].c (test for excess erro...John David Anglin3-12/+24
2007-09-30re PR tree-optimization/33597 (Internal compiler error while compiling libsws...Uros Bizjak1-0/+24
2007-09-29fold-bitand-4.c: Add -fno-common to options on hppa*-*-hpux*.John David Anglin1-0/+1
2007-09-28array-init-1.c: Add -mtune=i686 for 32bit x86 targets.Uros Bizjak1-0/+1
2007-09-27c99-tgmath-1.c: Require c99_runtime and add the associated options.Richard Sandiford4-4/+8
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-0/+13
2007-09-26re PR tree-optimization/33563 (DSE removes non-dead store)Richard Guenther1-0/+22
2007-09-26re PR c/25309 (ICE on initialization of a huge array)Joseph Myers2-1/+8
2007-09-26re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Richard Guenther6-3/+97
2007-09-25re PR c/32295 (An invalid c code causes an ICE in create_tmp_var, at gimplify...Joseph Myers1-0/+86
2007-09-23fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer operand.Ollie Wild4-0/+145
2007-09-23pr21591.c: Require vect_int.Richard Sandiford4-0/+4
2007-09-23re PR tree-optimization/32772 (error: found real variable when subvariables s...Jakub Jelinek1-0/+23
2007-09-23expr.c (expand_expr_real_1): Use get_callee_fndecl instead of checking CALL_E...Jakub Jelinek2-3/+47
2007-09-23re PR middle-end/28755 (duplicate members of arrays)Jakub Jelinek1-0/+22
2007-09-23mips.h (ISA_HAS_DSP, [...]): New macros.Richard Sandiford1-1/+2
2007-09-22target-supports.exp (check_cached_effective_target): New procedure.Richard Sandiford4-6/+13
2007-09-22sourcebuild.texi (dg-add-c99-runtime-options): Document.Richard Sandiford10-20/+10
2007-09-22target-supports.exp (check_effective_target_fixed_point): New to check if tar...Chao-ying Fu45-0/+4826
2007-09-20c-decl.c (check_bitfield_type_and_width): Don't allow _Bool bit-fields wider ...Joseph Myers3-14/+47
2007-09-20re PR debug/33316 (ICE on valid variable-length automatic array in const struct)Jakub Jelinek1-0/+15
2007-09-20re PR c/33238 (ICE on statement expression using variable-sized structure in ...Jakub Jelinek2-0/+27
2007-09-20target-supports.exp (check_effective_target_mips64): New procedure.Richard Sandiford4-10/+33
2007-09-19* gcc.dg/cpp/assert4.c: Fix expected h8300 preprocessor define.Nick Clifton1-1/+1
2007-09-18Restore detection of unsupported TLS.Sandra Loosemore37-19/+38
2007-09-18c-format.h (format_kind_info): Add alloc_char field.Jakub Jelinek4-0/+179
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-0/+33
2007-09-15tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if the VEC is ...Dorit Nuzman1-0/+8
2007-09-13mips.h (SYMBOL_FLAG_MIPS16_FUNC): Delete.Richard Sandiford1-0/+4
2007-09-13re PR testsuite/33153 (FAIL: gcc.dg/pr32912-[12].c (test for excess errors))John David Anglin2-2/+1
2007-09-12re PR target/32338 (Error: .prologue within prologue)Jakub Jelinek2-0/+94
2007-09-12tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish between p...Ira Rosen6-13/+68
2007-09-12re PR tree-optimization/33373 (ICE in vectorizable_type_demotion, at tree-vec...Dorit Nuzman1-0/+8
2007-09-11* gcc.dg/cpp/trad/include.c: Don't run for newlib targets.Hans-Peter Nilsson1-2/+3
2007-09-11add pr numberJason Merrill1-0/+1
2007-09-11re PR middle-end/27945 (Packed struct of variable length has wrong size)Jason Merrill1-0/+30
2007-09-11builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.Jakub Jelinek1-0/+120
2007-09-11* gcc.dg/tree-ssa/loadpre11.c: Add -fno-tree-cselim to flags.Michael Matz1-1/+1
2007-09-11re PR c/30013 (Multiple flaws in decimal floating-point arithmetic conversion...Janis Johnson12-25/+1307
2007-09-11rsha Jagasia <harsha.jagasia@amd.com>Harsha Jagasia4-6/+6
2007-09-10bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac...Robert Kidd1-0/+18
2007-09-10re PR target/33369 (suffix or operands invalid for `pslld')Uros Bizjak1-0/+21
2007-09-09* gcc.dg/tree-ssa/ssa-fre-4.c: Skip for cris-*-* and mmix-*-*.Hans-Peter Nilsson1-0/+3
2007-09-09costmodel-vect-outer-fir.c: Add noinline attribute.Ira Rosen4-5/+8
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen44-10/+3860
2007-09-09file-format.exp (gcc_target_object_format): Use remote_exec to call objdump.Joseph Myers1-0/+2
2007-09-08re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak1-0/+19
2007-09-07re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther4-6/+5
2007-09-07revert: re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther4-5/+6
2007-09-07re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-t...Uros Bizjak1-0/+15