aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell13-48/+109
2005-02-23re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo11-88/+193
2005-02-23[multiple changes]Bud Davis2-0/+58
2005-02-22Fix FreeBSD __LDBL_MAX__ -pedantic -save-temps bug.James E Wilson2-2/+10
2005-02-23re PR rtl-optimization/20017 (internal compiler error: in rtl_verify_flow_inf...Kazu Hirata4-0/+59
2005-02-22re PR tree-optimization/19952 (ICE: tree check: expected class 'declaration',...Devang Patel4-1/+36
2005-02-23Daily bump.GCC Administrator1-1/+1
2005-02-22* config/rs6000/aix.h (WINT_TYPE): Define.David Edelsohn2-0/+7
2005-02-22rs6000.c (rs6000_override_options): Default to natural alignment for 64-bit D...Stan Shebs3-2/+24
2005-02-22parser.c (cp_parser_direct_declarator): Always complain about non-constant ar...Mark Mitchell5-14/+38
2005-02-22c-common.c (c_common_type_for_mode): Pass the mode's precision to make_[un]si...DJ Delorie2-2/+11
2005-02-22re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey2-17/+45
2005-02-22tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.Kazu Hirata2-49/+44
2005-02-22cfg.c (cached_make_edge): Call make_edge if edge cache is not available.Kazu Hirata2-33/+34
2005-02-22tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...Diego Novillo2-7/+13
2005-02-22asm1.c: Check for IBM1047 code set, not IBM-1047.Uros Bizjak14-14/+31
2005-02-22builtin1.c: Use dg-require-iconv "IBM1047".Uros Bizjak14-13/+31
2005-02-22[multiple changes]Bud Davis2-0/+19
2005-02-22re PR tree-optimization/19786 (Aliasing optimisation bug)Alexandre Oliva4-0/+60
2005-02-21tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_V...DJ Delorie3-2/+11
2005-02-22Daily bump.GCC Administrator1-1/+1
2005-02-21cv_func.C: New test.Douglas Gregor4-2/+92
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor8-27/+155
2005-02-21* config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN): Change to 31.Stan Cox2-6/+7
2005-02-21flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belon...Kazu Hirata2-13/+30
2005-02-21tree-cfg.c (fold_cond_expr_cond): New.Kazu Hirata2-14/+39
2005-02-21Fix law's ChangeLog date, andTobias Schlüter2-3/+16
2005-02-21cfganal.c (find_unreachable_blocks): Manually CSE load of e->dest.Jeff Law2-5/+14
2005-02-21* gcc.dg/tree-ssa/20041122-1.c: New test for missing optimization.Jeff Law2-0/+43
2005-02-21c-objc-common.h, [...]: Update copyright.Kazu Hirata10-9/+14
2005-02-21tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.Kazu Hirata2-7/+12
2005-02-21do_iterator: Split loop, markup all lines for which an error locus is printed.Tobias Schlüter5-16/+57
2005-02-21* dbxout.c (dbxout_function_end): Emit Lscope label always.Ulrich Weigand2-9/+13
2005-02-21re PR bootstrap/13770 ([doc] --with-gc not documented)Richard Guenther2-0/+11
2005-02-21simplify-rtx.c (simplify_unary_operation): Add a missing "break" statement.Paolo Bonzini2-0/+6
2005-02-21re PR tree-optimization/18663 (ACATS ICE cc1221d expected integer_cst, have n...Eric Botcazou2-4/+13
2005-02-21* gcse.c: Remove an obsolete comment.Kazu Hirata2-3/+7
2005-02-21* gcse.c: Remove an obsolete comment.Kazu Hirata2-13/+6
2005-02-21Daily bump.GCC Administrator1-1/+1
2005-02-20* symbol.c: Typos in comments.Steven G. Kargl2-10/+13
2005-02-20re PR tree-optimization/19951 (ICE in tree_split_edge, at tree-cfg.c:3199 wit...Dorit Naishlos4-0/+121
2005-02-20extend.texi (Function Attributes): The attribute "pure" is below this text, n...Hans-Peter Nilsson2-1/+6
2005-02-20* expr.c (gfc_type_convert_binary): Typo in comment.Steven G. Kargl2-1/+5
2005-02-20pa.c (pa_assemble_integer, get_plabel): Small cleanups.John David Anglin3-93/+93
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg18-311/+295
2005-02-20re PR tree-optimization/19951 (ICE in tree_split_edge, at tree-cfg.c:3199 wit...Dorit Naishlos2-5/+26
2005-02-20re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher4-18/+149
2005-02-20Daily bump.GCC Administrator1-1/+1
2005-02-19re PR c++/19299 (ICE with volatile non-PODs pointers)Volker Reichelt3-0/+31
2005-02-19check.c (gfc_check_selected_int_kind): New function.Steven G. Kargl5-3/+26