aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2007-06-29re PR middle-end/32493 (Fails to inline varargs function with unused arguments)Richard Guenther1-0/+17
2007-06-29c-common.c (pointer_int_sum): Do the negation in sizetype.Eric Botcazou1-0/+7
2007-06-28* gcc.dg/vect/vect-iv-4.c: Test now passes on vect_pack_trunc targetsDorit Nuzman1-1/+1
2007-06-27re PR middle-end/32492 (attribute always_inline -> sorry, unimplemented: re...Richard Guenther1-0/+7
2007-06-26re PR tree-optimization/20216 (Simple loop runs out of stack at -O1)Geoffrey Keating1-0/+14
2007-06-25re PR tree-optimization/32421 (-ftree-vectorize -msse2 ICEs in build2_stat wh...Andrew Pinski1-0/+12
2007-06-24re PR tree-optimization/32461 (Segmentation fault in build_classic_dist_vecto...Sebastian Pop2-0/+50
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther4-20/+4
2007-06-22re PR middle-end/32374 (internal compiler error: in reload_cse_simplify_opera...Uros Bizjak1-0/+20
2007-06-21re PR tree-optimization/19590 (IVs with the same evolution not eliminated)Sebastian Pop1-0/+37
2007-06-21re PR tree-optimization/31866 (ICE with tree check error: expected ssa_name, ...Jakub Jelinek1-0/+28
2007-06-21svn ci -m "introduce bank[0,1] registers and fix rte delay slot scheduling"Christian Bruel1-0/+1
2007-06-20re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Adam Nemet1-0/+20
2007-06-20re PR middle-end/31959 (ICE in expand_builtin_expect, at builtins.c:5112)Jakub Jelinek1-0/+20
2007-06-19re PR tree-optimization/32367 (internal compiler error: in build_polynomial_c...Sebastian Pop1-0/+20
2007-06-17re PR rtl-optimization/32366 (Segfault in significand_size with -ftree-vector...Uros Bizjak1-0/+13
2007-06-15[multiple changes]Andrew Pinski4-51/+12
2007-06-14fe-convert-1.c: Expect FE_OVERFLOW when converting from 10.000000e96DD to _De...H.J. Lu2-9/+13
2007-06-14re PR testsuite/32274 (FAIL: gcc.dg/vect/pr32224.c)Dorit Nuzman1-1/+1
2007-06-12re PR tree-optimization/15353 ([tree-ssa] Merge two "if"s if one subsumes the...Richard Guenther5-0/+104
2007-06-12re PR rtl-optimization/32293 (internal compiler error: in do_SUBST, at combin...Uros Bizjak1-0/+61
2007-06-12fold-const (fold_binary): Also optimize a/cbrt(b/c) into a*cbrt(c/b) if flag_...Uros Bizjak1-0/+4
2007-06-11setjmp-3.c: Rename raise to raise0.Andreas Tobler2-6/+6
2007-06-11re PR middle-end/32279 (Fold 1.0/sqrt(x/y) to sqrt(y/x))Uros Bizjak1-1/+4
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-0/+59
2007-06-09tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak1-0/+24
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia13-0/+781
2007-06-08re PR tree-optimization/32243 (ICE in vectorizable_type_promotion, at tree-ve...Uros Bizjak2-0/+34
2007-06-08re PR tree-optimization/32224 (ICE in vect_analyze_operations, at tree-vect-a...Dorit Nuzman1-0/+17
2007-06-07re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Manuel López-Ibáñez8-12/+12
2007-06-07attr-weakref-1-darwin.c: Run on all Darwin platforms.Geoffrey Keating8-8/+8
2007-06-07Index: ChangeLogGeoffrey Keating1-0/+11
2007-06-06re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Manuel López-Ibáñez6-9/+10
2007-06-06re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr...Uros Bizjak1-0/+14
2007-06-06lambda.h (build_linear_expr): New.Jan Sjodin1-0/+21
2007-06-05re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Manuel López-Ibáñez6-8/+9
2007-06-05re PR preprocessor/23479 (Implement binary constants with a "0b" prefix)Joerg Wunsch4-0/+362
2007-06-05tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a PLUS_EXPR or MI...Ian Lance Taylor1-0/+15
2007-06-05matrix-reorg.c (transform_access_sites): Fix computation.Razya Ladelsky1-1/+1
2007-06-04tree-vrp.c (adjust_range_with_scev): When loop is not expected to overflow, r...Ian Lance Taylor1-0/+22
2007-06-04re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Manuel López-Ibáñez3-3/+3
2007-06-04re PR c/32191 (ICE with complex __float128)Uros Bizjak1-0/+9
2007-06-01darwin.h (LINK_SPEC): Pass -fpie through to the linker.Geoffrey Keating1-0/+7
2007-06-01tree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we g...Ian Lance Taylor1-0/+20
2007-06-01builtin-return-1.c (g): New.Kazu Hirata1-0/+8
2007-05-29tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak1-0/+54
2007-05-28[multiple changes]Andrew Pinski1-0/+3
2007-05-28matrix: New directory.Razya Ladelsky13-0/+1252
2007-05-25extend.texi (alloc_size): New attribute.Dirk Mueller1-0/+36
2007-05-25re PR tree-optimization/31982 (Missed forw prop with indirect ref and addr. (...Richard Guenther1-0/+22