OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * gcc.dg/ultrasp5.c: Fix comment.
ebotcazou [Mon, 24 Mar 2003 22:03:31 +0000 (22:03 +0000)]
* gcc.dg/ultrasp5.c: Fix comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64822 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Bud Davis <bdavis9659@comcast.net>
toon [Mon, 24 Mar 2003 21:20:20 +0000 (21:20 +0000)]
2003-03-24  Bud Davis  <bdavis9659@comcast.net>

PR fortran/10197
* libI77/open.c (f_open): A DIRECT ACCESS file is
UNFORMATTED by default.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64821 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
neil [Mon, 24 Mar 2003 20:44:54 +0000 (20:44 +0000)]
* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64820 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoChangelog commit escaped earlier
nathan [Mon, 24 Mar 2003 20:40:25 +0000 (20:40 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64819 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Mon, 24 Mar 2003 19:47:17 +0000 (19:47 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64815 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Mon, 24 Mar 2003 19:41:10 +0000 (19:41 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64814 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Janis Johnson <janis187@us.ibm.com>
janis [Mon, 24 Mar 2003 18:27:26 +0000 (18:27 +0000)]
2003-03-24  Janis Johnson  <janis187@us.ibm.com>

* doc/install.texi (Testing): Mention test result links from build
status pages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64811 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Mon, 24 Mar 2003 18:20:12 +0000 (18:20 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64809 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * function.c (put_var_into_stack): Change bool parameter to int.
mmitchel [Mon, 24 Mar 2003 17:53:31 +0000 (17:53 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64807 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 15:43:22 +0000 (15:43 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64806 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-10 Andreas Schwab <schwab@suse.de>
schwab [Mon, 24 Mar 2003 15:29:54 +0000 (15:29 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64805 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (a peephole2): New.
kazu [Mon, 24 Mar 2003 14:17:49 +0000 (14:17 +0000)]
* config/h8300/h8300.md (a peephole2): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64802 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 14:05:02 +0000 (14:05 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* javax/swing/text/ComponentView.java
(getComponent): Must be final.
* javax/swing/tree/DefaultTreeCellRenderer.java:
Reformatted.
* javax/swing/undo/StateEditable.java:
Reformatted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64801 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 14:01:41 +0000 (14:01 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64800 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:56:57 +0000 (13:56 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64799 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <koqnueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:50:32 +0000 (13:50 +0000)]
2003-03-24  Michael Koch  <koqnueror@gmx.de>

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64798 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoChangeLog entry fix
mkoch [Mon, 24 Mar 2003 13:47:05 +0000 (13:47 +0000)]
ChangeLog entry fix

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64797 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:45:29 +0000 (13:45 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/io/RandomAccessFile.java:
More little merges with libgcj.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64796 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:40:44 +0000 (13:40 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64795 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:12:55 +0000 (13:12 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64794 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
jakub [Mon, 24 Mar 2003 11:43:21 +0000 (11:43 +0000)]
* dojump.c (do_jump): Handle UNSAVE_EXPR specially.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64791 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * g++.dg/opt/rtti1.C: New test.
jakub [Mon, 24 Mar 2003 11:36:26 +0000 (11:36 +0000)]
* g++.dg/opt/rtti1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64788 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/contrib.texi (Contributors): Update Janis Johnson.
gerald [Mon, 24 Mar 2003 11:35:14 +0000 (11:35 +0000)]
* doc/contrib.texi (Contributors): Update Janis Johnson.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64787 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR target/10072
ebotcazou [Mon, 24 Mar 2003 11:29:11 +0000 (11:29 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64785 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR optimization/9414
ebotcazou [Mon, 24 Mar 2003 10:21:46 +0000 (10:21 +0000)]
PR optimization/9414
* config/sparc/sparc.md (widening peepholes): Use
widen_memory_access instead of change_address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64782 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/7086
mmitchel [Mon, 24 Mar 2003 08:31:36 +0000 (08:31 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64781 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 08:27:28 +0000 (08:27 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64780 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 08:26:52 +0000 (08:26 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/awt/Frame.java
(DEFAULT_CURSOR): Fixed @deprecated tag.
(setCursor): Fixed @deprecated tag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64779 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 08:24:29 +0000 (08:24 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/beans/beancontext/BeanContextEvent.java:
Reformated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64778 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoclarify which PR was fixed.
ghazi [Mon, 24 Mar 2003 01:30:44 +0000 (01:30 +0000)]
clarify which PR was fixed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64773 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agogcc:
ghazi [Mon, 24 Mar 2003 01:24:41 +0000 (01:24 +0000)]
gcc:
* builtins.c (expand_builtin_fputs): When optimizing for size,
don't transform fputs into fwrite.
testsuite:
* gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
builtin fputs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64771 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-23 Eric Blake <ebb9@email.byu.edu>
tromey [Mon, 24 Mar 2003 00:50:18 +0000 (00:50 +0000)]
2003-03-23  Eric Blake  <ebb9@email.byu.edu>

* java/lang/natStringBuffer.cc (regionMatches): New function.
* java/lang/String.java (count): Now package-private.
* java/lang/StringBuffer.java: Merged with Classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64770 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Mon, 24 Mar 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64769 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c/8224
mmitchel [Sun, 23 Mar 2003 22:57:26 +0000 (22:57 +0000)]
PR c/8224
* fold-const.c (extract_muldiv_1): Don't pass through type conversions
when signedness changes for division or modulus.

PR c/8224
* gcc.dg/20030323-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64760 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
amodra [Sun, 23 Mar 2003 22:44:04 +0000 (22:44 +0000)]
* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
globalize_label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64758 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c/10178
sayle [Sun, 23 Mar 2003 21:25:13 +0000 (21:25 +0000)]
PR c/10178
* stmt.c (expand_end_case_type): Check for overflow in range when
determining whether to use a bit-test implementation.

* gcc.c-torture/compile/20030323-1.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64757 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
rth [Sun, 23 Mar 2003 20:40:26 +0000 (20:40 +0000)]
    * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
        before flow2.
        * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64754 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoNew test.
rth [Sun, 23 Mar 2003 20:21:24 +0000 (20:21 +0000)]
New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64753 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR opt/10116
rth [Sun, 23 Mar 2003 20:14:57 +0000 (20:14 +0000)]
    PR opt/10116
        * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
        from then_bb or else_bb after flow2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64750 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Check whether it is necessary to link against
zack [Sun, 23 Mar 2003 20:13:58 +0000 (20:13 +0000)]
* configure.in: Check whether it is necessary to link against
libm to use ldexp.
* configure: Regenerate.
* Makefile.in: Add LDEXP_LIB substitution variable.
* java/Make-lang.in: Link jcf-dump against $(LDEXP_LIB).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64749 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-23 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 23 Mar 2003 19:11:19 +0000 (19:11 +0000)]
2003-03-23  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedOutputStream.java:
Reformated.
* java/io/BufferedReader.java:
Reformated.
* java/io/ByteArrayOutputStream.java
(size): Fixed @see tag.
* java/io/CharArrayWriter.java
(size): Fixed @see tag.
* java/io/DataInput.java:
Reformated.
* java/io/DataOutput.java:
Reformated.
* java/io/DataOutputStream.java:
Merged copyright years with classpath.
* java/io/Externalizable.java:
Reformated.
* java/io/FileFilter.java:
Reformated.
* java/io/FileInputStream.java:
Merged copyright years with classpath.
* java/io/FileOutputStream.java:
Merged copyright years with classpath.
* java/io/FilePermission.java
(FilePermission): Replaced @XXX with FIXME:.
* java/io/FileWriter.java:
Reformated.
* java/io/FilenameFilter.java:
Reformated.
* java/io/FilterInputStream.java:
Reformated.
* java/io/FilterOutputStream.java:
Reformated.
* java/io/FilterReader.java:
Reformated.
* java/io/FilterWriter.java:
Reformated.
* java/io/LineNumberInputStream.java
(LineNumberInputStream): Replaced @code with HTML tags to make javadoc
happy.
(getLineNumber): Fixed @return tag.
* java/io/ObjectInput.java:
Reformated.
* java/io/ObjectOutput.java:
Reformated.
* java/io/ObjectStreamClass.java:
Reformated.
* java/io/PrintStream.java:
Merged copyright years with classpath.
* java/io/PushbackReader.java
(PushbackReader): Replaced @code with @param.
* java/io/SerializablePermission.java:
Reformated.
* java/io/StreamTokenizer.java
(resetSyntax): Fixed @see tag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64748 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md: Fix comment typos.
kazu [Sun, 23 Mar 2003 14:32:47 +0000 (14:32 +0000)]
* config/h8300/h8300.md: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64747 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
aoliva [Sun, 23 Mar 2003 10:15:50 +0000 (10:15 +0000)]
* Makefile.in (MULTIOSDIR): New macro.  Use $(CC) $(LIBCFLAGS)
instead of $$CC alone.
(install_to_tooldir): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64745 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * pa.c (output_cbranch): Fix typo in comment.
danglin [Sun, 23 Mar 2003 05:24:27 +0000 (05:24 +0000)]
* pa.c (output_cbranch): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64741 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
rth [Sun, 23 Mar 2003 01:40:04 +0000 (01:40 +0000)]
    * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
        after reload.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64738 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * sysdep/ia64/locks.h: Include ia64intrin.h.
rth [Sun, 23 Mar 2003 01:38:00 +0000 (01:38 +0000)]
    * sysdep/ia64/locks.h: Include ia64intrin.h.
        (compare_and_swap): Use __sync_bool_compare_and_swap.
        (compare_and_swap_release): Expose ar.ccv assignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64737 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
rth [Sun, 23 Mar 2003 01:36:22 +0000 (01:36 +0000)]
    * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
        (GC_test_and_set): Use __sync_lock_test_and_set.
        (GC_clear): Use volatile assignment.
        (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
        (GC_memory_write_barrier): Use __sync_synchronize.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64736 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sun, 23 Mar 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64735 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agobe explicit about the default VERBOSE case
korbb [Sat, 22 Mar 2003 21:58:56 +0000 (21:58 +0000)]
be explicit about the default VERBOSE case

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64728 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agofix Solaris 2.6 initializers
korbb [Sat, 22 Mar 2003 21:51:04 +0000 (21:51 +0000)]
fix Solaris 2.6 initializers

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64727 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/i386/i386.c (ix86_init_machine_status): Return value.
aj [Sat, 22 Mar 2003 20:02:22 +0000 (20:02 +0000)]
* config/i386/i386.c (ix86_init_machine_status): Return value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64726 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
danglin [Sat, 22 Mar 2003 18:55:40 +0000 (18:55 +0000)]
* config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
Correct return value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64724 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
danglin [Sat, 22 Mar 2003 18:53:08 +0000 (18:53 +0000)]
* pa.c (output_cbranch, output_bb, output_bvb): Output nop for
conditional branch to the following instruction.  Use next_real_insn
instead of next_active_insn.
(output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
instead of next_active_insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64723 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o' instead
uweigand [Sat, 22 Mar 2003 17:52:10 +0000 (17:52 +0000)]
* config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o' instead
of 'm' constraint in forced-split alternatives.
("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
VALIDATE_ADDRESS parameter to operand_subword.
* gcc.dg/20030321-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64718 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/Wshadow-1.c: Add a dg-warning line.
zack [Sat, 22 Mar 2003 17:06:15 +0000 (17:06 +0000)]
* gcc.dg/Wshadow-1.c: Add a dg-warning line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64717 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Sat, 22 Mar 2003 15:34:41 +0000 (15:34 +0000)]
cp:
PR c++/9978, c++/9708
* cp-tree.h (instantiate_template): Add tsubst_flags parameter.
* call.c (add_template_candidate_real): Adjust
instantiate_template call.
* class.c (resolve_address_of_overloaded_function): Likewise.
* decl.c (build_enumerator): Set TREE_CONSTANT.
* pt.c (check_instantiated_args): New.
(push_inline_template_parms_recursive): Set TREE_CONSTANT,
TREE_READONLY.
(build_template_parm_index): Copy TREE_CONSTANT, TREE_READONLY.
(reduce_template_parm_level): Likewise.
(process_template_parm): Likewise.
(check_explicit_specialization): Adjust instantiate_template call.
(convert_template_argument): Don't check non-type argument here.
(lookup_template_class): Check them here.
(tsubst_friend_function): Adjust instantiate_template call.
(instantiate_template): Add tsubst_flags parameter, use it. Check
instantiated args.
testsuite:
PR c++/9978, c++/9708
* g++.dg/ext/vlm1.C: Adjust expected error.
* g++.dg/ext/vla2.C: New test.
* g++.dg/template/arg1.C: New test.
* g++.dg/template/arg2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64714 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.c (notice_update_cc): Correctly handle
kazu [Sat, 22 Mar 2003 15:22:37 +0000 (15:22 +0000)]
* config/h8300/h8300.c (notice_update_cc): Correctly handle
the case where the set destination is STRICT_LOW_PART.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64711 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoMake gcc recognize a c33 as a c30 instead of a c40 processor.
sveinse [Sat, 22 Mar 2003 13:16:15 +0000 (13:16 +0000)]
Make gcc recognize a c33 as a c30 instead of a c40 processor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64710 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-22 Bud Davis <bdavis9659@comcast.net>
toon [Sat, 22 Mar 2003 13:01:08 +0000 (13:01 +0000)]
2003-03-22  Bud Davis  <bdavis9659@comcast.net>

* com.c (ffecom_constantunion_with_type): New function.
* com.h (ffecom_constantunion_with_type): Declare.
* stc.c (ffestc_R810): Check for kind type.
* ste.c (ffeste_R810): Use ffecom_constantunion_with_type
to discern SELECT CASE variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64709 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-22 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sat, 22 Mar 2003 10:56:44 +0000 (10:56 +0000)]
2003-03-22  Andreas Tobler <a.tobler@schweiz.ch>

        * include/posix.h: Add suffix for darwin dynamic libraries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64705 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-22 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sat, 22 Mar 2003 10:45:04 +0000 (10:45 +0000)]
2003-03-22  Andreas Tobler <a.tobler@schweiz.ch>

        * libjava.jni/jni.exp: Add compilation/link fix dor darwin dylibs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64704 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
amodra [Sat, 22 Mar 2003 08:01:02 +0000 (08:01 +0000)]
* combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64703 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * lib/libjava.exp (gcj_invoke): Moved...
tromey [Sat, 22 Mar 2003 07:14:53 +0000 (07:14 +0000)]
* lib/libjava.exp (gcj_invoke): Moved...
* libjava.jni/jni.exp: ...from here.

* libjava.cni/shortfield.out: New file.
* libjava.cni/shortfield.java: New file.
* libjava.cni/natshortfield.cc: New file.
* libjava.cni/natlongfield.cc: New file.
* libjava.cni/longfield.out: New file.
* libjava.cni/longfield.java: New file.

* libjava.cni/cni.exp: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64702 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Sat, 22 Mar 2003 04:57:46 +0000 (04:57 +0000)]
2003-03-21  Jerry Quinn  <jlquinn@optonline.net>

PR libstdc++/5730
* include/bits/c++config (_GLIBCPP_FAST_MATH): Define.
        * include/std/std_complex.h (norm):  Use faster,
        less accurate computation for builtin float types under --fast-math.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64701 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-common.c: Include intl.h.
zack [Sat, 22 Mar 2003 03:28:39 +0000 (03:28 +0000)]
* c-common.c: Include intl.h.
(shadow_warning): Rewrite to allow better diagnostic translations.
* c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
* c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
use it throughout.
* Makefile.in (c-common.o): Add intl.h.
cp:
* decl.c: Update calls to shadow_warning.
po:
* gcc.pot: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64699 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config.gcc: Remove 'float_format'.
neroden [Sat, 22 Mar 2003 00:29:06 +0000 (00:29 +0000)]
* config.gcc: Remove 'float_format'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64698 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sat, 22 Mar 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64697 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * fixproto: Define NULL and size_t in generated stdlib.h and
neroden [Sat, 22 Mar 2003 00:15:53 +0000 (00:15 +0000)]
* fixproto: Define NULL and size_t in generated stdlib.h and
unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
Rearrange file generation loop for readability.  Generate time.h,
string.h if missing.
* tsystem.h: Include <string.h>, <time.h> unconditionally.
* config.gcc: Blow away POSIX defines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64690 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
ciceron [Fri, 21 Mar 2003 23:35:11 +0000 (23:35 +0000)]
* config/m68hc11/m68hc11.md ("call_value"): Fix trap check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64687 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
ciceron [Fri, 21 Mar 2003 23:25:21 +0000 (23:25 +0000)]
* config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
writing .interrupt command.
* config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
if it's a far or near function.
("call_value"): Likewise.
* config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
near attributes.
(m68hc11_handle_fntype_attribute): Accept attributes on methods.
(m68hc11_override_options): Ignore -mlong-calls for 68HC11.
(m68hc11_initial_elimination_offset): Set current_function_far
according to attributes.
(expand_prologue): Likewise.
(trap_handler_symbol): New global to keep track of trap handlers.
(m68hc11_encode_section_info): Mark symbol as far if needed; set
trap symbol.
(m68hc11_is_far_symbol): New function.
(m68hc11_is_trap_symbol): New function.
* config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
(m68hc11_is_trap_symbol): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64685 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * i386.c (ix86_compute_frame_layout): Recompute fast prologues
hubicka [Fri, 21 Mar 2003 22:18:18 +0000 (22:18 +0000)]
* i386.c (ix86_compute_frame_layout): Recompute fast prologues
only when amount of saved regs changed.
(ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
* i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64682 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR inline-asm/7916
hubicka [Fri, 21 Mar 2003 21:47:04 +0000 (21:47 +0000)]
PR inline-asm/7916
* function.c (instantiate_virtual_regs_lossage): New function.
(instantiate_virtual_regs_1): Use it.
(instantiate_virtual_regs): Do not continue in substition when insn has
been deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64681 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * combine.c (make_field_assignment): Fix a warning.
kazu [Fri, 21 Mar 2003 21:42:05 +0000 (21:42 +0000)]
* combine.c (make_field_assignment): Fix a warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64680 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * testsuite/testsuite_hooks.h: Fix warning nits.
ljrittle [Fri, 21 Mar 2003 20:32:45 +0000 (20:32 +0000)]
* testsuite/testsuite_hooks.h: Fix warning nits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64678 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
kazu [Fri, 21 Mar 2003 20:01:34 +0000 (20:01 +0000)]
* config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64677 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Dale Johannesen <dalej@apple.com>
dalej [Fri, 21 Mar 2003 19:01:42 +0000 (19:01 +0000)]
2003-03-21  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
        priority for R2 on Darwin.
        (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64676 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * combine.c (make_field_assignment): Remove unnecessary AND
kazu [Fri, 21 Mar 2003 18:03:02 +0000 (18:03 +0000)]
* combine.c (make_field_assignment): Remove unnecessary AND
when storing into zero_extract.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64674 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-15 Aldy Hernandez <aldyh@redhat.com>
zack [Fri, 21 Mar 2003 17:20:54 +0000 (17:20 +0000)]
2003-03-15  Aldy Hernandez <aldyh@redhat.com>
    Zack Weinberg  <zack@codesourcery.com>

* Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
* doc/libgcc.texi: New file.
* doc/interface.texi: Delete paragraph about libgcc interface.
* doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.

(oops, left out of previous checkout)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64673 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
zack [Fri, 21 Mar 2003 17:19:34 +0000 (17:19 +0000)]
* aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
* configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
* defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64672 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * javaop.h (jfloat, jdouble): Make them structures mirroring
zack [Fri, 21 Mar 2003 17:10:02 +0000 (17:10 +0000)]
* javaop.h (jfloat, jdouble): Make them structures mirroring
the bit fields of IEEE float and double respectively.
(JFLOAT_FINITE, JFLOAT_QNAN_MASK, JFLOAT_EXP_BIAS,
JDOUBLE_FINITE, JDOUBLE_QNAN_MASK, JDOUBLE_EXP_BIAS): New.
(union Word, union DWord): Delete.
(WORD_TO_FLOAT, WORDS_TO_DOUBLE): Update to match.

* gjavah.c (java_float_finite, java_double_finite, F_NAN_MASK,
D_NAN_MASK): Delete.
(jni_print_float, jni_print_double): New.  Generate
hexadecimal floating constants.
(print_field_info): Use jni_print_float/double.

* jcf-dump.c: Include math.h.  Use ldexp/frexp to assemble
finite floating point numbers for output; special case
non-finite floats.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64671 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* optabs.c (init_integral_libfuncs): Make sure we init at least up
dj [Fri, 21 Mar 2003 16:58:35 +0000 (16:58 +0000)]
* optabs.c (init_integral_libfuncs): Make sure we init at least up
to "long long" size words.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64670 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.h: Do not include fixdfdi.h on s390x.
uweigand [Fri, 21 Mar 2003 15:48:31 +0000 (15:48 +0000)]
* config/s390/s390.h: Do not include fixdfdi.h on s390x.
(TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
(MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64669 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Fri, 21 Mar 2003 15:42:36 +0000 (15:42 +0000)]
cp:
PR c++/9898
* error.c (dump_decl) [CONST_DECL]: Print '<enumerator>'.
(dump_expr) [CONSTRUCTOR]: Print default ctor as a function call.
testsuite:
PR c++/9898
* g++.dg/other/error4.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64667 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR doc-bug/9813
reichelt [Fri, 21 Mar 2003 15:06:19 +0000 (15:06 +0000)]
PR doc-bug/9813
* doc/extend.texi: Move misplaced paragraph about underscores in
variables in macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64666 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
rakdver [Fri, 21 Mar 2003 13:43:20 +0000 (13:43 +0000)]
* libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
bit mode.
* libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
Receive closure pointer through parameter, read args using
__builtin_dwarf_cfa.
(FFI_INIT_TRAMPOLINE): Send closure reference through eax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64663 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR optimization/8366
ebotcazou [Fri, 21 Mar 2003 09:46:38 +0000 (09:46 +0000)]
PR optimization/8366
* config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
(GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
PIC+SYMBOLIC_CONST in other modes than Pmode.
(GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
the form PIC+SYMBOLIC_CONST as mode dependent.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64657 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 21 Mar 2003 09:18:31 +0000 (09:18 +0000)]
2003-03-21  Michael Koch  <konqueror@gmx.de>

* javax/swing/Action.java
(ACCELERATOR_KEY): New constant.
(ACTION_COMMAND_KEY): Likewise.
(MNEMONIC_KEY): Likewise.
* javax/swing/UnsupportedLookAndFeelException.java
(UnsupportedLookAndFeelException): Must be public.
* javax/swing/WindowConstants.java
(EXIT_ON_CLOSE): New constant.
* javax/swing/text/BadLocationException.java
(offset): New member variable.
(BadLocationException): New implementation, documentation added.
(offsetRequested): New method.
* javax/swing/text/Caret.java:
Reformated.
* javax/swing/text/Document.java:
Reformated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64656 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 21 Mar 2003 09:00:29 +0000 (09:00 +0000)]
2003-03-21  Michael Koch  <konqueror@gmx.de>

* java/rmi/activation/Activatable.java
(serialVersionUID): New member variable.
* java/rmi/activation/ActivationGroup.java
(serialVersionUID): New member variable.
* java/rmi/activation/ActivationGroupDesc.java
(serialVersionUID): New member variable.
* java/rmi/registry/Registry.java:
Reformated.
(Registry): Deprecated.
* java/rmi/server/LoaderHandler.java
Reformated.
(LoaderHandler): Deprecated.
* java/rmi/server/LogStream.java
Reformated.
(LogStream): Deprecated.
* java/rmi/server/Operation.java
(Operation): Deprecated.
* java/rmi/server/RMIFailureHandler.java:
Reformated.
* java/rmi/server/RMISocketFactory.java:
Reformated.
* java/rmi/server/RemoteCall.java
(RemoteCall): Deprecated.
* java/rmi/server/RemoteStub.java:
Reformated.
* java/rmi/server/Skeleton.java
Reformated.
(Skeleton): Deprecated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64655 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 21 Mar 2003 08:48:27 +0000 (08:48 +0000)]
2003-03-21  Michael Koch  <konqueror@gmx.de>

* java/io/LineNumberReader.java
(LineNumberReader): Merged documentation with classpath.
(getLineNumber): Likewise.
(setLineNumber): Likewise.
(mark): Likewise.
(reset): Likewise.
(read): Likewise.
(readLine): Likewise.
(skip): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64654 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 21 Mar 2003 08:48:14 +0000 (08:48 +0000)]
2003-03-21  Michael Koch  <konqueror@gmx.de>

* java/rmi/RMISecurityManager.java
(checkAccept): Removed.
(checkAccess): Likewise.
(checkAccess): Likewise.
(checkAwtEventQueueAccess): Likewise.
(checkConnect): Likewise.
(checkCreateClassLoader): Likewise.
(checkDelete): Likewise.
(checkExec): Likewise.
(checkExit): Likewise.
(checkLink): Likewise.
(checkListen): Likewise.
(checkMemberAccess): Likewise.
(checkMulticast): Likewise.
(checkPackageAccess): Likewise.
(checkPackageDefinition): Likewise.
(checkPermission): Likewise.
(checkPrintJobAccess): Likewise.
(checkPropertiesAccess): Likewise.
(checkPropertyAccess): Likewise.
(checkRead): Likewise.
(checkSecurityAccess): Likewise.
(checkSetFactory): Likewise.
(checkSystemClipboardAccess): Likewise.
(checkTopLevelWindow): Likewise.
(checkWrite): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64653 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * treetree.c (cpp_create_reader): Follow prototype change in
aj [Fri, 21 Mar 2003 07:27:42 +0000 (07:27 +0000)]
* treetree.c (cpp_create_reader): Follow prototype change in
cpplib.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64652 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9440
jason [Fri, 21 Mar 2003 07:13:53 +0000 (07:13 +0000)]
    PR c++/9440
        * call.c (build_conditional_expr): Use convert rather than an
        explicit NOP_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64651 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/8316, c++/9315, c++/10136
jason [Fri, 21 Mar 2003 07:12:50 +0000 (07:12 +0000)]
    PR c++/8316, c++/9315, c++/10136
        * call.c (print_z_candidate): Split out from...
        (print_z_candidiates): ...here.
        (joust): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64650 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9420
jason [Fri, 21 Mar 2003 07:10:43 +0000 (07:10 +0000)]
    PR c++/9420
        * search.c (lookup_conversions): Call complete_type here.
        * call.c (implicit_conversion): Not here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64649 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/7050
jason [Fri, 21 Mar 2003 07:08:02 +0000 (07:08 +0000)]
    PR c++/7050
        * expr.c (store_expr): Don't attempt to store void-typed trees,
        just evaluate them for side effects.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64646 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cp/decl2.c (arg_assoc_class): Correct check for namespace-scope
mmitchel [Fri, 21 Mar 2003 07:04:07 +0000 (07:04 +0000)]
* cp/decl2.c (arg_assoc_class): Correct check for namespace-scope
friends.
* cp/pt.c (instantiate_class_template): Fix formatting.

* g++.dg/template/friend17.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64645 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config/stormy16/stormy16.c (xstormy16_expand_arith): Make
dj [Fri, 21 Mar 2003 06:03:01 +0000 (06:03 +0000)]
* config/stormy16/stormy16.c (xstormy16_expand_arith): Make
sure we always emit at least one insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64644 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-21 Christopher Faylor <cgf@redhat.com>
dannysmith [Fri, 21 Mar 2003 03:57:09 +0000 (03:57 +0000)]
2003-03-21  Christopher Faylor  <cgf@redhat.com>

* config.gcc (i[34567]86-*-cygwin*): Use new common makefile
stub t-cygming. Use common target header cygming.h. Add extra
c_target_obj and cxx_target_obj file. Default cygwin to posix
threading. Enforce i386 as float format.
(i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
Remove cygwin.h as target header. Use common target header
cygming.h  Enforce i386 as float format. Correct typo.
* config/i386/cygming.h: New file, containing definitions
common to mingw32 and cygwin.
* config/i386/cygwin.h: Remove definitions common to cygwin and
mingw. Simplify special spec logic.  Define "wrappers" around
certain include path defines to accommodate -mno-cygwin.
Remove some #if 0'ed code.
(STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
(LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
(GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
* config/i386/mingw32.h: Remove definitions common to cygwin and
mingw.
(EXTRA_OS_CPP_BUILTINS): Adjust.
(TARGET_VERSION): Define.
* config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
mingw32.h definitions.
(LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
* config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
Add compilation rules for cygwin1.o cygwin2.o.
* config/i386/cygwin1.c: New file.
* config/i386/cygwin2.c: New file.
* config/i386/t-cygming: New makefile stub.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64643 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Fri, 21 Mar 2003 00:17:09 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64642 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoNew test.
amodra [Fri, 21 Mar 2003 00:13:41 +0000 (00:13 +0000)]
New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64635 138bc75d-0d04-0410-961f-82ee72b054a4