aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-11-21re PR libfortran/24432 (Missing symbols)Eric Botcazou2-0/+7
2005-11-21re PR target/24951 (ICE: RTL check: expected code 'const_int', have 'const_do...Paolo Bonzini2-5/+10
2005-11-21re PR target/24953 (RTL check: access of elt 1 of vector with last elt 0 in v...David Edelsohn2-1/+8
2005-11-21re PR fortran/24223 (Gfortran crashes in two places)Paul Thomas6-1/+55
2005-11-21re PR tree-optimization/24653 (EON regressed seriously on x86-64)Jan Hubicka2-0/+9
2005-11-21predicates.md (ax_reg_operand): New predicate.Uros Bizjak3-2/+35
2005-11-21fold-const.c (fold_binary): Optimize A / A to 1.0 if we don't care about NaNs...Uros Bizjak4-0/+33
2005-11-21re PR rtl-optimization/24883 (fatal error: internal consistency failure build...Ian Lance Taylor4-10/+51
2005-11-21re PR rtl-optimization/20583 (ICE in output_operand: invalid expression as op...Kazu Hirata4-11/+56
2005-11-21combine.c (try_combine): Do not run subst on i1src and i2src in the case of g...Joseph Myers2-29/+40
2005-11-20re PR tree-optimization/24931 (uninitialized structure member after assignment)Richard Henderson3-9/+68
2005-11-21Daily bump.GCC Administrator1-1/+1
2005-11-20expr.c (expand_expr_real): Use usmul_optab for widening signed * unsigned mul...Bernd Schmidt7-2/+71
2005-11-20usmul.c: New test.Bernd Schmidt2-0/+37
2005-11-20* gcc.pot: Regenerate.Joseph Myers2-5769/+7386
2005-11-20gensupport.c (std_preds): Fixed extraneous `false` in last change.Graham Stott2-1/+5
2005-11-20invoke.texi: Remove superfluous @item.Toon Moene2-1/+4
2005-11-20re PR target/24757 (__sync_fetch_and_add on ia64)Andreas Schwab2-1/+7
2005-11-19re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_oper...Richard Henderson5-5/+69
2005-11-20tree-vrp.c (compare_ranges): Return false for EQ_EXPR if VR0 is less than VR1...James A. Morrison4-0/+29
2005-11-20Daily bump.GCC Administrator1-1/+1
2005-11-19re PR middle-end/24912 (m68k build failure: ICE: in reload_cse_simplify_opera...Hans-Peter Nilsson3-35/+95
2005-11-19re PR middle-end/24912 (m68k build failure: ICE: in reload_cse_simplify_opera...Hans-Peter Nilsson2-0/+15
2005-11-19fold-const.c (fold_indirect_ref_1): Make sure we fold ARRAY_REFs of constant ...Richard Guenther2-2/+13
2005-11-19fortran ChangeLog:Janne Blomqvist4-8/+76
2005-11-19gcc.c (version_compare_spec_function): Use '%s' rather than %qs in fatal form...Jakub Jelinek2-1/+6
2005-11-19re PR ada/23717 ([Ada] Wrong ICE diagnostic formatting)Richard Guenther2-4/+25
2005-11-19combine.c (make_compound_operation): Swap operands of commutative operation i...Joseph Myers2-0/+15
2005-11-19re PR middle-end/23294 (fold does not fold a*C+a to a*(C+1) or a*C-a to a*(C-1))Richard Guenther4-133/+167
2005-11-19Add comment.Eric Botcazou1-0/+2
2005-11-19* gcc.dg/fold-overflow-1.c: Adjust for float output for mmix-*-*.Hans-Peter Nilsson2-1/+6
2005-11-19gensupport.c (old_preds): Rename to std_preds, add special field.Paolo Bonzini2-51/+42
2005-11-19Remove conflict markersHans-Peter Nilsson1-3/+0
2005-11-19* BASE-VER: Change to 4.2.0.Mark Mitchell2-1/+5
2005-11-19re PR c++/8355 (befriending a template specialization in another namespace)Mark Mitchell5-68/+87
2005-11-18Fix spurious warning for strstr (s, "").James E Wilson4-1/+20
2005-11-1820010423-1.c, [...]: Move from gcc.dg/.Richard Henderson18-13/+26
2005-11-19Daily bump.GCC Administrator1-1/+1
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump12-15/+37
2005-11-18run_all.sh (target_run): Revert 2005-11-17 patch.Eric Botcazou2-18/+5
2005-11-18re PR target/24914 (gcc fails when built with --with-cpu=ep9312 --with-fpu=ma...Richard Earnshaw2-12/+26
2005-11-18tree-flow.h (reserve_phi_args_for_new_edge, [...]): Mention that these functi...James A. Morrison2-6/+14
2005-11-18* config/bfin/bfin.md (trap): New pattern.Jie Zhang2-0/+11
2005-11-18tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds on types.Richard Kenner2-4/+15
2005-11-18Fix typo in last change.Richard Kenner1-1/+1
2005-11-18expr.c (expand_expr_real): Don't look at EXPR_HAS_LOCATION unless ib_boundari...Richard Kenner2-2/+5
2005-11-18* postreload.c (reload_cse_move2add): Don't try to work with BImode.Richard Kenner2-2/+4
2005-11-18fold-const.c (build_range_check): Use proper type for subtraction when mergin...Richard Kenner2-4/+21
2005-11-18re PR ada/24857 (ada/s-auxdec.ads alignment issue for arm-rtems)Laurent GUERBY2-0/+7
2005-11-18* g++.dg/cpp/string-2.C: New test.Joseph Myers2-0/+11