Skip to content
Snippets Groups Projects
  1. Nov 19, 2005
  2. Nov 18, 2005
    • Mike Stump's avatar
      c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name. · 7bbd0aab
      Mike Stump authored
      	* c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.
      	* config/darwin-c.c (darwin_pragma_unused): Likewise.
      	* c-decl.c (lookup_name_two) Remove.
      	* c-tree.h (lookup_name_two): Remove.
      	* c-objc-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
      	* langhooks-def.h (LANG_HOOKS_LOOKUP_NAME): Add.
      	(LANG_HOOKS_DECLS): Add initializer for LANG_HOOKS_LOOKUP_NAME.
      	* langhooks.h (lang_hooks_for_decls): Add lookup_name.
      
      cp:
      	* cp-objcp-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
      	* name-lookup.c (lookup_name_two): Remove.
      	(lookup_name_one): Add.
      	* name-lookup.h (lookup_name_two): Remove.
      	(lookup_name_one): Add.
      
      From-SVN: r107196
      7bbd0aab
    • Andreas Tobler's avatar
      ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' to match... · 186abafe
      Andreas Tobler authored
      ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' to match upstream libtool for darwin.
      
      2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
      	to match upstream libtool for darwin.
      
      From-SVN: r107192
      186abafe
    • Eric Botcazou's avatar
      run_all.sh (target_run): Revert 2005-11-17 patch. · 4c63a584
      Eric Botcazou authored
      	* ada/acats/run_all.sh (target_run): Revert 2005-11-17 patch.
      
      From-SVN: r107190
      4c63a584
    • Richard Earnshaw's avatar
      re PR target/24914 (gcc fails when built with --with-cpu=ep9312 --with-fpu=maverick) · a6a5de04
      Richard Earnshaw authored
      	PR target/24914
      	* arm.c (arm_hard_regno_mode_ok): Co-processor registers aren't ok
      	when not generating code to use that co-processor.
      
      From-SVN: r107187
      a6a5de04
    • James A. Morrison's avatar
      tree-flow.h (reserve_phi_args_for_new_edge, [...]): Mention that these... · e5e0238e
      James A. Morrison authored
      tree-flow.h (reserve_phi_args_for_new_edge, [...]): Mention that these functions are now in tree-phinodes.c.
      
      2005-11-18  James A. Morrison  <phython@gcc.gnu.org>
      
              * tree-flow.h (reserve_phi_args_for_new_edge, create_phi_node,
              add_phi_arg, remove_phi_args, remove_phi_node phi_reverse): Mention that        these functions are now in tree-phinodes.c.
      
      From-SVN: r107185
      e5e0238e
    • Jie Zhang's avatar
      * config/bfin/bfin.md (trap): New pattern. · 3d33a056
      Jie Zhang authored
      From-SVN: r107184
      3d33a056
    • Richard Kenner's avatar
      tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds on types. · 4d14c1f4
      Richard Kenner authored
      	* tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds
      	on types.
      
      From-SVN: r107182
      4d14c1f4
    • Richard Kenner's avatar
      Fix typo in last change. · e259b3c2
      Richard Kenner authored
      From-SVN: r107181
      e259b3c2
    • Richard Kenner's avatar
      expr.c (expand_expr_real): Don't look at EXPR_HAS_LOCATION unless ib_boundaries_block is non-null · c48dc958
      Richard Kenner authored
      	* expr.c (expand_expr_real): Don't look at EXPR_HAS_LOCATION unless
      	ib_boundaries_block is non-null
      
      From-SVN: r107180
      c48dc958
    • Richard Kenner's avatar
      * postreload.c (reload_cse_move2add): Don't try to work with BImode. · 032e2f50
      Richard Kenner authored
      From-SVN: r107179
      032e2f50
    • Richard Kenner's avatar
      fold-const.c (build_range_check): Use proper type for subtraction when merging lower bound. · 438090c3
      Richard Kenner authored
      	* fold-const.c (build_range_check): Use proper type for subtraction
      	when merging lower bound.
      
      From-SVN: r107178
      438090c3
    • Paolo Carlini's avatar
      rc_string_base.h (__rc_string_base<>::_Rep): Avoid the anonymous struct... · 7697e6c6
      Paolo Carlini authored
      rc_string_base.h (__rc_string_base<>::_Rep): Avoid the anonymous struct extension, adjust everywhere.
      
      2005-11-18  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Avoid the
      	anonymous struct extension, adjust everywhere.
      
      	* include/ext/rc_string_base.h (__rc_string_base<>::_S_empty_rep()):
      	Just use a static member.
      	(__rc_string_base<>::__rc_string_base(), _S_construct): Adjust.
      
      	* include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Use anonymous
      	union together with _CharT to fix alignment issues, rebind to _Rep and
      	rename _Raw_alloc to _Rep_alloc_type.
      	(__rc_string_base<>::_Rep::_S_create, _M_destroy): Adjust consistently.
      
      	* include/ext/vstring_util.h (__is_null_p): Move inside struct
      	__vstring_utility as static _S_is_null_pointer.
      	* include/ext/sso_string.h
      	(__sso_string_base<>::_M_construct(std::forward_iterator_tag): Adjust.
      	* include/ext/rc_string_base.h
      	(__rc_string_base<>::_S_construct(std::forward_iterator_tag): Likewise.
      
      	Implement Option 3 of DR 431 for ext/vstring - both available bases.
      	* include/bits/cpp_type_traits.h (struct __is_empty): Add.
      	* include/ext/vstring.h (__versa_string<>::swap): Delegate to
      	this->_M_swap.
      	* include/ext/vstring.tcc (__versa_string<>::swap): Remove.
      	* include/ext/vstring_util.h (struct __vstring_utility<>): Add struct
      	_Alloc_hider<>, augmented of allocator swapping facility, specialized
      	to nop for empty allocators.
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_swap): Use it.
      	(__rc_string_base<>::_M_is_leaked, _M_set_sharable): Change to private.
      	* include/ext/sso_string_base.h	(__sso_string_base<>::_M_swap):
      	Likewise.
      	(__sso_string_base<>::_M_is_leaked, _M_set_sharable): Remove, unused.	
      
      	* include/ext/rc_string_base.h (__rc_string_base<>::_M_data(_CharT*):
      	Return void.
      	* include/ext/sso_string_base.h (__sso_string_base<>::_M_data(_CharT*):
      	Likewise.
      
      From-SVN: r107176
      7697e6c6
    • Laurent GUERBY's avatar
      re PR ada/24857 (ada/s-auxdec.ads alignment issue for arm-rtems) · e0709888
      Laurent GUERBY authored
      2005-11-18  Laurent GUERBY  <laurent@guerby.net>
      
              PR ada/24857
              * Makefile.in: Use s-auxdec-empty for RTEMS.
      
      From-SVN: r107175
      e0709888
    • Joseph Myers's avatar
      * g++.dg/cpp/string-2.C: New test. · ce5bf41c
      Joseph Myers authored
      From-SVN: r107174
      ce5bf41c
    • Francois-Xavier Coudert's avatar
      configure.ac: Add "-I ." to the AM_FCFLAGS. · eda4ed47
      Francois-Xavier Coudert authored
      	* configure.ac: Add "-I ." to the AM_FCFLAGS.
      	* configure: Regenerate.
      
      From-SVN: r107172
      eda4ed47
    • Zdenek Dvorak's avatar
      re PR rtl-optimization/24497 (internal compiler error: in apply_opt_in_copies,... · 21f868a2
      Zdenek Dvorak authored
      re PR rtl-optimization/24497 (internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122)
      
      	PR rtl-optimization/24497
      	* loop-unroll.c (apply_opt_in_copies): Do not verify equality of
      	the copied insn.
      
      From-SVN: r107171
      21f868a2
    • Zdenek Dvorak's avatar
      tree-scalar-evolution.c (expression_expensive_p): New function. · 925196ed
      Zdenek Dvorak authored
      	* tree-scalar-evolution.c (expression_expensive_p): New function.
      	(scev_const_prop): Use compute_overall_effect_of_inner_loop.
      
      	* gcc.dg/tree-ssa/loop-14.c: New test.
      
      From-SVN: r107170
      925196ed
    • Bernd Schmidt's avatar
      Add missing file. · d087f5fe
      Bernd Schmidt authored
      From-SVN: r107165
      d087f5fe
    • James A. Morrison's avatar
      run_all.sh (target_run): Kill long running tests. · a5ddbe56
      James A. Morrison authored
      
      2005-11-17  James A. Morrison  <phython@gcc.gnu.org>
                  Michael Chamberlain <michael@chamberlain.net.au>
      
              * ada/acats/run_all.sh (target_run): Kill long running tests.
      
      
      Co-Authored-By: default avatarMichael Chamberlain <michael@chamberlain.net.au>
      
      From-SVN: r107161
      a5ddbe56
    • John David Anglin's avatar
      re PR target/24348 (bootstrap failure building libgcc) · 9fb1c9db
      John David Anglin authored
      	PR target/24348
      	* config.gcc (hppa*-*-hpux*): Add pa/t-slibgcc-elf-ver to tmake config
      	when not using sjlj exceptions.
      	* config/pa/pa64-hpux.h (LIB_SPEC): Add -lpthread in static links.
      	* config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
      	* config/pa/som.h (ASM_PREFERRED_EH_DATA_FORMAT): Delete define.
      	* config/pa/linux-unwind.h (pa32_fallback_frame_state): Use
      	DWARF_ALT_FRAME_RETURN_COLUMN instead of column 0 as return column.
      	* config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): New define.
      	* config/pa/pa-linux.h (INCOMING_RETURN_ADDR_RTX,
      	DWARF_FRAME_RETURN_COLUMN, ASM_PREFERRED_EH_DATA_FORMAT,
      	ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Delete defines.
      	* config/pa/pa.h (ARG_POINTER_CFA_OFFSET): Delete.
      	(FRAME_POINTER_CFA_OFFSET, INCOMING_RETURN_ADDR_RTX,
      	DWARF_FRAME_RETURN_COLUMN, DWARF_ALT_FRAME_RETURN_COLUMN,
      	ASM_PREFERRED_EH_DATA_FORMAT, ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New
      	defines.
      	* config/pa/hpux-unwind.h: New file.
      
      	* testsuite/gcc.dg/cleanup-8.c: Enable test on hppa*-*-hpux*.
      	* testsuite/gcc.dg/cleanup-9.c: Likewise.
      	* testsuite/gcc.dg/cleanup-10.c: Likewise.
      	* testsuite/gcc.dg/cleanup-11.c: Likewise.
      
      From-SVN: r107157
      9fb1c9db
    • Alexandre Oliva's avatar
      rs6000.h (ASM_OUTPUT_WEAKREF): Define. · ff2d10c1
      Alexandre Oliva authored
      * config/rs6000/rs6000.h (ASM_OUTPUT_WEAKREF): Define.
      * defaults.h (ASM_OUTPUT_WEAKREF): Add decl argument.
      * varasm.c (do_assemble_alias): Adjust call.
      (weak_finish): Don't use ASM_WEAKEN_LABEL if ASM_WEAKEN_DECL
      is defined.
      * doc/tm.texi (ASM_OUTPUT_WEAKREF): Document it.
      
      From-SVN: r107156
      ff2d10c1
    • James E Wilson's avatar
      Fix confusing comment typo reported by Rafael Espindola. · ebb23329
      James E Wilson authored
      * tree.def (FUNCTION_DECL): Correct typo in comment.
      
      From-SVN: r107155
      ebb23329
    • Richard Henderson's avatar
      dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int. · f6672e8e
      Richard Henderson authored
              * dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.
              (lookup_cfa_1): Apply data alignment to DW_CFA_def_cfa_offset_sf
              and DW_CFA_def_cfa_sf.
              (def_cfa_1): Use DW_CFA_def_cfa_offset_sf with negative values.
              (dbx_reg_number): Don't assert particular registers here.
              (based_loc_descr): ... do it here instead.  Fold in ...
              (eliminate_reg_to_offset): ... this function.
              (compute_frame_pointer_to_cfa_displacement): Fold in the effects
              of eliminate_reg_to_offset; use FRAME_POINTER_CFA_OFFSET.
              * unwind-dw2.c (execute_cfa_program): Apply data align factor
              to DW_CFA_def_cfa_offset_sf and DW_CFA_def_cfa_sf.
              * function.c (instantiate_new_reg): Use FRAME_POINTER_CFA_OFFSET.
              (instantiate_virtual_regs): Likewise.
              * var-tracking.c (adjust_stack_reference): Likewise.
              * doc/tm.texi (FRAME_POINTER_CFA_OFFSET): New.
      
      From-SVN: r107154
      f6672e8e
    • Mark Wielaard's avatar
      Imported GNU Classpath gcj-import-20051117. · ca9e049b
      Mark Wielaard authored
             * gnu/java/net/protocol/file/Connection.java: Removed, fully merged.
             * sources.am: Regenerated.
             * Makefile.in: Likewise.
      
      From-SVN: r107153
      ca9e049b
    • GCC Administrator's avatar
      Daily bump. · fb3a09c2
      GCC Administrator authored
      From-SVN: r107150
      fb3a09c2
    • Hans-Peter Nilsson's avatar
      fpu-glibc.h (set_fpu): Only call fedisableexcept for nonzero FE_ALL_EXCEPT. · eaa9c6bd
      Hans-Peter Nilsson authored
      	* config/fpu-glibc.h (set_fpu): Only call fedisableexcept for
      	nonzero FE_ALL_EXCEPT.
      
      From-SVN: r107145
      eaa9c6bd
  3. Nov 17, 2005
    • Bernd Schmidt's avatar
      elf.h (STARTFILE_SPEC): Add "crtlibid%O%s" · 9976dec8
      Bernd Schmidt authored
      	* config/bfin/elf.h (STARTFILE_SPEC): Add "crtlibid%O%s"
      	* config/bfin/uclinux.h (STARFILE_SPEC): Likewise.
      	* config/bfin/t-bfin-elf (EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Add
      	crtlibid.o.
      	($(T)crtlibid.o): New rule.
      
      From-SVN: r107138
      9976dec8
    • Richard Kenner's avatar
      re PR ada/22333 (ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR) · 115a82d3
      Richard Kenner authored
      	PR ada/22333
      	* trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
      	a temporary if taking the address of something that is neither
      	reference, declaration, or constant, since the gimplifier
      	can't handle that case.
      
      From-SVN: r107134
      115a82d3
    • Mark Wielaard's avatar
      [multiple changes] · f4e1433a
      Mark Wielaard authored
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * gnu/java/net/protocol/file/Handler.java: Removed, fully merged now.
             * java/net/ServerSocket.java: Likewise.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             Fixes bug #24006
             * java/net/ServerSocket.java (implAccept): Set Socket.bound to true.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/ServerSocket.java (accept): Use correct security manager
             call.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/net/ServerSocket.java
             (bound): Removed.
             (local): New field.
             (bind): Cache local socket address.
             (getInetAddress, getLocalPort, getLocalSocketAddress, isBound):
             Use cached local socket address.
             (close): bound field was removed.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/URLConnection.java (setDoInput): Javadoc fix.
             (setDoOutput): Likewise.
             (setContentHandlerFactory): Likewise.
             (setFileNameMap): Likewise.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/net/URLClassloader.java (addURLs): Add comment about jboss.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/net/URLClassLoader.java (addURLs): Don't call addURL(), but
             call urls.add() and addURLImpl() directly on each URL.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/URLClassLoader.java (definePackage): Javadoc fixes.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/net/URLClassLoader.java
             (Resource.name): Removed field.
             (JarURLResource.name): Added field.
             (FileResource.getURL): Use File.toURL() instead of doing it in
             a way that breaks on Windows.
      
      2005-11-17  Roman Kennke  <roman@kennke.org>
      
             Reported by: Ingo Proetel  <proetel@aicas.com>
             * java/net/URLClassLoader.java
             (findClass): Added null check to avoid NullPointerException.
      
      2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
      
             * java/net/URLClassLoader.java: reordered some API doc comments to
             suppress Eclipse warnings, and fixed API doc link.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/URLClassLoader.java (URLClassLoader): Removed
             unused constructor.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/net/URLClassLoader (findClass): Close InputStream after we're
             done with it.
      
      From-SVN: r107133
      f4e1433a
    • Bryce McKinlay's avatar
      Implement -Xss. · 11922361
      Bryce McKinlay authored
              * include/jvm.h (gcj::stack_size): Declare.
              (_Jv_StackSize): Declare.
              * posix-threads.cc (_Jv_InitThreads): Validate gcj::stack_size.
              (_Jv_ThreadStart): Set stack size if specified.
              * prims.cc (gcj::stack_size): Define.
              (parse_memory_size): Renamed from parse_heap_size.
              (_Jv_SetStackSize): Parse stack size argument and set
              gcj::stack_size.
      
      From-SVN: r107132
      11922361
    • Geoffrey Keating's avatar
      /Network/Servers/hills/Volumes/capanna/gkeating/l · f9314d01
      Geoffrey Keating authored
      From-SVN: r107131
      f9314d01
    • Mark Wielaard's avatar
      [multiple changes] · 035db16b
      Mark Wielaard authored
      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
      035db16b
    • Francois-Xavier Coudert's avatar
      re PR fortran/20811 (gfortran include problem (regression from g77)) · b424a572
      Francois-Xavier Coudert authored
      	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
      b424a572
    • Francois-Xavier Coudert's avatar
      re PR libfortran/24892 (ACCESS argument to the OPEN statement) · 1c2e7a3a
      Francois-Xavier Coudert authored
      	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
      1c2e7a3a
Loading