1. 25 Mar, 2003 10 commits
  2. 24 Mar, 2003 30 commits
    • t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and _return_far · dbcedbc4
      	* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
      	_return_far
      	(MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
      	(MULTILIB_EXCEPTIONS): Likewise.
      	* config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
      	by calling some board support routine.
      	("call_value"): Likewise.
      	("*return_void"): Likewise for return.
      	("*return_16bit"): Likewise.
      	("*return_32bit"): Likewise.
      	* config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
      	for 68HC11 too.
      	(DWARF2_ADDR_SIZE): Use 4 so that addresses can
      	* config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
      	-mlong-calls for 68HC11.
      	* config/m68hc11/larith.asm (declare_near): New macro.
      	(__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
      	(___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
      	(___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
      	(___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
      	(__mulhi32): Likewise.
      	(ret): Update macro for 68HC11.
      	(__far_trampoline): Implement for 68HC11.
      	(__call_a16, __call_a32, __return_void, __return_16): New support
      	routines for 68HC11 memory bank switching calling support.
      	(__return_32): Likewise.
      
      From-SVN: r64825
      Stephane Carrez committed
    • 1.cc: Remove find_first_of, find_last_of and find_last_not_of tests. · eea5120f
      2003-03-24  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/21_strings/basic_string/find/char/1.cc: Remove
      	find_first_of, find_last_of and find_last_not_of tests.
      	* testsuite/21_strings/basic_string/find/char/2.cc: find_first_of
      	tests here, new file.
      	* testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise, remove
      	wchar_t find_first_of, find_last_of and find_last_not_of tests.
      	* testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise,
      	wchar_t find_first_of tests here, new file.
      	* testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of tests
      	here.
      	* testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of
      	tests here.
      	* testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise,
      	wchar_t find_last_of tests here.
      	* testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise,
      	wchar_t find_last_not_of tests here.
      
      From-SVN: r64824
      Paolo Carlini committed
    • * gcc.dg/ultrasp5.c: Fix comment. · 9fdbe7df
      From-SVN: r64822
      Eric Botcazou committed
    • re PR fortran/10197 (direct acces files not unformatted by default) · c12741e9
      2003-03-24  Bud Davis  <bdavis9659@comcast.net>
      
      	PR fortran/10197
      	* libI77/open.c (f_open): A DIRECT ACCESS file is
      	UNFORMATTED by default.
      
      From-SVN: r64821
      Toon Moene committed
    • Changelog commit escaped earlier · bd83b409
      Changelog commit escaped earlier
      cp:
      	PR c++/10119
      	* error.c (dump_expr) [BASELINK]: Use dump_expr.
      	* pt.c (maybe_fold_nontype_args): New function.
      	(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
      	[TEMPLATE_ID_EXPR]: Break out folding code, call it.
      	(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
      	maybe_fold_nontype_args.
      testsuite:
      	PR c++/10119
      	* g++.dg/template/ptrmem5.C: New test.
      
      From-SVN: r64819
      Nathan Sidwell committed
    • PR c++/9898, PR c++/383, DR 322 · 1c82cc90
      cp:
      	PR c++/9898, PR c++/383, DR 322
      	* pt.c (maybe_adjust_types_for_deduction) [DEDUCE_CONV]: Look
      	through reference types on both PARM and ARG.
      testsuite:
      	PR c++/9898, c++/383
      	* g++.dg/template/conv6.C: New test.
      
      From-SVN: r64815
      Nathan Sidwell committed
    • re PR c++/10119 (tree-checking ICE in dump_expr) · a5fcc895
      cp:
      	PR c++/10119
      	* error.c (dump_expr) [BASELINK]: Use dump_expr.
      	* pt.c (maybe_fold_nontype_args): New function.
      	(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
      	[TEMPLATE_ID_EXPR]: Break out folding code, call it.
      	(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
      	maybe_fold_nontype_args.
      testsuite:
      	PR c++/10119
      	* g++.dg/template/ptrmem5.C: New test.
      
      From-SVN: r64814
      Nathan Sidwell committed
    • install.texi (Testing): Mention test result links from build status pages. · 05253aed
      2003-03-24  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/install.texi (Testing): Mention test result links from build
      	status pages.
      
      From-SVN: r64811
      Janis Johnson committed
    • re PR c++/10026 (ICE on incomplete type) · 2ef6c975
      cp:
      	PR c++/10026
      	* decl2.c (arg_assoc_type) [ERROR_MARK]: Don't die.
      testsuite:
      	PR c++/10026
      	* g++.dg/lookup/koenig1.C: New test.
      
      	PR C++/10199
      	* g++.dg/lookup/template2.C: New test.
      
      From-SVN: r64809
      Nathan Sidwell committed
    • function.c (put_var_into_stack): Change bool parameter to int. · f8928391
      	* function.c (put_var_into_stack): Change bool parameter to int.
      	(gen_mem_addressof): Likewise.
      	* rtl.h (gen_mem_addressof): Likewise.
      	* tree.h (put_var_into_stack): Likewise.
      	* config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
      	gen_mem_addressof or put_var_into_stack.
      	* config/c4x/c4x.c (c4x_expand_builtin): Likewise.
      	* config/ia64/ia64.c (spill_tfmode_operand): Likewise.
      
      From-SVN: r64807
      Mark Mitchell committed
    • 2003-03-24 Michael Koch <konqueror@gmx.de> · 950ebbea
      	* java/io/DataOutputStream.java
      	(write): Merged from classpath.
      	* java/io/File.java:
      	Merged copyrigth with classpath.
      	* java/io/FileInputStream.java
      	(getChannel): Made it synchronized instead of using a synchronized
      	block.
      	* java/io/FileOutputStream.java: Reformatted.
      	* java/io/InputStreamReader.java
      	(InputStreamReader): Renamed enc to encoding_name.
      	(close): Merged documentation from classpath.
      	(getEncoding): Merged documentation from classpath.
      	(ready): Merged documentation from classpath.
      	(read): Merged documentation from classpath.
      	* java/io/LineNumberReader.java
      	(lineNumber): Made it private.
      	(LineNumberReader): Use Constant instead of a direct value.
      	* java/io/OutputStreamWriter.java
      	(OutputStreamWriter): Renamed enc to encoding_scheme, merged
      	documentation from classpath.
      	(close): Merged documentation from classpath.
      	(flush): Merged documentation from classpath.
      	(write): Merged documentation from classpath.
      	* java/io/PrintStream.java: Reformatted.
      
      From-SVN: r64806
      Michael Koch committed
    • configure.in: Avoid trailing /. · 6db450f9
      2003-03-10  Andreas Schwab  <schwab@suse.de>
      
      boehm-gc:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      libf2c:
      	* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
      	glibcpp_toolexeclibdir.
      	* configure: Rebuilt.
      
      libffi:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      libjava:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      libobjc:
      	* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
      	glibcpp_toolexeclibdir.
      	* configure: Rebuilt.
      
      libstdc++-v3:
      	* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
      	glibcpp_toolexeclibdir.
      	* aclocal.m4, configure: Rebuilt.
      
      zlib:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      From-SVN: r64805
      Andreas Schwab committed
    • * config/h8300/h8300.md (a peephole2): New. · b980d725
      From-SVN: r64802
      Kazu Hirata committed
    • 2003-03-24 Michael Koch <konqueror@gmx.de> · fba5a74a
      	* javax/swing/text/ComponentView.java
      	(getComponent): Must be final.
      	* javax/swing/tree/DefaultTreeCellRenderer.java:
      	Reformatted.
      	* javax/swing/undo/StateEditable.java:
      	Reformatted.
      
      From-SVN: r64801
      Michael Koch committed
    • ActivationInstantiator.java: Reformatted. · 3bc8a4e3
      2003-03-24  Michael Koch  <konqueror@gmx.de>
      
      	* java/rmi/activation/ActivationInstantiator.java:
      	Reformatted.
      	* java/rmi/activation/Activator.java:
      	Reformatted.
      	* java/rmi/registry/RegistryHandler.java:
      	Remerged from classpath.
      
      From-SVN: r64800
      Michael Koch committed
    • Date.java: Fixed documentation starting tag to make javadoc happy. · 1ab1cf4e
      2003-03-24  Michael Koch  <konqueror@gmx.de>
      
      	* java/util/Date.java:
      	Fixed documentation starting tag to make javadoc happy.
      	* java/util/regex/Pattern.java
      	(Pattern): Implements Serializable.
      	* java/util/PatternSyntaxException.java
      	(serialVersionUID): New member variable.
      
      From-SVN: r64799
      Michael Koch committed
    • 2003-03-24 Michael Koch <koqnueror@gmx.de> · 050d3e13
      	* java/awt/ContainerOrderFocusTraversalPolicy.java
      	(getFirstComponent): Implemented.
      	(getLastComponent): Implemented.
      	(getDefaultComponent): Implemented.
      	(setImplicitDownCycleTraversal): Fixed implementation.
      	* java/awt/Robot.java
      	(Robot): Added documentation.
      	* java/awt/Toolkit.java
      	(getFontList): Deprecated.
      	(getFontMetrics): Deprecated.
      	(getPrintJob): Added documentation.
      	(getSystemSelection): Added documentation.
      	(getLockingKeyState): Added documentation.
      	(setLockingKeyState): Added documentation.
      	(createCustomCursor): Added documentation.
      	(getBestCursorSize): Added documentation.
      	(getMaximumCursorColors): Added documentation.
      	(isFrameStateSupported): Added documentation.
      
      From-SVN: r64798
      Michael Koch committed
    • ChangeLog entry fix · 3d6431d7
      From-SVN: r64797
      Michael Koch committed
    • RandomAccessFile.java: More little merges with libgcj. · 7e7ed852
      2003-03-24  Michael Koch  <konqueror@gmx.de>
      
      	* java/io/RandomAccessFile.java:
      	More little merges with libgcj.
      
      From-SVN: r64796
      Michael Koch committed
    • natInetAddressNoNet.cc: Include stddef.h. · 24a3f7ac
      2003-03-24  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/natInetAddressNoNet.cc:
      	Include stddef.h.
      	* java/net/natPlainDatagramSocketImplNoNet.cc:
      	Fixed inlcude of java/net/DatagramPacket.h.
      	* java/net/natPlainSocketImplNoNet.cc:
      	Include some missing classes.
      
      From-SVN: r64795
      Michael Koch committed
    • 2003-03-24 Michael Koch <konqueror@gmx.de> · 5eec7c8c
      	* java/awt/dnd/DropTarget.java
      	(DropTargetAutoScroller): According to the online documentation, this
      	is protected, but in reality it is public.
      	* java/awt/dnd/DropTargetContext.java
      	(TransferableProxy): According to the online documentation, this
              is protected, but in reality it is public.
      
      From-SVN: r64794
      Michael Koch committed
    • * dojump.c (do_jump): Handle UNSAVE_EXPR specially. · 2ff1fb45
      From-SVN: r64791
      Jakub Jelinek committed
    • * g++.dg/opt/rtti1.C: New test. · 1134f4ac
      From-SVN: r64788
      Jakub Jelinek committed
    • * doc/contrib.texi (Contributors): Update Janis Johnson. · 8b5777db
      From-SVN: r64787
      Gerald Pfeifer committed
    • re PR target/10072 ([Sparc] internal compiler error: in trunc_int_for_mode, at explow.c:54) · 02484af9
      	PR target/10072
      	* combine.c (simplify_if_then_else): Check that the mode
      	has MODE_INT class before applying the (OP Z (mult COND C2))
      	transformation.
      
      From-SVN: r64785
      Eric Botcazou committed
    • re PR rtl-optimization/9414 ([Sparc] Scheduling bug on Ultrasparc) · 941bc659
      	PR optimization/9414
      	* config/sparc/sparc.md (widening peepholes): Use
      	widen_memory_access instead of change_address.
      
      From-SVN: r64782
      Eric Botcazou committed
    • re PR c++/7086 (compile time regression) · f29a2bd1
      	PR c++/7086
      	* c-typeck.c (c_mark_addressable): Adjust calls to
      	put_var_into_stack.
      	* expr.c (expand_expr): Likewise.
      	* function.c (put_var_into_stack): Add rescan parameter.  Do not
      	call fixup_var_refs when rescan is false.
      	(gen_mem_addressof): Likewise.
      	(assign_parms): Adjust calls to put_var_into_stack.
      	(setjmp_protect): Likewise.
      	(setjmp_protect_args): Likewise.
      	* rtl.h (gen_mem_addressof): Change prototype.
      	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
      	* tree.h (put_var_into_stack): Change prototype.
      
      	PR c++/7086
      	* utils2.c: Adjust calls to put_var_into_stack.
      
      	PR c++/7086
      	* semantics.c (genrtl_named_return_value): Adjust calls to
      	put_var_into_stack.
      	* typeck.c (cxx_mark_addressable): Likewise.
      
      	PR c++/7086
      	* com.c (ffecom_sym_transform_): Adjust calls to
      	put_var_into_stack.
      	(ffe_mark_addressable): Likewise.
      
      From-SVN: r64781
      Mark Mitchell committed
    • DataInputStream.java (): Wrapped documentation line. · ffe4ebba
      2003-03-24  Michael Koch  <konqueror@gmx.de>
      
      	* java/io/DataInputStream.java
      	(): Wrapped documentation line.
      	(): Fixed @return tag.
      	* java/io/DataOutputStream.java
      	(written): Moved to top of class.
      	(all methods): Merged documentation from classpath.
      	* java/io/File.java:
      	Merged copyright year with classpath.
      	* java/io/FileInputStream.java
      	(all methods): Merged documentation from classpath.
      	* java/io/LineNumberReader.java
      	(getLineNumber): Fixed @return tag.
      	* java/io/ObjectInputStream.java.
      	Reformatted.
      	* java/io/ObjectOutputStream.java:
      	Reformatted, fixed some @see tags.
      	* java/io/OutputStreamWriter.java:
      	Deleted empty line.
      	* java/io/Writer.java:
      	Reformatted.
      
      From-SVN: r64780
      Michael Koch committed
    • 2003-03-24 Michael Koch <konqueror@gmx.de> · 228115ac
      	* java/awt/Frame.java
      	(DEFAULT_CURSOR): Fixed @deprecated tag.
      	(setCursor): Fixed @deprecated tag.
      
      From-SVN: r64779
      Michael Koch committed