1. 01 May, 2004 2 commits
  2. 30 Apr, 2004 29 commits
  3. 29 Apr, 2004 9 commits
    • locale.cc (locale::operator==): Always avoid constructing locale::name(),… · 59639106
      locale.cc (locale::operator==): Always avoid constructing locale::name(), directly compare pairs of _M_names.
      
      2004-04-29  Paolo Carlini  <pcarlini@suse.de>
      
      	* src/locale.cc (locale::operator==): Always avoid constructing
      	locale::name(), directly compare pairs of _M_names.
      
      From-SVN: r81309
      Paolo Carlini committed
    • convert.c (convert_to_integer): Ensure `long_integer_type_node' isn't NULL before using it. · d2be4368
             * convert.c (convert_to_integer): Ensure `long_integer_type_node'
             isn't NULL before using it.
      
      From-SVN: r81305
      Kaveh R. Ghazi committed
    • rs6000-power2-1.c: Change the options to be more correct. · ec52e7d5
      2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
              * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
              Change the asm registers to be in form of frN instead of fN.
      
      From-SVN: r81303
      Andrew Pinski committed
    • re PR target/15189 (wrong filling of delay slot with -march=mips1 -G0… · 15a6f2c3
      re PR target/15189 (wrong filling of delay slot with -march=mips1 -G0 -mno-split-addresses -mno-explicit-relocs)
      
      	PR target/15189
      	* config/mips/mips.md (load_df_low): Use default length.
      	(load_df_high, store_df_high): Likewise.
      
      From-SVN: r81301
      Richard Sandiford committed
    • mips.md, [...]: Fix comment typos. · effa5d5d
      	* config/mips/mips.md, config/mips/sb1.md,
      	config/rs6000/rs6000.c: Fix comment typos.
      
      From-SVN: r81296
      Kazu Hirata committed
    • builtins.c, [...]: Fix comment typos. · 2b8a92de
      	* builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:
      	Fix comment typos.
      
      From-SVN: r81291
      Kazu Hirata committed
    • gcc.c (DELETE_IF_ORDINARY): New macro default definition. · 8fd58397
      	* gcc.c (DELETE_IF_ORDINARY): New macro default definition.
      	(delete_if_ordinary): Use above macro.
      	* config/alpha/xm-vms.h (DELETE_IF_ORDINARY): New macro VMS definition.
      	Update copyright.
      	* doc/hostconfig.texi (DELETE_IF_ORDINARY): Document new macro.
      	* libiberty/mkstemps.c (mkstemps) [VMS]: Remove special open option.
      	 Update copyright.
      
      From-SVN: r81290
      Douglas B Rupp committed
    • [multiple changes] · d935a36e
      2004-04-29  Ed Schonberg  <schonberg@gnat.com>
      
      	* checks.adb (Enable_Range_Check): If the prefix of an index component
      	is an access to an unconstrained array, perform check unconditionally.
      
      2004-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
      
      	* decl.c (gnat_to_gnu_field): Also call make_packable_type if
      	Component_Clause.
      
      2004-04-29  Olivier Hainque  <hainque@act-europe.fr>
      
      	* init.c (__gnat_install_handler, __gnat_error_handler): Remove
      	alternate stack setting. There was no support for the tasking cases
      	and the changes eventually caused a number of side-effect failures in
      	the non-tasking case too.
      
      2004-04-29  Eric Botcazou  <ebotcazou@act-europe.fr>
      
      	lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
      	-gnats is passed.
      
      2004-04-29  Vincent Celier  <celier@gnat.com>
      
      	* make.adb (Gnatmake): Increase max size of argument array for
      	gnatbind for the potential addition of -F.
      	If there are Stand-Alone Library projects, invoke gnatbind with -F to
      	be sure that elaboration flags will be checked.
      
      	* switch-c.adb: Correct call to Scan_Pos for -gnateI
      
      2004-04-29  Thomas Quinot  <quinot@act-europe.fr>
      
      	* sem_warn.adb (Check_References): Move '<access-variable> may be
      	null' warning out of under Warn_On_No_Value_Assigned.
      
      2004-04-29  Ed Falis  <falis@gnat.com>
      
      	* gnat_ugn.texi: Fixed texi error
      
      2004-04-29  Robert Dewar  <dewar@gnat.com>
      
      	* sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
      	abstract operations if they come from predefined files.
      
      	* gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
      	Dynamic, not RM).
      
      	* s-addope.adb: Correct obvious error in mod function
      
      From-SVN: r81289
      Arnaud Charlet committed
    • c-decl.c (get_parm_info): Use the correct tag keywords when warning about type… · 56141a6a
      c-decl.c (get_parm_info): Use the correct tag keywords when warning about type declarations in prototypes.
      
      * c-decl.c (get_parm_info): Use the correct tag keywords when
      warning about type declarations in prototypes.
      
      From-SVN: r81287
      Richard Earnshaw committed