aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2004-07-15* gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.Mike Stump1-3/+3
2004-07-14Fix MIPS SPEC95 FP 146.wave5 -fprofile-generate failure.James E Wilson1-0/+33
2004-07-14* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.Mike Stump1-1/+1
2004-07-14* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.Mike Stump1-1/+1
2004-07-13re PR tree-optimization/16443 (ICE during linux kernel compilation)Diego Novillo1-0/+18
2004-07-09mm3dnow.h: New.Jan Beulich4-0/+48
2004-07-09c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes permissible ...Jan Beulich3-2/+93
2004-07-09builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.Jan Beulich1-0/+68
2004-07-09c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m...Zack Weinberg1-2/+1
2004-07-09* gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.Diego Novillo1-2/+2
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-4/+4
2004-07-04re PR preprocessor/16192 (Bug in expression evaluation when operand is missing)Neil Booth2-0/+12
2004-07-03tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold fp plus with ...Richard Henderson1-0/+12
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers7-19/+32
2004-07-01builtins.c (fold_builtin_classify): New.Paolo Bonzini3-0/+155
2004-07-01Index: gcc/ChangeLogGeoffrey Keating5-8/+12
2004-06-30compat-common.h: Wrap up CINT in an #ifndef SKIP_COMPLEX_INT/#endif pair.Eric Botcazou1-0/+6
2004-06-30* gcc.dg/Wunreachable-8.c : New test.Nitin Yewale1-0/+20
2004-06-30* gcc.dg/h8300-ice2.c : New testNitin Yewale1-0/+12
2004-06-30struct-by-value-22_main.c: New test.Jakub Jelinek3-0/+134
2004-06-29re PR middle-end/16216 (ICE in gimplify_va_arg_expr after error)Richard Henderson1-0/+7
2004-06-29vector-defs.h: Use vector_size attribute only for GCC 3.5+...Jakub Jelinek1-21/+47
2004-06-29re PR target/16195 ([3.4 only] Miscompilation of GCC 3.3.x by 3.4.x)Jakub Jelinek1-0/+37
2004-06-29tree-sra.c: Rewrite from scratch.Richard Henderson1-3/+3
2004-06-28pr14963.c: Remove the dg-warning as it is dected by the error already.Andrew Pinski1-2/+0
2004-06-28re PR target/14041 (H8300-elf unaligned word/longword access of zero initiali...Dhananjay Deshpande1-0/+12
2004-06-27re PR c/14963 (Unknown types cause ICE in function declarations)Andrew Pinski1-0/+3
2004-06-2720021123-1.c: Remove duplicate of 20021110.c.Joseph Myers5-103/+0
2004-06-27fold-const.c (fold): Optimize ~X|X and X|~X as -1.Roger Sayle1-0/+42
2004-06-25re PR middle-end/15825 (if-cvt optimisation patch noce_try_sign_mask breaks a...Roger Sayle1-0/+18
2004-06-25re PR target/16144 (Bogus reference to __divdf3 when -O1)Richard Sandiford1-0/+9
2004-06-24tree-ssa-dom.c (record_dominating_conditions): New function.Jeff Law1-0/+21
2004-06-23c-typeck.c (composite_type, [...]): Abort if we have type qualifiers at all.Andrew Pinski1-0/+3
2004-06-23* gcc.dg/kpice1.c: New test.Nitin Yewale1-0/+6
2004-06-23[multiple changes]Andrew Pinski1-0/+3
2004-06-22* gcc.dg/noreturn-1.c (foo5): Update function does return lineno.Richard Henderson1-2/+1
2004-06-23* gcc.dg/builtins-config.h: Handle FreeBSD.Loren J. Rittle1-0/+2
2004-06-22Testcases for my rs6000-specific change of this date.Dale Johannesen2-0/+23
2004-06-22Radar #: 3701874Andrew Pinski2-0/+14
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2-0/+12
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-5/+4
2004-06-20struct-complex-1_x.c: Add dummy symbol.Eric Botcazou4-0/+12
2004-06-19fold-const.c (fold): Add constant folding for unordered comparison tree nodes.Roger Sayle2-0/+130
2004-06-19struct-align-2_x.c: Include <limits.h>.Jakub Jelinek2-4/+8
2004-06-19compat-common.h (CINT, CDBL): Define.Jakub Jelinek9-32/+41
2004-06-19fold-const.c (build_range_check): If !in_p and recursive call fails, exit imm...Jakub Jelinek1-0/+168
2004-06-17Bug 14610Zack Weinberg2-0/+25
2004-06-16c-parse.in (if_stmt_locus): Remove.Richard Henderson1-2/+2
2004-06-16i386-ssetype-1.c: Remove XFAIL.Richard Henderson2-4/+2
2004-06-15fold-const.c (swap_tree_comparison): No longer static.Jeff Law3-2/+28