gcc.git
21 years agoinclhack.def (hpux_long_double, [...]): New hacks.
John David Anglin [Tue, 11 Feb 2003 20:43:41 +0000 (20:43 +0000)]
inclhack.def (hpux_long_double, [...]): New hacks.

* inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
* fixincl.x: Rebuilt.
* tests/base/stdlib.h: Update.
* tests/base/ctype.h: New file.

From-SVN: r62718

21 years agore PR rtl-optimization/9651 ([Alpha] FPE with NAN in spite of isnan protection)
Falk Hueffner [Tue, 11 Feb 2003 20:43:06 +0000 (20:43 +0000)]
re PR rtl-optimization/9651 ([Alpha] FPE with NAN in spite of isnan protection)

        PR optimization/9651
        * rtlanal.c (may_trap_p): Handle FIX.

From-SVN: r62717

21 years agoi386.c (override_options): Define c3-2 as a 686 with SSE.
Dave Jones [Tue, 11 Feb 2003 20:41:13 +0000 (20:41 +0000)]
i386.c (override_options): Define c3-2 as a 686 with SSE.

        * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
        * doc/invoke.texi: Extra alias.

From-SVN: r62716

21 years ago* config/rs6000/host-darwin.c: Fix comment.
Geoffrey Keating [Tue, 11 Feb 2003 20:39:07 +0000 (20:39 +0000)]
* config/rs6000/host-darwin.c: Fix comment.

From-SVN: r62715

21 years agors6000.md (divmodsi4): Use register_operand predicate for mod result.
David Edelsohn [Tue, 11 Feb 2003 20:38:28 +0000 (20:38 +0000)]
rs6000.md (divmodsi4): Use register_operand predicate for mod result.

        * config/rs6000/rs6000.md (divmodsi4): Use register_operand
        predicate for mod result.

From-SVN: r62714

21 years agore PR libstdc++/9659 (3.3/3.4 seekoff overload problem with optimization)
Scott Snyder [Tue, 11 Feb 2003 19:53:51 +0000 (19:53 +0000)]
re PR libstdc++/9659 (3.3/3.4 seekoff overload problem with optimization)

2003-02-11  Scott Snyder  <snyder@fnal.gov>

PR libstdc++/9659
* include/bits/fstream.tcc (seekoff): Avoid operator+
for pos_type.

From-SVN: r62712

21 years ago* emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
Jan Hubicka [Tue, 11 Feb 2003 19:47:30 +0000 (20:47 +0100)]
* emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.

From-SVN: r62711

21 years agoi386.c (ix86_expand_movstr): Fail if esi or edi appropriated as globals.
Richard Henderson [Tue, 11 Feb 2003 19:44:46 +0000 (11:44 -0800)]
i386.c (ix86_expand_movstr): Fail if esi or edi appropriated as globals.

        * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
        appropriated as globals.
        (ix86_expand_clrstr): Similarly.
        * config/i386/i386.md (cmpstrsi): Similarly.

From-SVN: r62710

21 years ago* config/h8300/h8300.md (a peephole2): Add a case of 255.
Kazu Hirata [Tue, 11 Feb 2003 19:36:49 +0000 (19:36 +0000)]
* config/h8300/h8300.md (a peephole2): Add a case of 255.

From-SVN: r62709

21 years agooptabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
Roger Sayle [Tue, 11 Feb 2003 19:34:11 +0000 (19:34 +0000)]
optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.

* optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
(pow_optab, atan2_optab): Define corresponding macros.
* optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
* genopinit.c (optabs): Implement pow_optab and atan2_optab
using pow?f3 and atan2?f3 patterns.
* builtins.c (expand_errno_check): New function to update errno
if necessary, split out from expand_builtin_mathfn.
(expand_builtin_mathfn): Use expand_errno_check.
(expand_builtin_mathfn_2): New function to handle expanding binary
math functions, reusing the code in expand_errno_check.
(expand_builtin): Handle the pow and atan2 math built-ins,
BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
expand_builtin_mathfn_2.

* doc/md.texi: Document new pow?f3 and atan2?f3 patterns.

From-SVN: r62708

21 years agogcconfig.h: undefine MPROTECT_VDB for MACOSX
Andreas Tobler [Tue, 11 Feb 2003 18:22:08 +0000 (19:22 +0100)]
gcconfig.h: undefine MPROTECT_VDB for MACOSX

2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>

        * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX

From-SVN: r62705

21 years agocombine.c (combine_simplify_rtx): Fix folding of nested float_truncates.
Jan Hubicka [Tue, 11 Feb 2003 18:05:55 +0000 (19:05 +0100)]
combine.c (combine_simplify_rtx): Fix folding of nested float_truncates.

* combine.c (combine_simplify_rtx): Fix folding of
nested float_truncates.

From-SVN: r62702

21 years ago* config/h8300/h8300.md (a peephole2): Fix a typo.
Kazu Hirata [Tue, 11 Feb 2003 17:41:33 +0000 (17:41 +0000)]
* config/h8300/h8300.md (a peephole2): Fix a typo.

From-SVN: r62701

21 years ago2003-02-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 15:41:31 +0000 (15:41 +0000)]
2003-02-11  Michael Koch  <konqueror@gmx.de>

       * Makefile.in
       (libgcj_la_OBJECTS): Removed natSelctorImpl.la.

From-SVN: r62700

21 years agoarm.mc (return_address_mask): Use CC_REGNUM for the condition code register number.
Richard Earnshaw [Tue, 11 Feb 2003 14:44:35 +0000 (14:44 +0000)]
arm.mc (return_address_mask): Use CC_REGNUM for the condition code register number.

* arm.mc (return_address_mask): Use CC_REGNUM for the condition code
register number.

From-SVN: r62699

21 years agoh8300-protos.h: Add a prototype for gtuleu_operator.
Kazu Hirata [Tue, 11 Feb 2003 13:43:20 +0000 (13:43 +0000)]
h8300-protos.h: Add a prototype for gtuleu_operator.

* config/h8300/h8300-protos.h: Add a prototype for
gtuleu_operator.
* config/h8300/h8300.c (gtuleu_operator): New.
* config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
* config/h8300/h8300.md (a peephole2): New.

From-SVN: r62696

21 years ago* sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
Jan Hubicka [Tue, 11 Feb 2003 12:33:52 +0000 (13:33 +0100)]
* sched-ebb.c (schedule_ebbs): Do not verify_flow_info.

From-SVN: r62694

21 years agoByteBufferImpl.java: Reformated and removed some code.
Michael Koch [Tue, 11 Feb 2003 11:16:18 +0000 (11:16 +0000)]
ByteBufferImpl.java: Reformated and removed some code.

2003-02-11  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/ByteBufferImpl.java:
Reformated and removed some code.
(backing_buffer): Removed.
(array_offset): Removed.
(ro): Renamed to readOnly.
(ByteBufferImpl): Use parent constructor, initialize readOnly.
* gnu/java/nio/CharBufferImpl.java:
Reformated and removed some code.
(array_offset): Removed.
(ro): Renamed to readOnly.
(CharBufferImpl): Use parent constructor, initialize readOnly.
(inc_pos): Removed.
(order): New method.
* gnu/java/nio/DoubleBufferImpl.java:
Reformated and removed some code.
(array_offset): Removed.
(ro): Renamed to readOnly.
(DoubleBufferImpl): Use parent constructor, initialize readOnly.
(inc_pos): Removed.
(order): New method.
* gnu/java/nio/FloatBufferImpl.java:
Reformated and removed some code.
(array_offset): Removed.
(ro): Renamed to readOnly.
(FloatBufferImpl): Use parent constructor, initialize readOnly.
(inc_pos): Removed.
(order): New method.
* gnu/java/nio/IntBufferImpl.java:
Reformated and removed some code.
(array_offset): Removed.
(ro): Renamed to readOnly.
(IntBufferImpl): Use parent constructor, initialize readOnly.
(inc_pos): Removed.
(order): New method.
* gnu/java/nio/LongBufferImpl.java:
Reformated and removed some code.
(array_offset): Removed.
(ro): Renamed to readOnly.
(LongBufferImpl): Use parent constructor, initialize readOnly.
(inc_pos): Removed.
(order): New method.
* gnu/java/nio/ShortBufferImpl.java:
Reformated and removed some code.
(array_offset): Removed.
(ro): Renamed to readOnly.
(ShortBufferImpl): Use parent constructor, initialize readOnly.
(inc_pos): Removed.
(order): New method.
* Makefile.am
(ordinary_java_source_files): Added the following files:
gnu/java/nio/ByteBufferImpl.java
gnu/java/nio/CharBufferImpl.java
gnu/java/nio/DoubleBufferImpl.java
gnu/java/nio/FloatBufferImpl.java
gnu/java/nio/IntBufferImpl.java
gnu/java/nio/LongBufferImpl.java
gnu/java/nio/ShortBufferImpl.java
java/nio/DoubleBuffer.java
java/nio/FloatBuffer.java
java/nio/IntBuffer.java
java/nio/LongBuffer.java
java/nio/ShortBuffer.java
(nat_source_files): Added the following files:
gnu/java/nio/natByteBufferImpl.cc
gnu/java/nio/natCharBufferImpl.cc
gnu/java/nio/natDoubleBufferImpl.cc
gnu/java/nio/natFloatBufferImpl.cc
gnu/java/nio/natIntBufferImpl.cc
gnu/java/nio/natLongBufferImpl.cc
gnu/java/nio/natShortBufferImpl.cc
* Makefile.in: Regenerated.

From-SVN: r62692

21 years agore PR libstdc++/9320 (Incorrect usage of traits_type::int_type in stdio_filebuf)
Paolo Carlini [Tue, 11 Feb 2003 10:43:49 +0000 (11:43 +0100)]
re PR libstdc++/9320 (Incorrect usage of traits_type::int_type in stdio_filebuf)

2003-02-11  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/9320
* include/ext/stdio_filebuf.h
(stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
Change to take a __size parameter of type size_t, not
of type (template parameter dependent) int_type.
* src/ios.cc (ios_base::Init::_S_ios_create): Change type of
size vars to size_t.
* testsuite/ext/stdio_filebuf.cc: Add.

From-SVN: r62691

21 years agore PR libstdc++/9318 (i/ostream::operator>>/<<(streambuf*) broken)
Paolo Carlini [Tue, 11 Feb 2003 09:59:19 +0000 (10:59 +0100)]
re PR libstdc++/9318 (i/ostream::operator>>/<<(streambuf*) broken)

2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
    Petur Runolfsson  <peturr02@ru.is>

PR libstdc++/9318
* include/bits/streambuf.tcc (__copy_streambufs):
Don't conditionalize the copy to __testput.
* testsuite/27_io/streambuf_members.cc (test09, test10): Add.

Co-Authored-By: Petur Runolfsson <peturr02@ru.is>
From-SVN: r62689

21 years ago2003-02-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 09:44:57 +0000 (09:44 +0000)]
2003-02-11  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/natCharBufferImpl.cc
(nio_cast): Removed.
(nio_put_*): Removed.
(nio_get_*): Removed.
* gnu/java/nio/natDoubleBufferImpl.cc
(nio_cast): Removed.
(nio_put_*): Removed.
(nio_get_*): Removed.
* gnu/java/nio/natFloatBufferImpl.cc
(nio_cast): Removed.
(nio_put_*): Removed.
(nio_get_*): Removed.
* gnu/java/nio/natIntBufferImpl.cc
(nio_cast): Removed.
(nio_put_*): Removed.
(nio_get_*): Removed.
* gnu/java/nio/natLongBufferImpl.cc
(nio_cast): Removed.
(nio_put_*): Removed.
(nio_get_*): Removed.
* gnu/java/nio/natShortBufferImpl.cc
(nio_cast): Removed.
(nio_put_*): Removed.
(nio_get_*): Removed.
* gnu/java/nio/SelectorProviderImpl.java
(openDatagramChannel): Throws IOException.
(openPipe): Throws IOException.
(openSelector): Throws IOException.
(openServerSocketChannel): Throws IOException.
(openSocketChannel): Throws IOException.
* gnu/java/nio/ServerSocketChannelImpl.java
(ServerSocketChannelImpl): Throws IOException.
(implCloseSelectableChannel): Throws IOException.
(implConfigureBlocking): Throws IOException.
* java/nio/ByteBuffer.java
(readOnly): Removed.
(hasArray): Use isReadOnly() instead of readOnly.
(array): Use isReadOnly() instead of readOnly.
(arrayOffset): Use isReadOnly() instead of readOnly.
* java/nio/CharBuffer.java
(CharBuffer): Implements Cloneable and CharSequence.

From-SVN: r62688

21 years ago* predict.c (choose_function_section): Choose sections correctly.
Jan Hubicka [Tue, 11 Feb 2003 09:05:30 +0000 (10:05 +0100)]
* predict.c (choose_function_section): Choose sections correctly.

From-SVN: r62686

21 years ago2003-02-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 07:42:17 +0000 (07:42 +0000)]
2003-02-11  Michael Koch  <konqueror@gmx.de>

* java/nio/Buffer.java
(cap, lim, pos, mark): Made private
(Buffer): Added package private constructor.
* java/nio/ByteBuffer.java
(ByteBuffer): Implements Cloneable.
(offset): New member variable.
(readOnly): New member variable.
(backing_buffer): New member variable.
(allocateDirect): Throw exception and tell that direct buffers are
not supported yet, documentation added.
(allocate): Documentation added.
(wrap): Documentation added.
(ByteBuffer): New constructor.
(hasArray): New method.
(array): New method.
(arrayOffset): New method.
(get): Documentation added.
(put): Documentation added.
* java/nio/CharBuffer.java
(CharBuffer): New constructor.
(compareTo): Don't access member variables of Buffer directly.
* java/nio/DoubleBuffer.java
(allocateDirect): Throw exception and tell that direct buffers are
not supported yet.
* java/nio/FloatBuffer.java
(allocateDirect): Throw exception and tell that direct buffers are
not supported yet.
* java/nio/IntBuffer.java
(allocateDirect): Throw exception and tell that direct buffers are
not supported yet.
* java/nio/LongBuffer.java
(allocateDirect): Throw exception and tell that direct buffers are
not supported yet.
* java/nio/MappedByteBuffer.java
(MappedByteBuffer): New method.
(force): New method.
(isLoaded): New method.
(load): New method.
* java/nio/ShortBuffer.java
(allocateDirect): Throw exception and tell that direct buffers are
not supported yet.

From-SVN: r62685

21 years ago2003-02-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 06:51:34 +0000 (06:51 +0000)]
2003-02-11  Michael Koch  <konqueror@gmx.de>

* java/nio/DoubleBuffer.java
(DoubleBuffer): Implements Comparable.
(endian): Removed.
(array_offset): New member variable.
(DoubleBuffer): New constuctor.
(get): May not be final.
(put): May not be final.
(arrayOffset): Implemented.
(order): Made abstract.
(order): Removed.
(as*Buffer): Removed.
(get*): Removed.
(put*): Removed.
* java/nio/FloatBuffer.java
(FloatBuffer): Implements Comparable.
(endian): Removed.
(array_offset): New member variable.
(FloatBuffer): New constuctor.
(get): May not be final.
(put): May not be final.
(arrayOffset): Implemented.
(order): Made abstract.
(order): Removed.
(as*Buffer): Removed.
(get*): Removed.
(put*): Removed.
* java/nio/IntBuffer.java
(IntBuffer): Implements Comparable.
(endian): Removed.
(array_offset): New member variable.
(IntBuffer): New constuctor.
(get): May not be final.
(put): May not be final.
(arrayOffset): Implemented.
(order): Made abstract.
(order): Removed.
(as*Buffer): Removed.
(get*): Removed.
(put*): Removed.
* java/nio/LongBuffer.java
(LongBuffer): Implements Comparable.
(endian): Removed.
(array_offset): New member variable.
(LongBuffer): New constuctor.
(get): May not be final.
(put): May not be final.
(arrayOffset): Implemented.
(order): Made abstract.
(order): Removed.
(as*Buffer): Removed.
(get*): Removed.
(put*): Removed.
* java/nio/ShortBuffer.java
(ShortBuffer): Implements Comparable.
(endian): Removed.
(array_offset): New member variable.
(ShortBuffer): New constuctor.
(get): May not be final.
(put): May not be final.
(arrayOffset): Implemented.
(order): Made abstract.
(order): Removed.
(as*Buffer): Removed.
(get*): Removed.
(put*): Removed.

From-SVN: r62684

21 years ago2003-02-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 06:50:13 +0000 (06:50 +0000)]
2003-02-11   Michael Koch  <konqueror@gmx.de>

* java/nio/channels/SelectionKey.java
(OP_ACCEPT, OP_CONNECT, OP_READ, OP_WRITE): Initialize with correct
values.

From-SVN: r62683

21 years ago2003-02-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 06:48:53 +0000 (06:48 +0000)]
2003-02-11  Michael Koch  <konqueror@gmx.de>

* java/nio/channels/DatagramChannel.java
(write): Throws IOException.
(connect): Throws IOException.
(disconnect): Throws IOException.
(read): Throws IOException.
(receive): Throws IOException.
(send): Throws IOException.
* java/nio/channels/Pipe.java
(open): Throws IOException.
* java/nio/channels/SelectableChannel.java
(configureBlocking): Throws IOException.
* java/nio/channels/ServerSocketChannel.java
(accept): Throws IOException.
* java/nio/channels/SocketChannel.java
(SocketChannel): Implements ByteChannel, ScatteringByteChannel,
GatheringByteChannel.
(read): Throws IOException.
(write): Throws IOException.
(finishConnect): Throws IOException.
* java/nio/channels/spi/AbstractInterruptibleChannel.java
(end): Throws AsynchronousCloseException.
* java/nio/channels/spi/AbstractSelectableChannel.java
(configureBlocking): Throws IOException.
(implCloseChannel): Throws IOException.
(implCloseSelectableChannel): Throws IOException.
(implConfigureBlocking): Throws IOException.
* java/nio/channels/spi/SelectorProvider.java
(openDatagramChannel): Throws IOException.
(openPipe): Throws IOException.
(openSelector): Throws IOException.
(openServerSocketChannel): Throws IOException.
(openSocketChannel): Throws IOException.

From-SVN: r62682

21 years agoFileLockImpl.java, [...]: New files.
Michael Koch [Tue, 11 Feb 2003 06:47:50 +0000 (06:47 +0000)]
FileLockImpl.java, [...]: New files.

2003-02-11  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileLockImpl.java,
java/nio/channels/FileLock.java: New files.

From-SVN: r62681

21 years ago2003-02-08 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Feb 2003 06:46:16 +0000 (06:46 +0000)]
2003-02-08  Michael Koch  <konqueror@gmx.de>

* java/nio/charset/IllegalCharsetNameException.java
(serialVersionUID): New member variable.
(charsetName): New member variable.
(IllegalCharsetException): New implementation.
(getCharsetName): New implementation.
* java/nio/charset/UnsupportedCharsetException.java
(serialVersionUID): New member variable.
(charsetName): New member variable.
(UnsupportedCharsetException): New implementation.
(getCharsetName): New implementation.

From-SVN: r62680

21 years agoacinclude.m4: Check for native targets that can't link at this point in the build.
DJ Delorie [Tue, 11 Feb 2003 05:50:01 +0000 (00:50 -0500)]
acinclude.m4: Check for native targets that can't link at this point in the build.

* acinclude.m4: Check for native targets that can't link at
this point in the build.
* aclocal.m4: Regenerate.
* configure: Regenerate.

From-SVN: r62679

21 years agoConnectionEvent.java (serialVersionUID): New field.
Tom Tromey [Tue, 11 Feb 2003 05:13:14 +0000 (05:13 +0000)]
ConnectionEvent.java (serialVersionUID): New field.

* javax/sql/ConnectionEvent.java (serialVersionUID): New field.
(ex): Renamed from sqlException.

From-SVN: r62678

21 years agoreload1.c (first_label_num): New.
John David Anglin [Tue, 11 Feb 2003 03:52:28 +0000 (03:52 +0000)]
reload1.c (first_label_num): New.

* reload1.c (first_label_num): New.
(reload): Index offsets_known_at and offsets_at using difference of
label number and first label number.  Don't use offset pointers.
(set_label_offsets, set_initial_label_offsets): Likewise.

From-SVN: r62672

21 years agomips-tfile.c (init_file): Add missing initializers in the "#ifdef __alpha" case.
Roger Sayle [Tue, 11 Feb 2003 03:47:48 +0000 (03:47 +0000)]
mips-tfile.c (init_file): Add missing initializers in the "#ifdef __alpha" case.

* mips-tfile.c (init_file): Add missing initializers in the
"#ifdef __alpha" case.
(file_offset, max_file_offset): Declare as unsigned long.
(write_varray): Cast to "unsigned long" in comparisons against
either file_offset or max_file_offset.
(write_object): Likewise.
(read_seek): Likewise.
(copy_object): Likewise. Declare "ifd" as int to match its use
in add_ext_symbol, and avoid signed/unsigned conditional warning.

From-SVN: r62671

21 years agoDaily bump.
GCC Administrator [Tue, 11 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62669

21 years agoeabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not override options which have been...
Nick Clifton [Tue, 11 Feb 2003 00:13:24 +0000 (00:13 +0000)]
eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not override options which have been specified on the command line.

2003-02-10  Nick Clifton  <nickc@redhat.com>
            Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
        override options which have been specified on the command line.

Co-Authored-By: Aldy Hernandez <aldyh@redhat.com>
From-SVN: r62662

21 years agoSHA1PRNG.java (ensureIsSeeded): new method used to ensure seeding has occurred and...
Raif S. Naffah [Tue, 11 Feb 2003 00:08:32 +0000 (00:08 +0000)]
SHA1PRNG.java (ensureIsSeeded): new method used to ensure seeding has occurred and that a specific seed can be...

2003-02-10  Raif S. Naffah  <raif@fl.net.au>

* gnu/java/security/provider/SHA1PRNG.java (ensureIsSeeded): new
method used to ensure seeding has occurred and that a specific
seed can be set and used.

From-SVN: r62660

21 years agoWin32Process.java (destroy): Declare as native.
Ranjit Mathew [Mon, 10 Feb 2003 23:52:56 +0000 (23:52 +0000)]
Win32Process.java (destroy): Declare as native.

2003-02-10  Ranjit Mathew  <rmathew@hotmail.com>

* java/lang/Win32Process.java (destroy): Declare as native.
(hasExited): New native method.
(exitValue): Define.
(getErrorStream): Likewise.
(getInputStream): Likewise.
(getOutputStream): Likewise.
(waitFor): Declare as native.
(startProcess): New native method.
(cleanup): Likewise.
(ConcreteProcess): Define.
(outputStream, inputStream, errorStream): New members.
(procHandle, exitCode): Likewise.

* java/lang/natWin32Process.cc
(java::lang::ConcreteProcess::cleanup): Define.
(java::lang::ConcreteProcess::destroy): Likewise.
(java::lang::ConcreteProcess::hasExited): Likewise.
(java::lang::ConcreteProcess::waitFor): Likewise.
(new_string): Likewise.
(java::lang::ConcreteProcess::startProcess): Likewise.

From-SVN: r62657

21 years agoBigInteger.java: Updated notice to include years 2002 and 3.
Raif S. Naffah [Mon, 10 Feb 2003 23:45:31 +0000 (23:45 +0000)]
BigInteger.java: Updated notice to include years 2002 and 3.

2003-02-10  Raif S. Naffah <raif@fl.net.au>

* java/math/BigInteger.java:
Updated notice to include years 2002 and 3.
Added 2 private (int) arrays with values from the HAC (Handbook of
Applied Cryptography -A. Menezes & al): k[] that contains bit lengths
and t[] that contains nbr. of tests --used in isProbablePrime().

* java/math/BigInteger.java (make(long)): Merged into valueOf(long).

* java/math/BigInteger.java (make(int[],int), add(int,int),
add(BI,BI,int), times(BI,int), divide(long,long,BI,BI,int), gcd(BI),
isProbablePrime(int), shift(BI,int), valueOf(String,int), neg(BI),
bitOp(int,BI,BI), and(BI,int)): Use valueOf(long) instead of
make(long).

* java/math/BigInteger.java (euclidInv): Reduce number of work vars
(euclidInv(int,int,int)): Now returns an array of 2 ints instead of 3.
(euclidInv(BI,BI,BI)): Used to return an array of 2 BIs; now accepts 6
BIs and returns void.
(modInverse(BI)): Use new signatures of euclidInv().

* java/math/BigInteger.java (isProbablePrime(int)): Use divide() with
static small primes instead of remainder().
Use pre-computed max nbr of trials based on bitlength of BI to test.
Use pre-computed small primes for the trial tests instead of random
numbers.

* java/math/BigInteger.java (isOdd, isMinusOne, pow): Removed.
not used.

* java/math/BigInteger.java (format(int,StringBuffer)): Removed
invoacation of MPN.chars_per_word().  not used.

* java/math/BigInteger.java (gcd(int,int)): Declared 'tmp' once as
local var and used where needed.

* java/math/BigInteger.java (modPow(BI,BI)): Fixed spelling.
Combined declaration with initialisation of locals.
Removed unused var.

* java/math/BigInteger.java: Style changes
(pow(int)): Removed 'else' keyword.
(toString(int)): idem.
(doubleValue()): idem.
(bitLength()): idem.
(equals(Object)): Use static methods name in same class w/o prepending
class name.
(doubleValue()): idem.
(setNegative(BI)): idem.
(negate()): idem.
(and(BI,int)): idem.
(and(BI)): idem.
(gcd(BI)): idem.
(byteArrayToIntArray()): Removed casting to (int). this is
std. behaviour.
(canonicalize()): idem.
(alloc(int)): Always instantiate a new BI.

From-SVN: r62656

21 years agoh8300.md (abssf2): New.
Kazu Hirata [Mon, 10 Feb 2003 22:45:39 +0000 (22:45 +0000)]
h8300.md (abssf2): New.

* config/h8300/h8300.md (abssf2): New.
(*abssf2_h8300): Likewise.
(*abssf2_h8300hs): Likewise.

From-SVN: r62654

21 years agotree.c (build_tree_list): Fix parameter names in comment.
Phil Edwards [Mon, 10 Feb 2003 20:47:04 +0000 (20:47 +0000)]
tree.c (build_tree_list): Fix parameter names in comment.

2003-02-10  Phil Edwards  <pme@gcc.gnu.org>

* tree.c (build_tree_list):  Fix parameter names in comment.

From-SVN: r62653

21 years agoppc64-fp.c: New file.
Janis Johnson [Mon, 10 Feb 2003 20:45:59 +0000 (20:45 +0000)]
ppc64-fp.c: New file.

2003-02-10  Janis Johnson  <janis187@us.ibm.com>

* config/rs6000/ppc64-fp.c: New file.
* config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.

From-SVN: r62652

21 years ago- Really commit ctz patch.
David Edelsohn [Mon, 10 Feb 2003 20:13:01 +0000 (15:13 -0500)]
- Really commit ctz patch.

From-SVN: r62649

21 years agoTimestamp.java (compareTo(Object)): New method.
Tom Tromey [Mon, 10 Feb 2003 19:56:12 +0000 (19:56 +0000)]
Timestamp.java (compareTo(Object)): New method.

* java/sql/Timestamp.java (compareTo(Object)): New method.
(compareTo(Timestamp)): Likewise.
(serialVersionUID): Updated.

From-SVN: r62648

21 years agoMakefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
Josef Zlomek [Mon, 10 Feb 2003 19:18:42 +0000 (20:18 +0100)]
Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).

* Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
* bb-reorder.c (make_reorder_chain): Deleted.
(make_reorder_chain_1): Deleted.
(find_traces): New function.
(rotate_loop): New function.
(mark_bb_visited): New function.
(find_traces_1_round): New function.
(copy_bb): New function.
(bb_to_key): New function.
(better_edge_p): New function.
(connect_traces): New function.
(copy_bb_p): New function.
(get_uncond_jump_length): New function.
(reorder_basic_blocks): Use new functions (Software Trace Cache).
* cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
boundaries.

From-SVN: r62645

21 years agors6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
Aldy Hernandez [Mon, 10 Feb 2003 18:42:19 +0000 (18:42 +0000)]
rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.

2003-02-10  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.

From-SVN: r62644

21 years agotree.h (struct tree_decl): Remove unused live_range_rtl field.
Dan Nicolaescu [Mon, 10 Feb 2003 17:46:07 +0000 (17:46 +0000)]
tree.h (struct tree_decl): Remove unused live_range_rtl field.

* tree.h (struct tree_decl): Remove unused live_range_rtl field.
(DECL_LIVE_RANGE_RTL): Remove.

From-SVN: r62642

21 years agocp-tree.h (struct lang_type_header): Make all fields unsigned char.
Dan Nicolaescu [Mon, 10 Feb 2003 17:44:55 +0000 (17:44 +0000)]
cp-tree.h (struct lang_type_header): Make all fields unsigned char.

        * cp-tree.h (struct lang_type_header): Make all fields unsigned
        char.

From-SVN: r62641

21 years agoReplace occurances of "GNU CC" with "GCC" and reformat as appropriate.
Nick Clifton [Mon, 10 Feb 2003 16:33:09 +0000 (16:33 +0000)]
Replace occurances of "GNU CC" with "GCC" and reformat as appropriate.

From-SVN: r62640

21 years agoclzsi2.c: Remove.
Kazu Hirata [Mon, 10 Feb 2003 13:20:54 +0000 (13:20 +0000)]
clzsi2.c: Remove.

* config/h8300/clzsi2.c: Remove.
* config/h8300/ctzsi2.c: Likewise.
* config/h8300/paritysi2.c: Likewise.
* config/h8300/popcountsi2.c: Likewise.
* config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
ctzsi2, paritysi2, and popcountsi2.

From-SVN: r62637

21 years agore PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))
Eric Botcazou [Mon, 10 Feb 2003 12:45:54 +0000 (13:45 +0100)]
re PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))

PR c/7741
* c-decl.c (duplicate_decls): Discard the initializer of the
new decl when the types are conflicting.

Co-Authored-By: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
From-SVN: r62631

21 years agoMakefile.in (sreal.o): Added.
Josef Zlomek [Mon, 10 Feb 2003 12:34:24 +0000 (13:34 +0100)]
Makefile.in (sreal.o): Added.

* Makefile.in (sreal.o): Added.
(predict.o): Depends on sreal.h instead of real.h.
* sreal.c: New file.
* sreal.h: New file.
* predict.c: Use sreal.c instead of real.c.

From-SVN: r62630

21 years ago* gcc.dg/i386-fpcvt-1.c: New test.
Jan Hubicka [Mon, 10 Feb 2003 12:12:56 +0000 (13:12 +0100)]
* gcc.dg/i386-fpcvt-1.c:  New test.

From-SVN: r62627

21 years agooops - omiited from previous delta:
Nick Clifton [Mon, 10 Feb 2003 11:46:40 +0000 (11:46 +0000)]
oops - omiited from previous delta:

    * Contributed support for the Cirrus EP9312 "Maverick"
    floating point co-processor.  Written by Aldy Hernandez
    <aldyh@redhat.com>.
    (config/arm/arm.c): Add Cirrus support.
    (config/arm/arm.h): Likewise.
    (config/arm/aout.h): Likewise.
    (config/arm/arm.md): Likewise.
    (config/arm/arm-protos.h): Likewise.
    (config.gcc): Likewise.
    (doc/invoke.texi): Describe new -mcpu value and new
    -mcirrus-fix-invalid-insns switch,
    (cirrus.md): New file.

From-SVN: r62626

21 years agoAdd support for Cirrus EP9312, an ARM variant.
Nick Clifton [Mon, 10 Feb 2003 11:45:26 +0000 (11:45 +0000)]
Add support for Cirrus EP9312, an ARM variant.

From-SVN: r62625

21 years agocombine.c (combine_simplify_rtx): Simplify using (float_truncate (float x)) is (float...
Jan Hubicka [Mon, 10 Feb 2003 10:56:05 +0000 (11:56 +0100)]
combine.c (combine_simplify_rtx): Simplify using (float_truncate (float x)) is (float x) (float_extend...

* combine.c (combine_simplify_rtx): Simplify using
(float_truncate (float x)) is (float x)
(float_extend (float_extend x)) is (float_extend x).

From-SVN: r62624

21 years agocalls.c (try_to_integrate): Tidy stack_usage_map access.
Alan Modra [Mon, 10 Feb 2003 06:16:53 +0000 (06:16 +0000)]
calls.c (try_to_integrate): Tidy stack_usage_map access.

* calls.c (try_to_integrate): Tidy stack_usage_map access.
(emit_library_call_value_1): Likewise. Formatting.
(store_one_arg): Likewise.

From-SVN: r62622

21 years ago[multiple changes]
Aldy Hernandez [Mon, 10 Feb 2003 05:00:17 +0000 (05:00 +0000)]
[multiple changes]

2003-02-09  Nick Clifton  <nickc@redhat.com>
            Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
        spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
        spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
        spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
        spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
        docs.  Add range test for immediate value.

2003-02-09  Aldy Hernandez  <aldyh@redhat.com>

        Rename spe_evxor to xorv2si3.
        (xorv4hi3): New.
        (xorv1di3): New.

From-SVN: r62621

21 years agoextend.texi (C++98 Thread-Local Edits): Add missing @item tag.
Glen Nakamura [Mon, 10 Feb 2003 00:24:44 +0000 (00:24 +0000)]
extend.texi (C++98 Thread-Local Edits): Add missing @item tag.

* doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
tag.

From-SVN: r62620

21 years agoDaily bump.
GCC Administrator [Mon, 10 Feb 2003 00:17:05 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62619

21 years agoi386.c (vector_move_operand): New predicate.
Jan Hubicka [Sun, 9 Feb 2003 23:30:51 +0000 (00:30 +0100)]
i386.c (vector_move_operand): New predicate.

* i386.c (vector_move_operand): New predicate.
(ix86_expand_vector_move): Be happy about 0.
* i386.h (PREDICATE_CODES): Add sse-move_operand.
* i386.md (mov*_internal): Add 'C' alternative.

From-SVN: r62612

21 years ago* i386.md (floathi*): Deal with SSE.
Jan Hubicka [Sun, 9 Feb 2003 22:59:20 +0000 (23:59 +0100)]
* i386.md (floathi*): Deal with SSE.

From-SVN: r62611

21 years agosimplify-rtx.c (simplify_unary_operation, [...]): Deal with vector modes
Jan Hubicka [Sun, 9 Feb 2003 22:55:35 +0000 (23:55 +0100)]
simplify-rtx.c (simplify_unary_operation, [...]): Deal with vector modes

* simplify-rtx.c (simplify_unary_operation,
simplify_binary_operation):  Deal with vector modes
(simplify_ternary_operation):  Deal with no-op VEC_MERGE.

From-SVN: r62610

21 years agotoplev.c (rest_of_compilation): Recompute register usage after split_all_insns.
Richard Sandiford [Sun, 9 Feb 2003 19:18:54 +0000 (19:18 +0000)]
toplev.c (rest_of_compilation): Recompute register usage after split_all_insns.

* toplev.c (rest_of_compilation): Recompute register usage after
split_all_insns.

From-SVN: r62607

21 years agolibgcc-std.ver (__clztf2): New.
Richard Henderson [Sun, 9 Feb 2003 18:35:22 +0000 (10:35 -0800)]
libgcc-std.ver (__clztf2): New.

        * libgcc-std.ver (__clztf2): New.
        (__ctztf2, __popcounttf2, __paritytf2): New.
        * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
        __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
        adjust code to match the different type sizes.
        * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
        __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.

        * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
        TImode; select word_mode and twice that.
        (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
        select the modes from float, double, and long double.
        (init_optabs): Remove duplicate initializations.

From-SVN: r62606

21 years agobuiltin-bitops-1.c: When testing the int-wide bitops, use the constants of the same...
Kazu Hirata [Sun, 9 Feb 2003 13:09:45 +0000 (13:09 +0000)]
builtin-bitops-1.c: When testing the int-wide bitops, use the constants of the same width.

* gcc.c-torture/execute/builtin-bitops-1.c: When testing the
int-wide bitops, use the constants of the same width.
Likewise, if long long is 32-bit wide, test bitops using
32-bit constants.

From-SVN: r62603

21 years agoinstall.texi: Squeeze and streamline section on testing and regression checking.
Wolfgang Bangerth [Sun, 9 Feb 2003 13:04:01 +0000 (13:04 +0000)]
install.texi: Squeeze and streamline section on testing and regression checking.

* doc/install.texi: Squeeze and streamline section on
testing and regression checking.

From-SVN: r62601

21 years agoi386.md (ahi?v*3): Set third operand type to TImode.
Jan Hubicka [Sun, 9 Feb 2003 12:35:28 +0000 (13:35 +0100)]
i386.md (ahi?v*3): Set third operand type to TImode.

* i386.md (ahi?v*3): Set third operand type to TImode.
* i386.c (ix86_expand_binop_builtin): Extend operand when needed.

* simplify-rtx.c (simplify_subreg): Fix conversion from vector into
integer mode.

* rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
Change code so they are arithmetic expressions now.
* simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
simplify_ternary_operation): Deal with VEC_* expressions.

* i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.

From-SVN: r62600

21 years agocfgrtl.c (verify_flow_info): Use control_flow_insn_p.
Jan Hubicka [Sun, 9 Feb 2003 11:06:41 +0000 (12:06 +0100)]
cfgrtl.c (verify_flow_info): Use control_flow_insn_p.

* cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
* reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
possibly got duplicated.

From-SVN: r62599

21 years agoalpha.c (override_options): Turn off explicit relocs until post-peep2 code duplicatio...
Richard Henderson [Sun, 9 Feb 2003 05:21:00 +0000 (21:21 -0800)]
alpha.c (override_options): Turn off explicit relocs until post-peep2 code duplication resolved.

        * config/alpha/alpha.c (override_options): Turn off explicit
        relocs until post-peep2 code duplication resolved.

From-SVN: r62597

21 years agooptabs.c (expand_unop): Widen clz properly when clz is done via libcall.
Kazu Hirata [Sun, 9 Feb 2003 04:25:16 +0000 (04:25 +0000)]
optabs.c (expand_unop): Widen clz properly when clz is done via libcall.

* optabs.c (expand_unop): Widen clz properly when clz is done
via libcall.

From-SVN: r62595

21 years agoatomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock): Correct alignment.
John David Anglin [Sun, 9 Feb 2003 03:23:13 +0000 (03:23 +0000)]
atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock): Correct alignment.

* hppa/atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock):
Correct alignment.
(__exchange_and_add, __atomic_add): Use PA 2.0 ordered store to reset
lock.

From-SVN: r62593

21 years agoDaily bump.
GCC Administrator [Sun, 9 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62592

21 years agojcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename to avoid...
Roger Sayle [Sat, 8 Feb 2003 18:49:22 +0000 (18:49 +0000)]
jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename to avoid compiler warnings on Tru64.

* jcf-io.c (java_or_class_file): Use libiberty's lbasename
instead of basename to avoid compiler warnings on Tru64.

From-SVN: r62582

21 years agoclzsi2.c: Replace "GNU CC" with "GCC".
Kazu Hirata [Sat, 8 Feb 2003 18:27:12 +0000 (18:27 +0000)]
clzsi2.c: Replace "GNU CC" with "GCC".

* config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
* config/h8300/crti.asm: Likewise.
* config/h8300/crtn.asm: Likewise.
* config/h8300/ctzsi2.c: Likewise.
* config/h8300/fixunssfsi.c: Likewise.
* config/h8300/h8300-protos.h: Likewise.
* config/h8300/h8300.c: Likewise.
* config/h8300/h8300.h: Likewise.
* config/h8300/h8300.md: Likewise.
* config/h8300/paritysi2.c: Likewise.
* config/h8300/popcountsi2.c: Likewise.
* config/h8300/rtems.h: Likewise.

From-SVN: r62581

21 years agoinvoke.texi: Documentation for my previous commit.
Zdenek Dvorak [Sat, 8 Feb 2003 14:51:06 +0000 (15:51 +0100)]
invoke.texi: Documentation for my previous commit.

* doc/invoke.texi: Documentation for my previous commit.
* doc/passes.texi: Ditto.

From-SVN: r62580

21 years agocfgloop.h (fix_loop_placement, [...]): Declare.
Zdenek Dvorak [Sat, 8 Feb 2003 14:29:00 +0000 (15:29 +0100)]
cfgloop.h (fix_loop_placement, [...]): Declare.

* cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
Declare.
(DLTHE_FLAG_UPDATE_FREQ): New.
* cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
fix_bb_placement, fix_bb_placements, place_new_loop,
scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
New static functions.
(fix_loop_placement, can_duplicate_loop_p,
duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
New functions.

* cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
unswitch_loops): Declare.
* loop-init.c: New file.
* loop-unswitch.c: New file.
* Makefile.in (loop-init.o, loop-unswitch.o): New.
* params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
* toplev.c (DFI_loop2): New dump.
(flag_unswitch_loops): New.
(lang_independent_options): Add it.
(rest_of_compilation): Call new loop optimizer.
(parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.

From-SVN: r62578

21 years agoclzsi2.c: New.
Kazu Hirata [Sat, 8 Feb 2003 13:22:46 +0000 (13:22 +0000)]
clzsi2.c: New.

* config/h8300/clzsi2.c: New.
* config/h8300/ctzsi2.c: Likewise.
* config/h8300/paritysi2.c: Likewise.
* config/h8300/popcountsi2.c: Likewise.
* config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.

From-SVN: r62577

21 years ago* MAINTAINERS: Update my email
Laurynas Biveinis [Sat, 8 Feb 2003 10:52:39 +0000 (12:52 +0200)]
* MAINTAINERS: Update my email

From-SVN: r62575

21 years ago- Add ctz patterns.
David Edelsohn [Sat, 8 Feb 2003 03:59:40 +0000 (03:59 +0000)]
- Add ctz patterns.

From-SVN: r62572

21 years agors6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
David Edelsohn [Sat, 8 Feb 2003 01:51:26 +0000 (01:51 +0000)]
rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.

        * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
        * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
        (ffssi2): Use clz instead of unspec.
        (clzdi2): Rename from cntlzd2.
        (ffsdi2): Use clz instead of unspec.

From-SVN: r62570

21 years agofreebsd.h (LINK_SPEC): Weaken error to notice.
Loren J. Rittle [Sat, 8 Feb 2003 01:11:35 +0000 (01:11 +0000)]
freebsd.h (LINK_SPEC): Weaken error to notice.

* config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
* config/ia64/freebsd.h (LINK_SPEC): Likewise.
* config/sparc/freebsd.h (LINK_SPEC): Likewise.
* config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
* gcc.dg/20021014-1.c: Annotate with expected notice text.

From-SVN: r62567

21 years agoDaily bump.
GCC Administrator [Sat, 8 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62566

21 years ago* doc/trouble.texi: Document pitfalls of two-stage name lookup.
Wolfgang Bangerth [Fri, 7 Feb 2003 23:12:03 +0000 (23:12 +0000)]
* doc/trouble.texi: Document pitfalls of two-stage name lookup.

From-SVN: r62558

21 years agogcse.c (local_cprop_find_used_regs): New.
Richard Henderson [Fri, 7 Feb 2003 22:57:41 +0000 (14:57 -0800)]
gcse.c (local_cprop_find_used_regs): New.

        * gcse.c (local_cprop_find_used_regs): New.
        (local_cprop_pass): Use it.

From-SVN: r62555

21 years agomips-tfile.c (parse_def): Parenthesize assignments to fix precedence bugs.
Fred Fish [Fri, 7 Feb 2003 22:50:09 +0000 (22:50 +0000)]
mips-tfile.c (parse_def): Parenthesize assignments to fix precedence bugs.

2003-02-04  Fred Fish  <fnf@intrinsity.com>

        * mips-tfile.c (parse_def): Parenthesize assignments to fix
        precedence bugs.

From-SVN: r62553

21 years ago* genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
Segher Boessenkool [Fri, 7 Feb 2003 22:39:49 +0000 (23:39 +0100)]
* genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.

From-SVN: r62552

21 years agobuiltin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
Roger Sayle [Fri, 7 Feb 2003 22:37:57 +0000 (22:37 +0000)]
builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.

* builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
(BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
(BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
* builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
builtin functions (and their __builtin_* variants).
* builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
(expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
when not optimizing.

* doc/extend.texi: Document new pow and atan2 builtins, and
their float and long double variants.  Realphabetize builtins.

* testsuite/gcc.dg/builtins-4.c: New test case.

From-SVN: r62551

21 years ago* i386.md (sse2_nandv2di3): Fix.
Jan Hubicka [Fri, 7 Feb 2003 22:26:52 +0000 (23:26 +0100)]
* i386.md (sse2_nandv2di3): Fix.

From-SVN: r62550

21 years agoi386.h (MS_AGGREGATE_RETURN): New define.
Danny Smith [Fri, 7 Feb 2003 22:10:56 +0000 (22:10 +0000)]
i386.h (MS_AGGREGATE_RETURN): New define.

* config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
* config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
definition.
* config/i386/i386.h (ix86_return_in_memory): Return aggregate
types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.

From-SVN: r62547

21 years agoJarFile.java (JarFile(String, boolean)): Read manifest when verify is true.
Mark Wielaard [Fri, 7 Feb 2003 21:33:05 +0000 (21:33 +0000)]
JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.

       * java/util/jar/JarFile.java (JarFile(String, boolean)): Read manifest
       when verify is true.
       (JarFile(File, boolean)): Likewise.
       (manifestRead): Set manifestRead field correctly.

From-SVN: r62545

21 years ago* i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
Jan Hubicka [Fri, 7 Feb 2003 21:26:28 +0000 (21:26 +0000)]
* i386.md (movdi_rex64_1): Fix mmx<->int move opcode.

From-SVN: r62544

21 years agoi386.md (movdi_rex64_1): Fix mmx<->int move opcode.
Jan Hubicka [Fri, 7 Feb 2003 21:26:27 +0000 (21:26 +0000)]
i386.md (movdi_rex64_1): Fix mmx<->int move opcode.

* i386.md (movdi_rex64_1): Fix mmx<->int move opcode.

[[Split portion of a mixed commit.]]

From-SVN: r62543.2

21 years agocfg.c (dump_flow_info): Add back accidently deleted line.
Daniel Berlin [Fri, 7 Feb 2003 21:22:07 +0000 (21:22 +0000)]
cfg.c (dump_flow_info): Add back accidently deleted line.

2003-02-07  Daniel Berlin  <dberlin@dberlin.org>

* cfg.c (dump_flow_info): Add back accidently deleted line.

From-SVN: r62542

21 years agoBigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #1016 on...
Stephen Crawley [Fri, 7 Feb 2003 21:05:12 +0000 (21:05 +0000)]
BigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #1016 on Savannah.

2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>

       * java/math/BigDecimal(valueOf): fix DiagBigDecimal val008, val013
       tests; see patch #1016 on Savannah.

2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>

       * java/math/BigDecimal.java (BigDecimal): enhance parsing of exponents
       (toString): do not return Strings starting with . and - erroneously.
       Improves Mauve results to 12 of 600 instead of 16 of 338 on
       DiagBigDecimal.

From-SVN: r62540

21 years agoStephen Crawley <crawley@dstc.edu.au>
Stephen Crawley [Fri, 7 Feb 2003 20:19:53 +0000 (20:19 +0000)]
Stephen Crawley  <crawley@dstc.edu.au>

       * java/beans/PropertyDescriptor.java
       (PropertyDescriptor(String, Class)): Sanity check getter and setter
       methods.
       (PropertyDescriptor(String, Class, String, String)): Likewise.
       (PropertyDescriptor(String, Method, Method): Factor out getter and
       setter method sanity checks into new method.
       (findMethods): Don't do parameter sanity checking of get method here.
       (checkMethods): New method.

2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>

       * java/beans/PropertyDescriptor.java: Reformat.

From-SVN: r62537

21 years ago* optabs.c (expand_float): Search wider integer modes first.
Andrey Petrov [Fri, 7 Feb 2003 19:38:04 +0000 (19:38 +0000)]
* optabs.c (expand_float): Search wider integer modes first.

From-SVN: r62535

21 years agoxtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this based on preprocessor flag.
Bob Wilson [Fri, 7 Feb 2003 19:19:18 +0000 (19:19 +0000)]
xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this based on preprocessor flag.

        * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
        based on preprocessor flag.

From-SVN: r62534

21 years agogcse.c (implicit_sets): New.
Roger Sayle [Fri, 7 Feb 2003 19:17:20 +0000 (19:17 +0000)]
gcse.c (implicit_sets): New.

        * gcse.c (implicit_sets): New.
        (compute_hash_table_work): Include them in hash table.
        (find_implicit_sets, fis_get_condition): New.
        (one_cprop_pass): Allocate and free implicit_sets; call
        find_implicit_sets before building hash table.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r62533

21 years agocp-simplify.c (genericize_try_block): Do genericize catch blocks.
Jason Merrill [Fri, 7 Feb 2003 18:14:56 +0000 (13:14 -0500)]
cp-simplify.c (genericize_try_block): Do genericize catch blocks.

        * cp-simplify.c (genericize_try_block): Do genericize catch blocks.

[[Split portion of a mixed commit.]]

From-SVN: r62528.2

21 years agoxfails: Add new entries for gnu.testlet.java.text.CollationElementIterator.jdk11
Mark Wielaard [Fri, 7 Feb 2003 17:50:35 +0000 (17:50 +0000)]
xfails: Add new entries for gnu.testlet.java.text.CollationElementIterator.jdk11

       * libjava.mauve/xfails: Add new entries for
       gnu.testlet.java.text.CollationElementIterator.jdk11

From-SVN: r62525

21 years ago* config/t-netbsd (USER_H): Revert previous change.
Jason Thorpe [Fri, 7 Feb 2003 15:53:35 +0000 (15:53 +0000)]
* config/t-netbsd (USER_H): Revert previous change.

From-SVN: r62523