1. 16 Jul, 2009 1 commit
  2. 15 Jul, 2009 30 commits
    • re PR rtl-optimization/40710 (Linux kernel miscompiled for sh4-linux) · 9d2bb902
      	PR rtl-optimization/40710
      	* resource.c (mark_target_live_regs): Reset DF problem to LR.
      
      From-SVN: r149696
      Eric Botcazou committed
    • * config/mips/mips.md (*extenddi_truncate<mode>, · da45599c
      	*extendsi_truncate<mode>): Change type attribute to move_type
      	with shift_shift.  Split out code handling exts from here ...
      	(*extend<GPR:mode>_truncate<SHORT:mode>_exts): ... to this new
      	pattern.
      	(*extendhi_truncateqi): Change type attribute to move_type with
      	shift_shift.  Split out code handling exts from here ...
      	(*extendhi_truncateqi_exts): ... to this new pattern.
      
      From-SVN: r149694
      Adam Nemet committed
    • sse.md (copysign<mode>3): Use "and-not" SSE instruction instead of "and" with… · 31f44cd0
      sse.md (copysign<mode>3): Use "and-not" SSE instruction instead of "and" with inverted sign bit mask value.
      
      	* config/i386/sse.md (copysign<mode>3): Use "and-not" SSE instruction
      	instead of "and" with inverted sign bit mask value.  Use
      	"nonimmediate_operand" for operand 1 and operand 2 predicate.
      	Allocate registers only for operand 4 and operand 5.
      
      From-SVN: r149691
      Uros Bizjak committed
    • sse.md (copysign<mode>3): Allocate registers only for operands[5] and operands[6]. · 1fba7394
      	* config/i386/sse.md (copysign<mode>3): Allocate registers only for
      	operands[5] and operands[6].
      
      From-SVN: r149690
      Uros Bizjak committed
    • Make-lang.in: Update dependencies · fde4b6f5
      	* gcc-interface/Make-lang.in: Update dependencies
      
      	* gcc-interface/Makefile.in: Add target pairs for PPC/Xenomai
      
      From-SVN: r149689
      Arnaud Charlet committed
    • [multiple changes] · 9cd33a66
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* par_sco.adb (Traverse_Declarations_Or_Statements): Add processing for
      	N_Label. Remove SCO table entry for entry point (not used).
      
      	* par_sco.ads: Remove SCO entry point type (not used)
      
      	* switch.adb: Minor code clean up.
      
      2009-07-15  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* exp_dbug.ads (Base Record Types): Document enhanced encoding.
      
      2009-07-15  Thomas Quinot  <quinot@adacore.com>
      
      	* gnatls.adb: Minor reformatting
      
      	* gnatcmd.adb: Minor code reorganization
      
      2009-07-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_util.adb (Component_May_Be_Bit_Aligned): Use underlying type to
      	determine whether a component of a private type has a composite type.
      
      From-SVN: r149688
      Arnaud Charlet committed
    • [multiple changes] · 6eab5a95
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch10.adb: Minor reformatting throughout
      	Minor code reorganization (put nested subprograms in alpha order)
      
      2009-07-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_ch6.adb (Expand_Call): Prevent double attachment of the result
      	when compiling a call to a protected function that returns a controlled
      	object.
      
      2009-07-15  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sysdep.c (__gnat_localtime_tzoff): Consolidate the Lynx cases into
      	one. Add task locking and unlocking around the critical region which
      	mentions localtime_r and global variable timezone for various targets.
      	Comment reformatting.
      
      From-SVN: r149686
      Arnaud Charlet committed
    • gnat_rm.texi: Document s-ststop.ads · 3eb532e6
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Document s-ststop.ads
      
      	* impunit.ad: (Map_Array): New table of alternative names
      	(Get_Kind_Of_Unit): Return possible suggested alternative name
      
      	* impunit.ads (Get_Kind_Of_Unit): Return possible suggested
      	alternative name.
      
      	* sem_ch10.adb (Analalyze_With_Clause): Add name of possible
      	alternative unit if an implementation unit is with'ed.
      
      From-SVN: r149685
      Robert Dewar committed
    • gnat_ugn.texi: Minor updates. · 4cd029c7
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_ugn.texi: Minor updates.
      
      	* snames.ads-tmpl: Minor comment updates for Ada 2005 fully implemented
      
      From-SVN: r149680
      Robert Dewar committed
    • [multiple changes] · 892125cd
      2009-07-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_warn.adb (Warn_On_Constant_Condition): Handle properly constant
      	conditions of a derived boolean type.
      	Minor reformatting
      
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* gnat1drv.adb: Initialize SCO tables
      
      	* par-load.adb: Call SCO_Record for main unit spec
      
      	* par.adb: Make call to SCO_Record for main unit
      
      	* par_sco.adb (Unit_Table): Change format to facilitate sort
      	(Process_Decisions): New procedure with list argument
      	(Traverse_Generic_Package_Declaration): New procedure
      	(Initialize): New procedure, replaces Init
      	(SCO_Output): Sort unit table before output
      	(SCO_Record): Avoid duplications
      	(SCO_Record): Handle remaining cases of units
      	(Traverse_Declarations_Or_Statements): Handle generics
      
      	* par_sco.ads (Initialize): New peocedure (replaces Init)
      
      	* sem_ch10.adb (Analyze_Proper_Body): Make call to SCO_Record for
      	subunit.
      
      2009-07-15  Arnaud Charlet  <charlet@adacore.com>
      
      	* debug.adb: Add -gnatd.J switch for now to support scil generation in
      	parallel. Add missing doc for -gnatd.I and -gnatd.O
      
      From-SVN: r149679
      Arnaud Charlet committed
    • lib-load.adb: Minor reformatting · 671eb586
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* lib-load.adb: Minor reformatting
      
      	* lib-writ.adb (Write_ALI): Fix handling of SCO_Output wrt Generate_SCO.
      
      From-SVN: r149678
      Robert Dewar committed
    • par.adb: Minor reformatting Add ??? comment for possible bad comment · 8aaeba8f
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* par.adb: Minor reformatting
      	Add ??? comment for possible bad comment
      
      	* par-ch10.adb: Minor reformatting
      
      From-SVN: r149677
      Robert Dewar committed
    • Remove -gnatd.O doc · 36366047
      From-SVN: r149676
      Arnaud Charlet committed
    • re PR middle-end/40747 (wrong code for int-is-in-range test at -O1 and above) · b4e4232d
      	PR middle-end/40747
      	* fold-const.c (fold_cond_expr_with_comparison): When folding
      	< and <= to MIN, make sure the MIN uses the same type as the
      	comparison's operands.
      
      	* gcc.c-torture/execute/pr40747.c: New test.
      
      From-SVN: r149675
      Jakub Jelinek committed
    • [multiple changes] · 00838d9a
      2009-07-15  Sergey Rybin  <rybin@adacore.com>
      
      	* tree_in.ads, output.adb, tree_io.ads: Get rid of pragmas Warnings
      	Off/On for with clause to System.OS_Lib - not needed any more.
      
      2009-07-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_warn.adb (Warn_On_Constant_Condition): if the constant condition
      	is a literal of a derived boolean type, it appears as an unchecked
      	conversion. Retrieve actual value from expression of conversion.
      
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch3.adb: Minor reformatting
      
      	* lib-xref.ads, lib-xref.adb, lib.ads, par_sco.ads, par_sco.adb,
      	lib-writ.ads, lib-writ.adb: Minor reformatting.
      	Fix problem with SCO format in ALI files
      
      From-SVN: r149674
      Arnaud Charlet committed
    • arm.md (ior_xor): New code iterator. · fa01135d
      	* arm.md (ior_xor): New code iterator.
      	(split for ior/xor with shift and zero-extend): New split pattern.
      	* arm/predicates.md (subreg_lowpart_operator): New special predicate.
      
      From-SVN: r149673
      Richard Earnshaw committed
    • [multiple changes] · faf387e1
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch7.adb, exp_util.adb, tbuild.adb, tbuild.ads, exp_ch4.adb,
      	exp_aggr.adb: Minor code reorganization (better calling sequence for
      	Make_Temporary).
      
      2009-07-15  Thomas Quinot  <quinot@adacore.com>
      
      	* opt.ads: Minor comment edits
      
      From-SVN: r149672
      Arnaud Charlet committed
    • tree-ssa-structalias.c (make_constraint_from_heapvar): Initialize offset member. · b41e33fe
      2009-07-15  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-structalias.c (make_constraint_from_heapvar): Initialize
      	offset member.
      
      From-SVN: r149671
      Richard Guenther committed
    • Makefile.in: Special rule for seh_init.o no longer needed. · ece6940b
      2009-07-15  Tristan Gingold  <gingold@adacore.com>
      
      	* gcc-interface/Makefile.in: Special rule for seh_init.o no longer
      	needed.
      
      From-SVN: r149670
      Tristan Gingold committed
    • debug.adb: Add -gnatd.O to output SCO table · 6f12117a
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* debug.adb: Add -gnatd.O to output SCO table
      
      	* lib-writ.adb (Write_Unit_Information): Use SCO_Output to output SCO
      	information.
      
      	* lib-writ.ads: Document addition of SCO lines to ALI file
      
      	* par_sco.ads, par_sco.adb: New files.
      
      	* opt.ads (Generate_SCO): New switch
      
      	* par.adb (Par): Call SCO_Record to record SCO information
      
      	* sem_warn.adb (Warn_On_Constant_Condition): Adjust SCO condition
      
      	* switch-c.adb: Recognize -gnateS to generate SCO information
      
      	* usage.adb: Add line for -gnateS
      
      	* gcc-interface/Make-lang.in: Add dependency on par_sco.o for gnat1
      
      From-SVN: r149669
      Robert Dewar committed
    • [multiple changes] · 3a336262
      2009-07-15  Sergey Rybin  <rybin@adacore.com>
      
      	* tree_in.ads, tree_io.ads: Add pragma Warnings Off/On for with clause
      	to System.OS_Lib to avoid warnings.
      
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* sinfo.ads, make.adb, par.ads, par.adb, sem_warn.adb: Minor
      	reformatting.
      
      2009-07-15  Thomas Quinot  <quinot@adacore.com>
      
      	* g-socthi-mingw.adb: Minor comment addition
      
      	* g-socthi-mingw.ads (WSAStartup): First argument is a WORD not an int.
      
      From-SVN: r149668
      Arnaud Charlet committed
    • g-htable.ads, [...]: Minor reformatting · 1b73fbc4
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* g-htable.ads, s-htable.ads: Minor reformatting
      
      From-SVN: r149667
      Robert Dewar committed
    • switch-c.adb, [...]: Implement new switch -gnatw.g. · 6b3fc735
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* switch-c.adb, sem_ch10.adb, sem_warn.adb, sem_warn.ads: Implement
      	new switch -gnatw.g.
      	(Set_GNAT_Mode_Warnings): New procedure.
      
      	* lib-xref.adb: Minor reformatting
      
      From-SVN: r149666
      Robert Dewar committed
    • exp_aggr.adb, [...]: Minor reformatting Minor code reorganization · 124e3829
      2009-07-15  Robert Dewar  <dewar@adacore.com>
      
      	* exp_aggr.adb, tbuild.ads, tbuild.adb: Minor reformatting
      	Minor code reorganization
      
      From-SVN: r149665
      Robert Dewar committed
    • re PR bootstrap/40753 (ICE in refs_may_alias_p_1 for libffi/src/powerpc/ffi.c) · c9b2f286
      2009-07-15  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/40753
      	* alias.c (ao_ref_from_mem): Reject FUNCTION_DECL and LABEL_DECL
      	bases.
      
      	* gcc.c-torture/compile/pr40753.c: New testcase.
      
      From-SVN: r149664
      Richard Guenther committed
    • linux-unwind.h (m68k_fallback_frame_state): Update to handle 2.6.30 kernel. · 31d29c40
      	* config/m68k/linux-unwind.h (m68k_fallback_frame_state): Update to
      	handle 2.6.30 kernel.
      
      From-SVN: r149663
      Maxim Kuvyrkov committed
    • re PR fortran/40743 (ICE when compiling iso_varying_string.f95 at revision 149591) · f6ddbf11
      2009-07-15  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40743
      	* resolve.c (resolve_symbol): Don't resolve the formal namespace of a
      	contained procedure.
      
      
      2009-07-15  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40743
      	* gfortran.dg/interface_assignment_4.f90: New.
      
      From-SVN: r149662
      Janus Weil committed
    • builtins-config.h (HAVE_C99_RUNTIME): Do not define for FreeBSD up to and including version 8. · 76a15894
      	* gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Do not define
      	for FreeBSD up to and including version 8.
      
      From-SVN: r149661
      Gerald Pfeifer committed
    • mep.md (sibcall_internal): Change register to allow for 24-bit addresses. · 18e67adf
      * config/mep/mep.md (sibcall_internal): Change register to allow
      for 24-bit addresses.
      (sibcall_value_internal): Likewise.
      
      From-SVN: r149655
      DJ Delorie committed
    • Daily bump. · b007b532
      From-SVN: r149653
      GCC Administrator committed
  3. 14 Jul, 2009 9 commits