aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-02-24Fix thinko in last fix.Mike Stump1-1/+4
2007-02-24tlink.c (scan_linker_output): Parse linker messages from darwin9's linker bet...Mike Stump2-1/+25
2007-02-24Daily bump.GCC Administrator1-1/+1
2007-02-24re PR debug/29614 (DWARF information for function static variable is missing ...Steve Ellcey2-0/+9
2007-02-23i386.c (ix86_data_alignment): Don't specify an alignment bigger than the obje...DJ Delorie2-1/+6
2007-02-23README: Correct command.Manuel López-Ibáñez4-3/+10
2007-02-23target-supports.exp (check_effective_target_unwrapped): New.Mark Mitchell2-0/+15
2007-02-23target-supports.exp (check_effective_target_unwrapped): New.Mark Mitchell2-0/+12
2007-02-23re PR target/30825 (current mainline fails to bootstrap when -msse is used)Uros Bizjak2-8/+15
2007-02-23loop-iv.c (determine_max_iter): Moved in front of its sole user.Bernd Schmidt2-65/+67
2007-02-23re PR fortran/30660 (Allocatable components of a derived type "require" the S...Paul Thomas4-3/+38
2007-02-23bfin.md (doloop_end): Fail for loops that can iterate 2^32-1 or more times un...Bernd Schmidt2-1/+15
2007-02-23builtins.c (fold_builtin_logb, [...]): New.Kaveh R. Ghazi8-0/+308
2007-02-23class.c (note_name_declared_in_class): Make declaration changes meaning a ped...Richard Guenther4-3/+23
2007-02-23i386.c (bdesc_1arg): Initialize IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLD...H.J. Lu2-9/+11
2007-02-23re PR rtl-optimization/30841 (Missed optimizations for sbi/cbi instructions)Paolo Bonzini2-1/+7
2007-02-23options.c (set_default_std_flags): New function to consolidate setting the fl...Jerry DeLisle2-12/+22
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