aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers5-15/+50
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle1-0/+11
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle9-0/+154
2005-12-04Daily bump.GCC Administrator1-1/+1
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers7-27/+45
2005-12-03re PR fortran/25106 ([4.0/4.1] statement label is zero)Francois-Xavier Coudert6-25/+36
2005-12-03typo fixAlan Modra1-1/+1
2005-12-03PR rtl-optimization 25197Alan Modra2-2/+10
2005-12-03* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.Stuart Hastings2-1/+4
2005-12-03c-typeck.c (default_function_array_conversion, [...]): Allow for CONVERT_EXPR...Joseph Myers5-20/+45
2005-12-03* zh_CN.po: Update.Joseph Myers2-1212/+997
2005-12-03re PR c++/24173 (ICE with garbage collection)Mark Mitchell4-2/+33
2005-12-03Fixup some spacingMike Stump6-56/+56
2005-12-03Daily bump.GCC Administrator1-1/+1
2005-12-03rs6000.c (rs6000_stack_t): Remove toc_save_p, toc_save_offset, toc_size, lr_s...Alan Modra2-65/+44
2005-12-02re PR target/25199 (crashing code output from -mtune=pentium4 but not -mtune=...Jakub Jelinek6-5/+52
2005-12-02trans.h (build1_v): Use build1, not build to build the void typed tree.Richard Guenther2-1/+6
2005-12-02tree.h (build): Remove prototype.Richard Guenther3-71/+8
2005-12-02Fix accidental deletion of committer's name.Steven G. Kargl1-0/+2
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther19-202/+242
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther13-271/+292
2005-12-02trans.c (gnat_gimplify_expr): Use buildN instead of build.Richard Guenther2-1/+5
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther4-7/+14
2005-12-02semantics.c (simplify_aggr_init_expr): Use buildN instead of build.Richard Guenther2-1/+6
2005-12-02objc-act.c (objc_build_exc_ptr, [...]): Use buildN instead of build.Richard Guenther2-16/+24
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther6-77/+91
2005-12-02pa.c (pa_secondary_reload): Revise initialization of variable regno.John David Anglin2-2/+7
2005-12-02re PR c++/24103 (ICE in simple_cst_equal)Volker Reichelt2-0/+27
2005-12-02ggc.h (GGC_RESIZEVEC): New.Gabriel Dos Reis5-5/+17
2005-12-02* gcc.c (execute): Improve readability.Volker Reichelt2-3/+8
2005-12-02tree-cfg.c (mark_used_vars): New function.Richard Guenther4-1/+59
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis10-12/+28
2005-12-02lvalue-2.c (f0): Put "error: " marker back.Gabriel Dos Reis2-6/+10
2005-12-02convert.c (convert_to_integer): Fix compare for nonpositive constant to use t...Richard Guenther2-1/+6
2005-12-02convert.c (convert_to_integer): Use fold_convert instead of fold_build1 (NOP_...Richard Guenther2-5/+10
2005-12-02tree-pretty-print.c (op_symbol): Handle LROTATE_EXPR and RROTATE_EXPR.Richard Guenther2-0/+11
2005-12-02re PR target/21017 (ppc 64bit target not using rlwinm)Alan Modra2-0/+11
2005-12-02pr24489.f90: Delete, replaced by read_eor.f90.Jerry DeLisle3-31/+5
2005-12-02re PR target/21017 (ppc 64bit target not using rlwinm)Alan Modra2-6/+33
2005-12-02re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->na...Alan Modra2-12/+23
2005-12-02tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ...Roger Sayle5-13/+31
2005-12-02Missed in last check-in.Ben Elliston1-1/+9
2005-12-02Missed in checkin. :-(Ben Elliston1-0/+21
2005-12-02dfp.h, dfp.c: New files.Jon Grimm10-33/+1165
2005-12-02parser.c (cp_parser_make_typename_type): Call make_typename_type with tf_none...Gabriel Dos Reis2-6/+19
2005-12-02decl.c (gfc_match_old_kind_spec): Improve handling of old style COMPLEX*NErik Schnetter2-8/+20
2005-12-02Daily bump.GCC Administrator1-1/+1
2005-12-02simplify-rtx.c (simplify_plus_minus): Do simplify constants.Alan Modra2-14/+16
2005-12-01parser.c (cp_parser_declaration): Set token2.type to CPP_EOF, not RID_MAX.Gabriel Dos Reis2-1/+9
2005-12-01* optabs.c (expand_vec_cond_expr): Use EXPAND_NORMAL.Richard Henderson2-2/+6