1. 15 Jul, 2009 11 commits
  2. 14 Jul, 2009 21 commits
  3. 13 Jul, 2009 8 commits
    • 2009-07-13 Ghassan Shobaki <ghassan.shobaki@amd.com> · ee4764a8
      	
      	* haifa-sched.c 
      	(rank_for_schedule): Introduced flags to enable/disable 
      	individual scheduling heuristics.
      	* common.opt: Introduced flags to enable/disable
              individual heuristics in the scheduler.	
      	* doc/invoke.texi: Introduced flags to enable/disable
              individual heuristics in the scheduler.
      
      From-SVN: r149603
      Ghassan Shobaki committed
    • configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM. · 05682af8
      	* configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
      	* configure: Regenerate.
      
      From-SVN: r149594
      Eric Botcazou committed
    • t-gthr-win32 (LIB2FUNCS_EXTRA): Remove file config/i386/mingw-tls.c. · 9122666c
      2009-07-13  Kai Tietz  <kai.tietz@onevision.com>
      
      	* config/i386/t-gthr-win32 (LIB2FUNCS_EXTRA): Remove file
      	config/i386/mingw-tls.c.
      	* config/i386/mingw-tls.c: Removed.
      
      From-SVN: r149593
      Kai Tietz committed
    • module.c (mio_symbol): Remove the unused variable, formal. · 2b78f78f
      2009-07-13  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* module.c (mio_symbol): Remove the unused variable, formal.
      
      From-SVN: r149591
      H.J. Lu committed
    • re PR c++/22154 ([DR 382] qualified names should allow typename keyword in front… · 84a900c9
      re PR c++/22154 ([DR 382] qualified names should allow typename keyword in front of it (even in non-templates))
      
      2009-07-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR C++/22154
              * parser.c (cp_parser_elaborated_type_specifier): Accept typename in
              front of qualified names.
      
      2009-07-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR C++/22154
              * g++.old-deja/g++.pt/typename10.C: Update for DR 382, typename in
              front of qualified names are allowed.
              * g++.dg/parse/crash10.C: Likewise.
              * g++.dg/parse/error15.C: Likewise.
              * g++.dg/parse/typename9.C: Likewise.
              * g++.dg/parse/error8.C: Likewise.
      
      From-SVN: r149590
      Andrew Pinski committed
    • re PR fortran/40646 ([F03] array-valued procedure pointer components) · acbdc378
      2009-07-13  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40646
      	* module.c (mio_symbol): If the symbol has formal arguments,
      	the formal namespace will be present.
      	* resolve.c (resolve_actual_arglist): Correctly handle 'called'
      	procedure pointer components as actual arguments.
      	(resolve_fl_derived,resolve_symbol): Make sure the formal namespace
      	is present.
      	* trans-expr.c (gfc_conv_procedure_call): Correctly handle the formal
      	arguments of procedure pointer components.
      
      
      2009-07-13  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40646
      	* gfortran.dg/proc_ptr_22.f90: Extended.
      	* gfortran.dg/proc_ptr_comp_12.f90: Extended.
      
      From-SVN: r149586
      Janus Weil committed
    • exp_ch7.adb, [...] (Make_Temporary): Utility to create a defining identifier and… · ae525aa8
      exp_ch7.adb, [...] (Make_Temporary): Utility to create a defining identifier and link it to the expression whose...
      
      2009-07-13  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_ch7.adb, exp_util.adb, tbuild.adb, tbuild.ads, exp_ch4.adb,
      	exp_aggr.adb (Make_Temporary): Utility to create a defining identifier
      	and link it to the expression whose value it captures.
      
      From-SVN: r149585
      Ed Schonberg committed
    • [multiple changes] · a7209434
      2009-07-13  Robert Dewar  <dewar@adacore.com>
      
      	* output.adb: Minor comment addition for last change
      
      	* sinfo.ads: Minor reformatting
      
      2009-07-13  Vasiliy Fofanov  <fofanov@adacore.com>
      
      	* adaint.c (__gnat_portable_no_block_spawn): on Windows, return -1 when
      	spawn failed like on all other targets.
      
      2009-07-13  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_ch7.adb: Indicate origin of temporary for transient expression.
      
      From-SVN: r149584
      Arnaud Charlet committed