aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-02-23re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle2-0/+60
2007-02-23builtins.c (fold_builtin_frexp): New.Kaveh R. Ghazi4-0/+186
2007-02-23* doc/invoke.texi (Spec Files): Document getenv spec function.Mark Mitchell2-0/+15
2007-02-23Daily bump.GCC Administrator1-1/+1
2007-02-22gcc.c (getenv_spec_function): New function.Mark Mitchell3-4/+38
2007-02-22gfortran.texi (Old-style kind specifications): Document special handling of o...Brooks Moses3-8/+19
2007-02-22* g++.dg/opt/switch4.C: Pass -fshort-enums -w.Mark Mitchell2-0/+5
2007-02-22dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz7-144/+74
2007-02-22re PR debug/30898 (ICE with anonymous union and -g)Ian Lance Taylor4-0/+54
2007-02-22* tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.Ira Rosen4-1/+96
2007-02-22re PR tree-optimization/30843 (ice for legal code with -ftree-vectorize -O2)Ira Rosen4-11/+40
2007-02-22Update test to be compatible with Ada 2005.Arnaud Charlet2-2/+2
2007-02-22re PR tree-optimization/30858 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman5-8/+79
2007-02-22wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller to set options fo...Mark Mitchell4-5/+17
2007-02-22Daily bump.GCC Administrator1-1/+1
2007-02-21configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.Mike Stump3-2/+9
2007-02-21Change the defaults of some parameters and options.Trevor Smigiel11-181/+404
2007-02-21re PR ada/18819 (ACATS cdd2a02 fail at runtime)Eric Botcazou4-6/+135
2007-02-21builtin-ldexp-1.c: Use -fno-finite-math-only on sh* targets.Kaveh R. Ghazi2-4/+10
2007-02-21arm.c (thumb2_final_prescan_insn): Don't incrememnt condexec_count when skipp...Paul Brook2-4/+6
2007-02-21common.opt (Warray-bounds): Add Warning attribute.Nick Clifton3-8/+17
2007-02-21re PR middle-end/30761 (Error: unsupported relocation against sfp)Ulrich Weigand2-25/+24
2007-02-21[multiple changes]Jakub Jelinek5-28/+76
2007-02-21Daily bump.GCC Administrator1-1/+1
2007-02-21frv.c (frv_read_argument): Take a tree and int argument.Eric Christopher2-92/+114
2007-02-20invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.Janis Johnson11-114/+291
2007-02-20rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher5-21/+28
2007-02-20rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ* notes on an insn w...Steven Bosscher2-1/+14
2007-02-20re PR fortran/30869 ([4.1 only] Rejects pointer to integer as loop variable)Thomas Koenig4-6/+20
2007-02-20fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb, scalbn and scalbln.Kaveh R. Ghazi4-4/+20
2007-02-20Index: gcc/ChangeLogGeoffrey Keating7-5/+41
2007-02-20optabs.h (enum optab_index): Add new OTI_scalb.Kaveh R. Ghazi8-8/+140
2007-02-20re PR other/30824 (-Werror -Wfatal-errors should stop after the first warning)Manuel López-Ibáñez10-27/+81
2007-02-20i386.md (expm1xf2): Reorder insn sequence for better code generation.Uros Bizjak2-10/+19
2007-02-20re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, ...Tobias Burnus6-13/+174
2007-02-20re PR fortran/30783 ("character(*), value" produces SEGV at runtime)Tobias Burnus2-3/+20
2007-02-20call.c (build_new_method_call): Ensure that explicit calls of destructors hav...Mark Mitchell2-0/+19
2007-02-20* config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.Ben Elliston2-1/+5
2007-02-20c4x.md, [...]: Follow spelling conventions.Kazu Hirata26-87/+100
2007-02-20alpha.c, [...]: Follow spelling conventions.Kazu Hirata11-22/+30
2007-02-20re PR middle-end/29943 (gcc generate incorrect alias symbols for PPC)Alan Modra2-0/+10
2007-02-20Daily bump.GCC Administrator1-1/+1
2007-02-19* doc/invoke.texi (-ftree-lrs): Remove.Kazu Hirata2-7/+5
2007-02-19tree-ssa-pre.c (create_value_expr_from): Initialize POOL to NULL.Diego Novillo2-1/+6
2007-02-19ia64.c (ia64_expand_builtin): Use the new CALL_EXPR_FN macro for retrieving t...Lee Millward2-1/+7
2007-02-19re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2)Thomas Koenig4-26/+32
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez36-70/+111
2007-02-19tree-cfg.c (dump_function_to_file): Be prepared for functions without DECL_ST...Eric Botcazou2-2/+10
2007-02-19gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to ca...Eric Botcazou4-0/+54
2007-02-19re PR debug/29558 (ICE in set_variable_part, at var-tracking.c:2140)Richard Henderson3-1/+38