1. 18 Oct, 2004 37 commits
    • cfg.c (dump_flow_info): Remove redundant dump of reg life info. · 320b0f6a
      2004-10-18  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	* cfg.c (dump_flow_info): Remove redundant dump of reg life info.
      
      From-SVN: r89240
      Andreas Krebbel committed
    • re PR middle-end/16973 (Differences between addresses of labels broken) · c2f55a1b
      2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR middle-end/16973
              * gcc.dg/pr16973.c: New test.
      
      From-SVN: r89238
      Andrew Pinski committed
    • re PR middle-end/15014 (labels after are removed even though they are used) · 77568960
      2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR middle-end/15014
              PR middle-end/16973
              * tree-cfg.c (remove_bb): If we have a label expression in the
              basic block and the label we have taken the address, move the
              label expression to the basic block which is previous in the
              linked list.
              (tree_verify_flow_info): Fix printing out the label name of the
              problematic label expression.
      
      From-SVN: r89237
      Andrew Pinski committed
    • Note PR rtl-optimization/18002. · b1c79b46
      From-SVN: r89236
      David Edelsohn committed
    • simplify-rtx.c (mode_signbit_p): Externalize function... · b757b9f8
      2004-10-18  Pat Haugen  <pthaugen@us.ibm.com>
      
              * simplify-rtx.c (mode_signbit_p): Externalize function...
              * rtl.h (mode_signbit_p): ... to here.
              * combine.c (simplify_shift_const): Recognize PLUS signbit as
              canonical form of XOR signbit and move to outer op.
      
      From-SVN: r89235
      Pat Haugen committed
    • tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi. · 1a1804c2
      
      	* tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
      	Update all callers.
      	* tree-ssa.c (replace_immediate_uses): Call bsi_for_stmt.
      	Don't call fold_stmt more than once, use bsi_replace.
      
      From-SVN: r89234
      Diego Novillo committed
    • re PR tree-optimization/17656 (internal compiler error: in… · bca9e17b
      re PR tree-optimization/17656 (internal compiler error: in replace_immediate_uses, at tree-ssa.c:1041)
      
      
      	PR tree-optimization/17656
      	* tree-ssa.c (replace_immediate_uses): When replacing a
      	constant, if the call to fold_stmt produced a different
      	statement, get an appropriate statement pointer by scanning
      	STMT's basic block.
      
      	PR tree-optimization/17656
      	* testsuite/gcc.c-torture/compile/pr17656.c: New test.
      
      From-SVN: r89233
      Diego Novillo committed
    • cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call. · 18e4be85
      cp:
      	* cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.
      	(ACCESSIBLY_UNIQUELY_DERIVED_P): Remove.
      	(PUBLICLY_UNIQUELY_DERIVED_P): Adjust lookup_base call.
      	(enum base_access): Reorganize.
      	(accessible_base_p, accessible_p): Add consider_local_p parameter.
      	* call.c (standard_conversion): Update comment about
      	DERIVED_FROM_P.
      	(enforce_access): Adjust accessible_p call.
      	(build_over_call): Adjust accessible_base_p call.
      	* class.c (convert_to_base): Adjust lookup_base call.
      	(build_vtbl_ref_1): Likewise.
      	(warn_about_ambiguous_bases): Likewise. Add early exit.
      	* cvt.c (convert_to_pointer_force) Adjust lookup_base call.
      	* search.c (accessible_base_p): Add consider_local_p parameter.
      	(lookup_base): Pass consider_local_p to accessible_base_p call.
      	(friend_accessible_p): Check whether scope is a class member.
      	Remove unnecessary class template check.
      	(accessible_p): Add consider_local_p parameter. Use it.
      	(adjust_result_of_qualified_name_lookup): Adjust lookup_base call.
      	* tree.c (maybe_dummy_object): Likewise.
      	* typeck.c (comp_except_type): Use PUBLICLY_UNIQUELY_DERIVED_P.
      	(build_class_member_access_expr): Adjust lookup_base call.
      	* typeck2.c (binfo_or_else): Likewise.
      	* rtti.c (build_dynamic_cast_1): Access can consider friendship
      	and current scope.
      testsuite:
      	* g++.dg/eh/shadow1.C: New.
      
      From-SVN: r89232
      Nathan Sidwell committed
    • Correct date. · f072a5c8
      From-SVN: r89229
      H.J. Lu committed
    • re PR bootstrap/17684 (/usr/ccs/bin/ld: Can't create libgcc_s.sl) · 3b415018
      2004-11-18  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR bootstrap/17684
      	* Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
      	(stage1-start): Remove and copy libunwind.a and
      	libunwind*$(SHLIB_EXT) instead of libunwind*.
      	(stage2-start): Likewise.
      	(stage3-start): Likewise.
      	(stage4-start): Likewise.
      	(stageprofile-start): Likewise.
      	(stagefeedback-start): Likewise.
      
      	* config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
      	the shared library to be created and don't remove the existing
      	shared library.
      	* config/arm/t-netbsd (SHLIB_LINK): Likewise.
      	* config/i386/t-nwld (SHLIB_LINK): Likewise.
      	* config/mips/t-slibgcc-irix (SHLIB_LINK): Likewise.
      	* config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
      	* config/sh/t-linux (SHLIB_LINK): Likewise.
      	* config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
      	* config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
      	* config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
      	* config/t-slibgcc-sld (SHLIB_LINK): Likewise.
      
      	* mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
      	files.
      
      From-SVN: r89227
      H.J. Lu committed
    • basic-block.h (reg_set_iterator): New. · a2041967
      	* basic-block.h (reg_set_iterator): New.
      	(EXECUTE_IF_SET_IN_REG_SET): Make it iterator style.
      	(EXECUTE_IF_AND_COMPL_IN_REG_SET): Likewise.
      	(EXECUTE_IF_AND_IN_REG_SET): Likewise.
      	* caller-save.c (save_call_clobbered_regs): Adjust to the new
      	style.
      	* cfgcleanup.c (thread_jump): Likewise.
      	* cfgrtl.c (safe_insert_insn_on_edge): Likewise.
      	* conflict.c (conflict_graph_compute): Likewise.
      	* flow.c (verify_local_live_at_start, update_life_info,
      	initialize_uninitialized_subregs, propagate_one_insn,
      	init_propagate_block_info, free_propagate_block_info,
      	propagate_block, dump_regset): Likewise.
      	* global.c (global_conflicts): Likewise.
      	* graph.c (start_bb): Likewise.
      	* local-alloc.c (update_equiv_regs): Likewise.
      	* loop.c (load_mems): Likewise.
      	* reload1.c (compute_use_by_pseudos, order_regs_for_reload,
      	find_reg, finish_spills): Likewise.
      	* resource.c (mark_target_live_regs): Likewise.
      	* sched-deps.c (sched_analyze_insn): Likewise.
      	* sched-rgn.c (sched-rgn.c): Likewise.
      	* config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
      
      From-SVN: r89226
      Kazu Hirata committed
    • 2004-10-18 Jeroen Frijters <jeroen@frijters.net> · 2ddfd025
      	* java/security/Security.java
      	(static): Use AccessController.doPrivileged to get system property.
      
      From-SVN: r89225
      Jeroen Frijters committed
    • 2004-10-18 Sven de Marothy <sven@physto.se> · 691e8c0f
      	* java/nio/ByteBufferHelper.java
      	(putDouble): Use Double.toRawLongBits instead.
      
      From-SVN: r89224
      Sven de Marothy committed
    • ExtraClassLoader.java: New. · bc2fed82
      2004-10-18  Mark Wielaard  <mark@klomp.org>
              Andrew Haley  <aph@redhat.com>
      
              * testsuite/libjava.lang/ExtraClassLoader.java: New.
      
      Co-Authored-By: Andrew Haley <aph@redhat.com>
      
      From-SVN: r89222
      Mark Wielaard committed
    • re PR libgcj/18036 (Bad interaction between interpreter and Class.forName()) · 963ebe78
      2004-10-18  Andrew Haley  <aph@redhat.com>
      
              PR java/18036:
              * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize
              and correct logic used to find interpreter.
      
      From-SVN: r89221
      Andrew Haley committed
    • 2004-10-18 Jeroen Frijters <jeroen@frijters.net> · e5871096
      	* java/util/logging/LogManager.java
      	(findAncestor): Fixed IndexOutOfBoundsException.
      
      From-SVN: r89220
      Jeroen Frijters committed
    • BufferedInputStream.java: Fixed @author tag. · 0736f19f
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/io/BufferedInputStream.java: Fixed @author tag.
      	(read): Simplified expression.
      	(read): Merged javadoc a bit more.
      	(read): Renamed 'remain' to 'totalBytesRead'.
      	* java/io/DataInputStream.java,
      	java/io/DataOutputStream.java,
      	java/io/ObjectInputStream.java,
      	java/io/ObjectOutputStream.java:
      	Reworked modifier order.
      
      From-SVN: r89218
      Michael Koch committed
    • i386.md (addqi_1_slp): Test for incdec_operand operand 1 instead of 2 · ba3ed8d8
      	* config/i386/i386.md (addqi_1_slp): Test for incdec_operand
      	operand 1 instead of 2
      
      	* gcc.c-torture/compile/20041018-1.c: New test.
      
      From-SVN: r89212
      Jakub Jelinek committed
    • Inet4Address.java: Merged file header and javadocs. · df397ce2
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/Inet4Address.java: Merged file header and javadocs.
      	* java/net/Inet6Address.java: Likewise.
      	* java/net/InetAddress.java
      	(getCanonicalHostName): Create Inet4Address object instead of
      	InetAddress and add comment regarding IPv6.
      	(toString): Simplified.
      
      From-SVN: r89211
      Michael Koch committed
    • [multiple changes] · 2c661756
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/net/protocol/http/Connection.java,
      	java/nio/MappedByteBufferImpl.java,
      	java/text/RuleBasedCollator.java,
      	java/util/ResourceBundle.java:
      	Reworked import statements.
      
      2004-10-18  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/security/IdentityScope.java
      	(systemScope): Removed useless initializer.
      	* java/security/Policy.java
      	(currentPolicy): Likewise.
      
      From-SVN: r89210
      Michael Koch committed
    • * loop-unroll.c: Fix comment typos. · 2cd0e9f4
      From-SVN: r89209
      Kazu Hirata committed
    • System.java: Revert accidential change. · 33308026
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/System.java: Revert accidential change.
      
      From-SVN: r89208
      Michael Koch committed
    • Math.java, [...]: Reworked import statements, HTML in javadocs and modifier orders. · 2047d8e4
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/Math.java,
      	java/lang/Package.java,
      	java/lang/Runtime.java,
      	java/lang/StrictMath.java,
      	java/lang/System.java,
      	java/lang/Thread.java,
      	java/lang/ThreadLocal.java,
      	java/lang/Void.java:
      	Reworked import statements, HTML in javadocs and modifier orders.
      
      From-SVN: r89207
      Michael Koch committed
    • 2004-10-18 Jeroen Frijters <jeroen@frijters.net> · 36071b5c
      	* java/util/Timer.java
      	(nr): Removed useless initializer.
      	* java/util/logging/LogRecord.java
      	(lastSeqNum): Likewise.
      	* javax/naming/spi/NamingManager.java
      	(icfb, ofb): Likewise.
      
      From-SVN: r89206
      Jeroen Frijters committed
    • PlainDatagramSocketImpl.java: Reworked import statements. · 73aab3de
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/net/PlainDatagramSocketImpl.java:
      	Reworked import statements.
      	* gnu/java/security/provider/DSAParameters.java:
      	Fixed copyrigth years.
      	* java/net/JarURLConnection.java:
      	Fixed HTML in @author tags.
      
      From-SVN: r89205
      Michael Koch committed
    • 2004-10-18 Michael Koch <konqueror@gmx.de> · 4e2721c3
      	* java/rmi/activation/ActivationSystem.java
      	(SYSTEM_PORT): Initialize with correct port number.
      
      From-SVN: r89202
      Michael Koch committed
    • [multiple changes] · 7b040d4c
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/reflect/Proxy.java: Improved javadocs.
      
      2004-10-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/reflect/AccessibleObject.java
      	(checkPermission): Removed redundant final modifier.
      	(secureSetAccessible): Likewise.
      	* java/lang/reflect/Proxy.java:
      	Reworked import statements.
      	(generate): Removed redundant final modifier.
      	* java/lang/reflect/ReflectPermission.java:
      	Reorder package declaration and import statement.
      
      2004-10-18  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/lang/reflect/Proxy.java
      	(count): Removed useless initializer.
      
      From-SVN: r89201
      Michael Koch committed
    • basic_string.tcc (_M_mutate): Do not reallocate unnecessarily when _M_rep() ==… · cc6e67d4
      basic_string.tcc (_M_mutate): Do not reallocate unnecessarily when _M_rep() == &_S_empty_rep() and __new_size...
      
      2004-10-18  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/basic_string.tcc (_M_mutate): Do not reallocate
      	unnecessarily when _M_rep() == &_S_empty_rep() and __new_size
      	== capacity() (== 0): is ok to just leave everything unchanged.
      
      	* include/bits/basic_string.h: Minor formatting fixes.
      	* include/bits/basic_string.tcc: Likewise.
      
      From-SVN: r89199
      Paolo Carlini committed
    • Make-lang.in (java/parse.o-warn, [...]): New rules to work around old Bison warnings. · 7e698b2c
      	* Make-lang.in (java/parse.o-warn, java/parse-scan.o-warn):
      	New rules to work around old Bison warnings.
      
      From-SVN: r89198
      Steven Bosscher committed
    • Makefile.in (loop-unroll.o): Add VARRAY_H dependency. · f37a4f14
      2004-10-18  Revital Eres  <eres@il.ibm.com>
      
              * Makefile.in (loop-unroll.o): Add VARRAY_H dependency.
              * loop-unroll.c: Include varray.h.
              (struct var_to_expand, struct opt_info): Rename split_ivs_info to
              opt_info and expand it to support variable expansion.
              (analyze_insns_in_loop): Rename analyze_ivs_to_split and
              expand it to support variable expansion.
              (pt_info_start_duplication): Rename si_info_start_duplication.
              (apply_opt_in_copies): Rename split_ivs_in_copies and add support
              to the variable expansion optimization.
              (free_opt_info): Rename free_si_info.
              (analyze_insn_to_expand_var, referenced_in_one_insn_in_loop_p,
              expand_var_during_unrolling, insert_var_expansion_initialization,
              combine_var_copies_in_loop_exit, release_var_copies,
              get_expansion): New functions.
              (peel_loop_completely, unroll_loop_constant_iterations,
              unroll_loop_runtime_iterations, peel_loop_simple,
              unroll_loop_stupid): Change uses of struct si_info
              to struct opt_info
              and add uses of fvariable-expansion-in-unroller flag.
              * params.def: Add parameter to restrict the number of expansions.
              * params.h: (MAX_VARIABLE_EXPANSIONS): New define to restrict
              the number of expansions.
              * common.opt: (fvariable-expansion-in-unroller): New flag.
              * doc/invoke.texi: (fvariable-expansion-in-unroller): Document.
      
      From-SVN: r89197
      Revital Eres committed
    • cygming.h (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES to 0. · 535306d0
      	* config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
      	__GXX_MERGED_TYPEINFO_NAMES to 0.
      
      From-SVN: r89196
      Danny Smith committed
    • ppc-sdata-1.c: Update to consider the possibility of the compiler referring to register 0 when... · 0dc48e89
      	* gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
      	compiler referring to register 0 when accessing sdata.  The linker
      	now patches things up.
      
      From-SVN: r89195
      Ben Elliston committed
    • cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb... · 0ca541aa
      	* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
      	handle barriers in a bb by checking that it points to a NULL bb.
      	* emit-rtl.c (emit_barrier_before): Set BLOCK_FOR_INSN to NULL.
      	(emit_barrier_after, emit_barrier): Ditto.
      
      From-SVN: r89193
      Hans-Peter Nilsson committed
    • extend.texi (Attribute Syntax): Clarify details of attributes on parameters. · 7dcb0442
      	* doc/extend.texi (Attribute Syntax): Clarify details of
      	attributes on parameters.
      
      From-SVN: r89190
      Joseph Myers committed
    • Daily bump. · eedfbe08
      [[Split portion of a mixed commit.]]
      
      From-SVN: r89188.2
      GCC Administrator committed
    • Daily bump. · 55012336
      [[Split portion of a mixed commit.]]
      
      From-SVN: r89187.2
      GCC Administrator committed
  2. 17 Oct, 2004 3 commits