1. 28 Jan, 2004 24 commits
  2. 27 Jan, 2004 16 commits
    • 11584.cc: Correct new and delete declarations, add include and test variable. · 62b21ea0
      
      2004-01-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/27_io/ios_base/storage/11584.cc: Correct new and
      	delete declarations, add include and test variable.
      
      From-SVN: r76766
      Benjamin Kosnik committed
    • ia64.c (ia64_function_arg): When placing HFAs in integer registers... · 826b47cc
      	* ia64.c (ia64_function_arg): When placing HFAs in integer
      	registers, do not special case the mode used for complex
      	types.  Do not advance int_regs until the current register
      	is full.
      
      From-SVN: r76758
      Zack Weinberg committed
    • 2004-01-27 Michael Koch <konqueror@gmx.de> · 272c310d
      	* gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java,
      	* gnu/java/awt/peer/gtk/GdkGlyphVector.java:
      	Reindented to merge with classpath.
      
      From-SVN: r76757
      Michael Koch committed
    • re PR target/7297 ([irix6 o32] sjlj exceptions fail) · 83810fcb
      	PR target/7297
      	* except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
      
      From-SVN: r76754
      Richard Sandiford committed
    • call-super-2.m: Make LP64-safe. · 9a1564bb
      	* objc.dg/call-super-2.m: Make LP64-safe.
      	* objc.dg/desig-init-1.m: Likewise.
      
      From-SVN: r76753
      Kaveh R. Ghazi committed
    • rs6000.c (rs6000_emit_move): #if 0 splitting slow, unaligned loads and stores while debugging. · 2d9db8eb
              * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
              slow, unaligned loads and stores while debugging.  Fix formatting.
      
      From-SVN: r76752
      David Edelsohn committed
    • 2004-01-27 David Jee <djee@redhat.com> · f2919ef3
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
      	(addExposeFilter): Handle GtkFramePeer separately.
      	(removeExposeFilter): Likewise.
      
      From-SVN: r76751
      David Jee committed
    • rs6000.md (save_stack_nonlocal): Use Pmode instead of computing wmode. · 39e453d7
              * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
              of computing wmode.
              (restore_stack_nonlocal): Same.
      
      From-SVN: r76750
      David Edelsohn committed
    • codecvt.h, [...]: Document. · 0b563420
      2003-01-26  Jerry Quinn  <jlquinn@optonline.net>
      
      	* include/bits/codecvt.h, include/bits/locale_facets.h,
      	include/bits/postypes.h, include/bits/stl_bvector.h,
      	include/bits/stl_multiset.h, include/bits/stl_set.h,
      	include/bits/stream_iterator.h, include/bits/streambuf_iterator.h,
      	include/std/std_complex.h:  Document.
      
      From-SVN: r76749
      Jerry Quinn committed
    • 2004-01-27 Michael Koch <konqueror@gmx.de> · 128d8364
      	* gnu/java/net/protocol/http/Connection.java
      	(getOutputStream): Fixed typo.
      
      From-SVN: r76748
      Michael Koch committed
    • 2004-01-27 Michael Koch <konqueror@gmx.de> · f79b7708
      	* java/lang/Class.java
      	(getConstructor): Removed SecurityException from throws clause.
      	(_getConstructors): Likewise.
      	(getConstructors): Likewise.
      	(getDeclaredConstructor): Likewise.
      	(getDeclaredClasses): Likewise.
      	(getDeclaredConstructors): Likewise.
      	(getDeclaredField): Likewise.
      	(getDeclaredMethod): Likewise.
      	(getDeclaredMethods): Likewise.
      	(getField): Likewise.
      	(getMethod): Likewise.
      	(getMethods): Likewise.
      
      From-SVN: r76747
      Michael Koch committed
    • Makefile.in (dwarf2out.o): Depend on input.h · 6097b0c3
      
      2004-01-27  Devang Patel  <dpatel@apple.com>
      
              * Makefile.in (dwarf2out.o): Depend on input.h
              * dbxout.c (dbx_debug_hooks): Add new empty hook for
              imported_module_or_decl.
              (xcoff_debug_hooks): Same.
              * sdbout.c (sdb_debug_hooks): Same.
              * vmsdbgout.c (vmsdbg_debug_hooks): Same.
              * debug.c (do_nothing_debug_hooks): Same.
              (debug_nothing_tree_tree): New function.
              * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
              * dwarf2out.c: Include input.h.
              (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
              (remove_child_TAG): New function.
              (dwarf_tag_name): Handle DW_TAG_imported_module.
              (gen_subprogram_die): Equate decl number to declaration die. Do not
              remove all children dies while reusing declaration die for definition.
              Instead, selectively remove only formal parameters.
              (gen_variable_die): Equate variable decl to declaration die.
              (gen_field_die): Equate field decl to line number.
              (force_namespace_die): Replace it with ...
              (force_decl_die): ... this.
              (force_type_die): New function.
              (setup_namespace_context): Replace use of force_namespace_die() with
              force_decl_die().
              (gen_namespace_die): Same.
              (dwarf2out_imported_module_or_decl): New function.
      
              testsuite:
      
              * g++.dg/debug/namespace1.C: New test.
      
              cp:
      
              * name-lookup.c: Include "debug.h"
              (do_namespace_alias): Invoke debug_hooks to emit debug info
              for namespace alias.
              (do_local_using_decl): Invoke debug_hooks to emit debug info
              for using decl.
              (do_class_using_decl): Same.
              (do_toplevel_using_decl): Same.
              (do_using_directive): Same.
              (cp_emit_debug_info_for_using): New function.
              * Make-lang.in (cp/parser.o): Depend on debug.h
              (cp/name-lookup.o): Same.
      
      From-SVN: r76746
      Devang Patel committed
    • xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG on CQImode and CHImode… · e6aecf8e
      xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG on CQImode and CHImode incoming arguments in register a7.
      
      	* config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
      	on CQImode and CHImode incoming arguments in register a7.
      	(function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
      	* config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
      	* config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
      	xtensa_copy_incoming_a7 before reload.
      
      From-SVN: r76742
      Bob Wilson committed
    • coverage.c (get_coverage_counts): Give a different message if flag_guess_branch_prob is set. · 02307675
      	* coverage.c (get_coverage_counts): Give a different message
      	if flag_guess_branch_prob is set.
      	* predict.c (counts_to_freqs): Return an int.
      	(estimate_bb_frequencies): If counts_to_freqs returns zero,
      	calculate estimates.
      
      From-SVN: r76741
      J"orn Rennecke committed
    • 2004-01-27 Kim Ho <kho@redhat.com> · e300e74f
              * gnu/java/awt/peer/gtk/GtkFramePeer.java
              (removeMenuBarPeer): Remove MenuBarPeer argument.
              * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java
              (dispose): Call native method.
              * java/awt/Frame.java (setMenuBar): Create and remove
              MenuBar peers only if the Frame has a peer.
              (addNotify): Create the MenuBar peer if one exists.
              (removeNotify): Remove MenuBar peer if one exists.
              * java/awt/Menu.java: Fix imports.
              (addNotify): Don't use full class name.
              (removeNotify): Call removeNotify on all children.
              * java/awt/MenuBar.java (removeNotify): Call
              removeNotify on all children.
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
              (removeMenuBarPeer): Remove MenuBarPeer argument.
              Iterate through children to find the Frame's MenuBar.
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c
              New file.
              (dispose): Remove references to the MenuComponent.
      
      From-SVN: r76740
      Kim Ho committed
    • iq2000-protos.h: Remove the prototype for iq2000_setup_incoming_varargs. · 69a45040
      	* config/iq2000/iq2000-protos.h: Remove the prototype for
      	iq2000_setup_incoming_varargs.
      	* config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
      	(TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
      	(TARGET_PROMOTE_PROTOTYPES): Likewise.
      	(TARGET_STRUCT_VALUE_RTX): Likewise.
      	(TARGET_RETURN_IN_MEMORY): Likewise.
      	(TARGET_SETUP_INCOMING_VARARGS): Likewise.
      	(TARGET_STRICT_ARGUMENT_NAMING): Likewise.
      	(iq2000_return_in_memory): Likewise.
      	(iq2000_setup_incoming_varargs): Make it static.  Receive the
      	first argument by reference.
      	* config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
      	(PROMOTE_FUNCTION_RETURN): Likewise.
      	(PROMOTE_PROTOTYPES): Likewise.
      	(RETURN_IN_MEMORY): Likewise.
      	(STRUCT_VALUE): Likewise.
      	(SETUP_INCOMING_VARARGS): Likewise.
      	(STRICT_ARGUMENT_NAMING): Likewise.
      
      From-SVN: r76739
      Kazu Hirata committed