1. 17 Nov, 2005 7 commits
    • /Network/Servers/hills/Volumes/capanna/gkeating/l · f9314d01
      From-SVN: r107131
      Geoffrey Keating committed
    • [multiple changes] · 035db16b
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/text/SimpleDateFormat.java: Removed, fully merged now.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      2005-11-17  Sven de Marothy  <sven@physto.se>
      
             * java/text/SimpleDateFormat.java
             (computeOffset): Allow timezone to be first in the parsed String.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/text/SimpleDateFormat.java (field, size): Make package private.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/text/SimpleDateFormat.java (compileFormat): Correctly
             handle quoted single quotes.  PR classspath/23183.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/text/SimpleDateFormat.java (compileFormat): Reformatted.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/text/DateFormat.java (serialVersionUID): New field.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/text/DateFormat.java (equals): Reimplement.
      
      2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
      
             * java/text/Collator.java: API doc fixes,
             * java/text/DateFormat.java: likewise,
             * java/text/DecimalFormatSymbols.java: likewise,
             * java/text/DateFormatSymbols.java: likewise,
             * java/text/SimpleDateFormat.java: likewise.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/text/Collator.java (getInstance(Locale)):
             Added default collation pattern to handle case when resource
             is missing and throw InternalError instead of returning null
             should parsing fail.
      
      From-SVN: r107121
      Mark Wielaard committed
    • re PR fortran/20811 (gfortran include problem (regression from g77)) · b424a572
      	PR fortran/20811
      	* scanner.c (gfc_open_included_file): Add an extra include_cwd
      	argument. Only include files in the current working directory if
      	its value is true.
      	* gfortran.h: Change prototype for gfc_open_included_file.
      	(load_file): Don't search for include files in the current working
      	directory.
      	* options.c (gfc_post_options): Add the directory of the source file
      	to the list of paths for included files.
      	* module.c (gfc_use_module): Look for module files in the current
      	directory.
      
      From-SVN: r107120
      Francois-Xavier Coudert committed
    • re PR libfortran/24892 (ACCESS argument to the OPEN statement) · 1c2e7a3a
      	PR fortran/24892
      	* io/io.h (unit_access): Add ACCESS_APPEND.
      	* io/open.c (access_opt): Add APPEND value for ACCESS keyword.
      	(st_open): Use that new value to set the POSITION accordingly.
      
      	* gfortran.dg/open_access_append_1.f90: New test.
      	* gfortran.dg/open_access_append_2.f90: New test.
      
      From-SVN: r107119
      Francois-Xavier Coudert committed
    • re PR middle-end/24851 (f2c miscompilation) · 0bc52d42
      2005-11-16  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/24851
      	* fold-const.c (extract_array_ref): Return byte offset
      	in all cases.
      	(fold_binary): Fold &x[a] CMP &x[b] to
      	a*sizeof(*x) CMP b*sizeof(*x) to get correct overflow
      	behavior.
      
      	* gcc.c-torture/execute/pr24851.c: New testcase.
      
      From-SVN: r107117
      Richard Guenther committed
    • re PR ada/24857 (ada/s-auxdec.ads alignment issue for arm-rtems) · f92af607
      2005-11-17  Laurent GUERBY  <laurent@guerby.net>
      
      	PR ada/24857
      	* s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
      
      From-SVN: r107116
      Laurent GUERBY committed
    • Daily bump. · e334dfcf
      From-SVN: r107113
      GCC Administrator committed
  2. 16 Nov, 2005 26 commits
    • re PR middle-end/23497 (Bogus 'is used uninitialized...' warning about std::complex<T>) · 978dee9a
              PR middle-end/23497
              * tree-ssa.c (warn_uninitialized_var): Skip real and imaginary
              parts of an SSA_NAME.
      
      From-SVN: r107107
      Richard Henderson committed
    • ZipEntry.java: Removed, fully merged now. · dbb28e4b
             * java/util/zip/ZipEntry.java: Removed, fully merged now.
             * java/util/zip/ZipFile.java: Likewise.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      From-SVN: r107106
      Mark Wielaard committed
    • re PR target/24861 (internal compiler error when building gcc with… · f7657ed3
      re PR target/24861 (internal compiler error when building gcc with --with-cpu=ep9312 --with-fpu=maverick)
      
      	PR target/24861
      	* arm.md (split for movsf with immediate): Restrict split to insns
      	that set a general register.
      
      From-SVN: r107104
      Richard Earnshaw committed
    • unwind-ia64.c (uw_advance_context): New. · 60aef23e
      	* config/ia64/unwind-ia64.c (uw_advance_context): New.  Call
      	uw_update_context.
      	* unwind-dw2.c (uw_advance_context): Likewise.
      	* unwind-sjlj.c (uw_advance_context): Likewise.  Also call
      	_Unwind_SjLj_Unregister.
      	* unwind.inc (_Unwind_ForcedUnwind_Phase2): Call uw_advance_context.
      
      From-SVN: r107103
      Daniel Jacobowitz committed
    • re PR c++/24580 (virtual base class cause exception not to be caught) · 6276e725
              PR c++/24580
              * method.c (locate_copy): Also use skip_artificial_parms here.
              (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
              for RECORD_TYPE.
              (locate_ctor): Abort if we fail to find a default constructor.
      
      From-SVN: r107097
      Jason Merrill committed
    • alpha.c (alpha_init_builtins): Use type_for_mode langhook to get a DImode integer type. · f001093a
      	* config/alpha/alpha.c (alpha_init_builtins): Use type_for_mode
      	langhook to get a DImode integer type.
      
      From-SVN: r107095
      Eric Botcazou committed
    • [multiple changes] · 46f32b2b
      2005-11-15  Tom Tromey  <tromey@redhat.com>
      
             classpath/23890:
             * java/util/Calendar.java (equals): Include other calendar
             attributes.
             (hashCode): Updated.
             * java/util/GregorianCalendar.java (hashCode): New method.
             (equals): Use super.equals().
      
      2005-11-15  Sven de Marothy  <sven@physto.se>
      
             * java/util/Calendar (setTimeInMillis): Recompute time fields.
      
      2005-11-15  Mark Wielaard  <mark@klomp.org>
      
             * java/util/SimpleTimeZone.java: Removed, fully merged now.
             * java/util/Date.java: Likewise.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      2005-11-15  David Gilbert  <david.gilbert@object-refinery.com>
      
             * java/util/Calendar.java: fixed minor problems in API docs,
             * java/util/Date.java: likewise,
             * java/util/ResourceBundle.java: likewise,
             * java/util/SimpleTimeZone.java: likewise,
      
      From-SVN: r107094
      Mark Wielaard committed
    • re PR rtl-optimization/24160 (ICE with -O1 -ftree-vectorize -msse) · ab156144
              PR rtl-opt/24160
              PR target/24621
              * reload1.c (reg_equiv_invariant): New.
              (reload): Allocate, initialize, and free it.
              (calculate_needs_all_insns): Check it when skipping equivalence
              setting insns.
              (alter_reg): Likewise.
              (eliminate_regs_1): Rename from eliminate_regs.  Add new
              may_use_invariant argument; only use reg_equiv_invariant when true.
              (eliminate_regs): New.
              (eliminate_regs_in_insn): Use eliminate_regs_1; track when we're in
              a context for which may_use_invariant may be true.
      
      Co-Authored-By: J"orn Rennecke <joern.rennecke@st.com>
      Co-Authored-By: Ulrich Weigand <uweigand@de.ibm.com>
      
      From-SVN: r107093
      Richard Henderson committed
    • fold-const.c (const_binop): Don't constant fold the operation if the result has overflowed and... · 68328cda
      	* fold-const.c (const_binop): Don't constant fold the operation
      	if the result has overflowed and flag_trapping_math.
      	* simplify-rtx.c (simplify_const_binary_operation): Likewise.
      
      From-SVN: r107092
      Eric Botcazou committed
    • unwind-arm.c (abort): Add prototype here. · 74d9c39f
      gcc/
      	* config/arm/unwind-arm.c (abort): Add prototype here.
      	(UCB_FORCED_STOP_ARG): Correct typo in macro argument.
      	(struct phase1_vrs): Add prev_sp.
      	(unwind_phase2_forced): Save the original core registers instead of
      	modifying entry_vrs.  Take a new flag argument for resuming unwinding
      	and set action flags accordingly.  Always set _US_END_OF_STACK when
      	get_eit_entry fails.  Unwind before calling the stop function.
      	(_Unwind_GetCFA): New function.
      	(__gnu_Unwind_ForcedUnwind): Update call to unwind_phase2_forced.
      	(__gnu_Unwind_Resume_or_Rethrow): Likewise.
      	(__gnu_Unwind_Resume): Do not unwind here for forced unwinding;
      	just call unwind_phase2_forced.
      	(_Unwind_GetDataRelBase, _Unwind_GetTextRelBase): Move to here.
      	* config/arm/unwind-arm.h (abort): Remove prototype.
      	(_Unwind_GetDataRelBase, _Unwind_GetTextRelBase): Change to
      	prototypes.
      	(_Unwind_GetCFA): New prototype.
      	* config/arm/pr-support.c (abort): Add prototype here.
      	* unwind-c.c (PERSONALITY_FUNCTION) [__ARM_EABI_UNWINDER__]: Handle
      	forced unwinding.
      	* config/arm/arm.c (arm_expand_prologue, thumb_expand_prologue): Do
      	not schedule the prologue with non-call exceptions and EABI.
      gcc/testsuite/
      	* gcc.dg/cleanup-5.c, gcc.dg/cleanup-8.c, gcc.dg/cleanup-9.c,
      	gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c: Update for ARM EABI.
      
      From-SVN: r107091
      Daniel Jacobowitz committed
    • unwind-arm.h: Reorder interface function declarations. · 1dcca6f3
      2005-11-16  Nathan Sidwell  <nathan@codesourcery.com>
      gcc/
      	* config/arm/unwind-arm.h: Reorder interface function declarations.
      	(_URC_END_OF_STACK): New enumeration value.
      	(_US_UNWIND_ACTION_MASK, _US_FORCE_UNWIND, _US_END_OF_STACK): Likewise.
      	(struct _Unwind_Control_Block): Document reserved field use.
      	(_Unwind_Stop_Fn): New typedef.
      	(_Unwind_ForcedUnwind): Declare.
      	(_Unwind_Resume_or_Rethrow): Declare.
      	* config/arm/libunwind.S (UNWIND_WRAPER): Add nargs
      	argument.  Adjust.
      	(_Unwind_Resume_or_Rethrow, _Unwind_ForcedUnwind): New.
      	* config/arm/unwind-arm.c (UCB_FORCED_STOP_FN)
      	(UCB_FORCED_STOP_ARG): New.
      	(search_EIT_table): Update boundary condition checks.
      	(get_eit_entry): Return _URC_END_OF_STACK when cannot unwind.
      	(unwind_phase2): Replace for with do..while.
      	(unwind_phase2_forced): New.
      	(__gnu_Unwind_RaiseException): Replace for with do..while.
      	(__gnu_Unwind_ForcedUnwind): New.
      	(__gnu_Unwind_Resume): Set FORCE_UNWIND flag, if forced unwinding.
      	Use appropriate phase2 unwinder.
      	(__gnu_Unwind_Resume_or_Rethrow): New.
      	(__gnu_unwind_pr_common): Cope with forced unwinding.
      gcc/testsuite/
      	* g++.dg/eh/forced1.C: Adjust to cope with ARM EABI
      	structures.
      	* g++.dg/eh/forced2.C: Likewise.
      	* g++.dg/eh/forced3.C: Likewise.
      	* g++.dg/eh/forced4.C: Likewise.
      libstdc++-v3/
      	* libsupc++/eh_arm.cc (__cxa_begin_cleanup): Remember a
      	foreign exception too.
      	(__gnu_end_cleanup): Recover a foreign exception too.
      	* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Cope
      	with forced unwinding.
      	* libsupc++/eh_throw.cc (__cxxabiv1::__cxa_rethrow): Use
      	_Unwind_Resume_or_Rethrow for ARM EABI.
      
      From-SVN: r107089
      Nathan Sidwell committed
    • [multiple changes] · 8656214b
      2005-11-15  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/io/ObjectInputStream.java
             (parseContent): Removed bogus println and fixed bug #24422.
      
      2005-11-15  Mark Wielaard  <mark@klomp.org>
      
             * java/io/ObjectStreamClass.java: Removed, fully merged now.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      2005-11-15  Wolfgang Baer  <WBaer@gmx.de>
      
             * java/io/ObjectInputStream.java
             (processResolution): Pass Error, RuntimeException and
             ObjectStreamException through to the caller.
             (readObject): Documentation update.
      
      From-SVN: r107088
      Mark Wielaard committed
    • Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux. · 0678ec6b
      2005-11-16  Richard Guenther  <rguenther@suse.de>
      
      	* Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
      
      From-SVN: r107087
      Richard Guenther committed
    • re PR target/24772 (Lots of ICEs in vrsave_operation_1 while running the testsuite on powerpc) · 833126ad
              PR target/24772
              * config/rs6000/predicates.md (vrsave_operation): SET_SRC is a VEC.
      
              * config/rs6000/rs6000.md (btruncsf2, ceilsf2, floorsf2,
              roundsf2): Remove "s" from mnemonic.
      
      From-SVN: r107085
      David Edelsohn committed
    • crti.s (__init, __fini): Use appropriate prologue if __PIC__ is defined. · 0d88914b
      	* config/bfin/crti.s (__init, __fini): Use appropriate prologue if
      	__PIC__ is defined.
      	* config/bfin/crtn.s: Change epilogues to match.
      	* config/bfin/t-bfin-elf (EXTRA_MULTILIB_PARTS): Define.
      	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): If flag_pic, define
      	__PIC__ and __pic__.
      
      From-SVN: r107083
      Bernd Schmidt committed
    • re PR ada/24855 (Missing stdarg.h in ada/raise.c for arm-rtems) · b381d30b
      2005-11-16  Joel Sherrill <joel.sherrill@oarcorp.com>
      
              PR ada/24855
              * raise-gcc.c: Add missing stdarg.h include.
      
      From-SVN: r107079
      Joel Sherrill committed
    • re PR fortran/24357 (whither ratfor?) · 80a0c50a
      	PR 24357
      	* doc/invoke.texi: Distinguish between free and fixed form instead of
      	Fortran and Fortran 90/95.  Remove ratfor from the list of supported
      	languages.
      	* gcc.c (default_compilers): Remove double entries, add entries for
      	suffixes '.F90' and '.F95'.
      
      From-SVN: r107078
      Tobias Schlüter committed
    • Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency. · 1367ca38
      2005-11-16  Richard Guenther  <rguenther@suse.de>
      
      	* Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
      	(ada/misc.o): Likewise.
      
      From-SVN: r107074
      Richard Guenther committed
    • Fix typos. · 1dd4cfb5
      From-SVN: r107073
      Arnaud Charlet committed
    • Fix typo in previous change. · c279327b
      From-SVN: r107072
      Arnaud Charlet committed
    • alpha.c (alpha_expand_prologue): Fix off-by-one bug in the stack probing loop. · 11eef578
      	* config/alpha/alpha.c (alpha_expand_prologue): Fix off-by-one bug
      	in the stack probing loop.
      
      From-SVN: r107069
      Eric Botcazou committed
    • configure.ac: Use .machine power5 not power5x. · 1e04bfdc
              * configure.ac: Use .machine power5 not power5x.
              * configure: Regenerate.
      
      From-SVN: r107064
      David Edelsohn committed
    • c-decl.c (lookup_name_two): Add. · 98803730
      	* c-decl.c (lookup_name_two): Add.
      	* c-tree.h (lookup_name_two): Likewise.
      	* c-common.c (handle_cleanup_attribute): Use lookup_name_two instead.
      	* config/darwin-c.c (darwin_pragma_unused): Likewise.
      
      cp:
      	* name-lookup.c (lookup_name_two): Add.
      	* name-lookup.h: Likewise.
      
      testsuite:
      	* g++.old-deja/g++.mike/unused.C: Add.
      
      From-SVN: r107062
      Mike Stump committed
    • re PR rtl-optimization/23392 (foward-1.m fails with -funroll-loops -O3 -fgnu-runtime) · cb110f3d
      	PR rtl-optimization/23392
      	* regrename.c (enum scan_actions) Add mark_access.
      	(scan_actions_name): Ditto.
      	(scan_rtx_reg): Handle mark_access.
      	(scan_rtx_address): Do nothing for mark_access.
      	(build_def_use): Mark source registers in REG_FRAME_RELATED_EXPR
      	and regs in REG_INC notes before closing chains for dead regs.
      	Mark destination regs in REG_FRAME_RELATED_EXPR notes after
      	opening chains for new writes.
      
      From-SVN: r107059
      Alan Modra committed
    • Daily bump. · a6de51d4
      From-SVN: r107056
      GCC Administrator committed
  3. 15 Nov, 2005 7 commits