]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
20 years agocp-demangle.c (struct d_print_mod): Add templates field.
Ian Lance Taylor [Wed, 26 Nov 2003 23:33:05 +0000 (23:33 +0000)] 
cp-demangle.c (struct d_print_mod): Add templates field.

* cp-demangle.c (struct d_print_mod): Add templates field.
(d_make_builtin_type): Check for NULL type.
(d_make_extended_operator): Check for NULL name.
(d_make_ctor, d_make_dtor): Likewise.
(d_mangled_name): Add top_level parameter.  Change all callers.
(d_encoding): If DMGL_PARAMS is not set, strip off initial
CV-qualifiers.
(d_type): Check some return values we rely on.
(d_bare_function_type, d_array_type): Likewise.
(d_pointer_to_member_type, d_template_args): Likewise.
(d_add_substitution): Fail if argument is NULL.
(d_print_resize): Check whether buf is NULL.
(d_print_comp): Save current templates list with each modifier.
Don't pass the modifier list down when printing a template.
(d_print_cast): Don't pass the modifier list down when printing a
template.
(d_print_mod_list): Temporarily set templates list while printing
a modifier.
(d_print_mod): Check that buf is not NULL before using it.
(d_print_function_type): Print parens if there is no modifier.
(d_init_info): Permit as many substitutions as there are
characters in the mangled name.
* testsuite/demangle-expected: Add two new test cases.

From-SVN: r73970

20 years agore PR libstdc++/12297 (istream::sentry::sentry() handles eof() incorrectly.)
Benjamin Kosnik [Wed, 26 Nov 2003 22:45:56 +0000 (22:45 +0000)] 
re PR libstdc++/12297 (istream::sentry::sentry() handles eof() incorrectly.)

2003-11-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/12297
* include/bits/istream.tcc
(basic_istream::sentry::sentry): Set failbit and eofbit when eof.
* testsuite/27_io/basic_istream/sentry/char/12297.cc: New.

From-SVN: r73968

20 years agoStateEdit.java (getPresentationName): Docfix.
Sascha Brawer [Wed, 26 Nov 2003 22:23:40 +0000 (23:23 +0100)] 
StateEdit.java (getPresentationName): Docfix.

2003-11-26  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/undo/StateEdit.java (getPresentationName): Docfix.
* javax/swing/undo/AbstractUndoableEdit.java (canUndo, canRedo,
isSignificant): Likewise.

2003-11-26  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/undo/CompoundEdit.java: Re-format, document.
(inProgress): Set initial value to true.
(undo, redo, die, canUndo, canRedo): Also call inherited
implementation; simplify code structure.
(getPresentationName, getUndoPresentationName,
getRedoPresentationName): Make behavior dependent on lastEdit.
(addEdit, isSignificant): Completely re-written.

2003-11-26  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/undo/StateEdit.java: Re-format, document.
(undo, redo): Also call inherited implementation.

2003-11-26  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/undo/StateEditable.java: Re-format, document.

2003-11-26  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/undo/AbstractUndoableEdit.java: Re-format, document.
(AbstractUndoableEdit): Initialize hasBeenDone to true.
(canUndo, canRedo): Simplify.
(getUndoPresentationName, getRedoPresentationName): Support
localized message; call getPresentationName() only once.

From-SVN: r73967

20 years agocygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Declare function aliases as functions.
Danny Smith [Wed, 26 Nov 2003 22:15:07 +0000 (22:15 +0000)] 
cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Declare function aliases as functions.

* config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS):
Declare function aliases as functions.

Fix typo in 2003-10-24 entry.

From-SVN: r73966

20 years agoZipFile (Zipfile(File)): Set file path as name.
David Belanger [Wed, 26 Nov 2003 21:55:27 +0000 (21:55 +0000)] 
ZipFile (Zipfile(File)): Set file path as name.

2003-11-26  David Belanger  <dbelan2@cs.mcgill.ca>

* java/util/zip/ZipFile (Zipfile(File)): Set file path as name.
(ZipFile(File,int)): Likewise.

From-SVN: r73965

20 years agoHashMap.java (putAll): Use Iterator hasNext() method.
Stuart Ballard [Wed, 26 Nov 2003 21:45:55 +0000 (21:45 +0000)] 
HashMap.java (putAll): Use Iterator hasNext() method.

2003-11-26  Stuart Ballard <stuart.ballard@corp.fast.net>

* java/util/HashMap.java (putAll): Use Iterator hasNext() method.
(putAllInternal): Likewise.
* java/util/Hashtable.java (putAll): Use Iterator hasNext() method.
(putAllInternal): Likewise.

From-SVN: r73964

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 21:25:41 +0000 (21:25 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/URLStreamHandler.java
(parseURL): Added comment in catch statement.
(canonicalizeFilename): Add documentation.
(sameURL): Completed documentation.
(equals): Likewise.
(hostsEqual): Likewise.
(getDefaulPort): Likewise.
(hashCode): Likewise.
(toExternalForm): Likewise.
(getHostName): Fix empty hostname check, completed documentation.

From-SVN: r73962

20 years agoaclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal of ADAC.
Nathanael Nerode [Wed, 26 Nov 2003 19:17:49 +0000 (19:17 +0000)] 
aclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal of ADAC.

* aclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal
of ADAC.
* configure: Regenerate.

From-SVN: r73960

20 years ago* Makefile.in: Remove references to ADAC.
Nathanael Nerode [Wed, 26 Nov 2003 19:04:19 +0000 (19:04 +0000)] 
* Makefile.in: Remove references to ADAC.

From-SVN: r73959

20 years agoconfigure.in: Remove check for whether ${ADAC} accepts -Wno-long-long.
Nathanael Nerode [Wed, 26 Nov 2003 19:01:16 +0000 (19:01 +0000)] 
configure.in: Remove check for whether ${ADAC} accepts -Wno-long-long.

* configure.in: Remove check for whether ${ADAC} accepts -Wno-long-long.
* configure: Regenerate.

From-SVN: r73958

20 years agonatDouble.cc (parseDouble): Reverted patch of 2003-11-13.
Tom Tromey [Wed, 26 Nov 2003 18:02:34 +0000 (18:02 +0000)] 
natDouble.cc (parseDouble): Reverted patch of 2003-11-13.

* java/lang/natDouble.cc (parseDouble): Reverted patch of
2003-11-13.

From-SVN: r73956

20 years ago* de.po: Update.
Joseph Myers [Wed, 26 Nov 2003 17:31:19 +0000 (17:31 +0000)] 
* de.po: Update.

From-SVN: r73955

20 years agore PR libstdc++/13171 (Bugs in basic_filebuf::imbue)
Paolo Carlini [Wed, 26 Nov 2003 15:56:40 +0000 (15:56 +0000)] 
re PR libstdc++/13171 (Bugs in basic_filebuf::imbue)

2003-11-26  Paolo Carlini  <pcarlini@suse.de>
    Petur Runolfsson  <peturr02@ru.is>

PR libstdc++/13171
* include/bits/fstream.tcc (imbue): Relax the conditions under
which the function succeeds: allow for two consecutive calls with
the same name; state dependent encodings are ok even after open
if at the beginning of the file; don't check seekoff return value
(pipes, cin, cout, etc...)
* testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: New.
* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: New.
* testsuite/27_io/basic_filebuf/imbue/char/13171-3.cc: New.
* testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: New.
* testsuite/27_io/basic_filebuf/imbue/char/2.cc: Tweak comment.
* testsuite/27_io/basic_filebuf/imbue/char/3.cc: Likewise.
* testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Tweak comment.
* testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc: Likewise.

* testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: More
correctly use the UTF-8 locale appearing in the PR.

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

20 years agoURLStreamHandler (parseUrl): Fixed URL parsing ('@' should be checked to distinguish...
Guilhem Lavaux [Wed, 26 Nov 2003 15:48:08 +0000 (15:48 +0000)] 
URLStreamHandler (parseUrl): Fixed URL parsing ('@' should be checked to distinguish port from userinfo).

2003-11-26  Guilhem Lavaux  <guilhem@kaffe.org>
    Mark Wielaard  <mark@klomp.org>

* java/net/URLStreamHandler (parseUrl): Fixed URL parsing
('@' should be checked to distinguish port from userinfo).
(toExternalForm): Add @ userInfo if necessary.

Co-Authored-By: Mark Wielaard <mark@klomp.org>
From-SVN: r73953

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 14:50:27 +0000 (14:50 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(DategramSocket, bind): Moved binding code from DatagramSocket
constructor to bind method.

From-SVN: r73952

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 14:33:41 +0000 (14:33 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(impl): Made private.
(bound): New private member variable.
(DatagramSocket): Fixed documentation, use getImpl().
(getImpl): New package-private method.
(isClosed): Use getImpl().
(getLocalAddress): Completed documentation, use getImpl().
(getLocalPort): Use getImpl().
(getSoTimeout): Likewise.
(setSoTimeout): Likewise.
(getSendBufferSize): Likewise.
(setSendBufferSize): Likewise.
(getReceiveBufferSize): Likewise.
(setReceiveBufferSize): Likewise.
(connect): Likewise.
(disconnect): Likewise.
(receive): Likewise.
(send): Likewise.
(setReuseAddress): Likewise.
(setTrafficClass): Likewise.
(bind): Added message to exception.
(isClosed): Completed documentation.
(getChannel): Likewise.
(connect): Added missing exception, refined exception message.
(isBound): Completed documentation, just return bound.
(isConnected): Completed documentation.
(getRemoteSocketAddress): Likewise.
(getReuseAddress): Completed documentation, use getImpl().
(setSoBroadcast): Likewise.
(getSoBroadcast): Likewise.
(getTrafficClass): Likewise.
(getLocalSocketAddress): Simplified.
* java/net/MulticastSocket.java
(MulticastSocket): Removed comment not applying anymore.
(getInterface): Use getImpl().
(getTTL): Likewise.
(getTimeToLive): Likewise.
(setInterface): Likewise.
(setNetworkInterface): Likewise.
(getNetworkInterface): Likewise.
(setLoopback): Likewise.
(getLoopback): Likewise.
(setTTL): Likewise.
(setTimeToLive): Likewise.
(joinGroup): Likewise.
(leaveGroup): Likewise.
(send): Likewise.

From-SVN: r73951

20 years agoffitest.h: Include <fcntl.h>.
Kaveh R. Ghazi [Wed, 26 Nov 2003 13:46:10 +0000 (13:46 +0000)] 
ffitest.h: Include <fcntl.h>.

* testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
* testsuite/libffi.special/ffitestcxx.h: Likewise.

From-SVN: r73950

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 12:45:21 +0000 (12:45 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/Socket.java
(implCreated): Dont set default value explicitely, added
documentation.
(inputShutdown): Likewise.
(outputShutdown): Likewise.
(bound): New private member variable.
(bind): Set bound to true.
(close): Set bound to false.
(isBound): Return bound.
* java/net/ServerSocket.java
(bound): New private member variable.
(bind): Set bound to true.
(close): Set bound to false.
(isBound): Return bound.

From-SVN: r73949

20 years ago2003-11-26 Paolo Carlini <pcarlini@suse.de>
Paolo Carlini [Wed, 26 Nov 2003 11:47:01 +0000 (11:47 +0000)] 
2003-11-26  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.h
(__numpunct_cache<>::_M_cache): Avoid zeroing _M_grouping,
_M_truename and _M_falsename: the constructor always does
it immediately before the _M_cache call.

From-SVN: r73948

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 11:45:31 +0000 (11:45 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java
(URL): Fixed documentation to be HTML compliant.
(getContent): Completed documentation.
(getFile): Likewise.
(getPath): Likewise.
(getAuthority): Likewise.
(getHost): Likewise.
(getDefaultPort): Likewise.
(getProtocol): Likewise.
(hashCode): Likewise.
(openConnection): Likewise.
(openStream): Likewise.
(set): Likewise.
(getURLStreamHandler): Wrapped lines to fit into our 79 chars rule.

From-SVN: r73947

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 10:41:02 +0000 (10:41 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/InetSocketAddress.java
(hostname): Made private, added documentation.
(addr): Likewise.
(port): Likewise.
(equals): Completed documentation.
(getAddress): Likewise.
(getHostName): Likewise.
(getPort): Likewise.
(hashCode): Likewise.
(isUnresolved): Likewise.
(toString): Likewise.

From-SVN: r73946

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 10:17:51 +0000 (10:17 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/file/Handler.java
(Handler): New explicit constructor.
(openConnection): Added documentation.
* gnu/java/net/protocol/jar/Handler.java
(Handler): New explicit constructor.
(openConnection): Added documentation.

From-SVN: r73945

20 years ago2003-11-26 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 26 Nov 2003 10:11:45 +0000 (10:11 +0000)] 
2003-11-26  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramPacket.java
(DatagramPacket): Fixed documentation to become legal HTML.

From-SVN: r73944

20 years ago* gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
Eric Botcazou [Wed, 26 Nov 2003 09:51:24 +0000 (10:51 +0100)] 
* gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.

From-SVN: r73943

20 years agore PR target/6466 (backend uses bad type for frame size calculation.)
Eric Botcazou [Wed, 26 Nov 2003 09:48:21 +0000 (10:48 +0100)] 
re PR target/6466 (backend uses bad type for frame size calculation.)

PR target/6466
* config/sparc/sparc-protos.h (compute_frame_size): New prototype.
(sparc_flat_compute_frame_size): Likewise.
(sparc_flat_save_restore): Move prototype...
* config/sparc/sparc.c (sparc_flat_save_restore): ...here.
(save_regs): New prototype.
(build_big_number): Likewise.
(apparent_fsize): Change type to HOST_WIDE_INT.
(actual_fsize): Likewise.
(frame_base_offset): Likewise.
(build_big_number): Add support for HOST_BITS_PER_WIDE_INT == 64.
Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
[TARGET_ARCH64]: Use the sequence of sparc_emit_set_const64_longway
to load a 64-bit constant.
(sparc_nonflat_function_prologue): Change string descriptor to
HOST_WIDE_INT_PRINT_DEC.  Change offset type to HOST_WIDE_INT.
(output_restore_regs): Change offset type to HOST_WIDE_INT.
(sparc_nonflat_function_epilogue): Change string descriptor to
HOST_WIDE_INT_PRINT_DEC.  Use build_big_number.
(output_sibcall): Change size type to HOST_WIDE_INT.  Use
build_big_number.  Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
(sparc_frame_info): Change types for several components.
(sparc_flat_compute_frame_size): Update types according to previous
change.
(sparc_flat_function_prologue): Change string descriptor to
HOST_WIDE_INT_PRINT_DEC.  Change offset type to int.  Use
build_big_number.
(sparc_flat_function_epilogue): Change offset type to int.
Rename 'size1' into 'reg_offset1'.  Change string descriptor to
HOST_WIDE_INT_PRINT_DEC.  Use build_big_number.  Change big number
limit to 4096 instead of 4095.

* config/sparc/sparc.c (mems_ok_for_ldd_peep): Change offset type to
HOST_WIDE_INT.

Co-Authored-By: Olivier Hainque <hainque@act-europe.fr>
From-SVN: r73942

20 years agore PR middle-end/12548 ([non-weak] gcj now failes to compile included example)
Mohan Embar [Wed, 26 Nov 2003 01:34:32 +0000 (01:34 +0000)] 
re PR middle-end/12548 ([non-weak] gcj now failes to compile included example)

  PR java/12548
  * resource.c (write_resource_constructor): Append
  "_resource" to constructor identifier name.

From-SVN: r73940

20 years agoDaily bump.
GCC Administrator [Wed, 26 Nov 2003 00:16:06 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r73936

20 years agocodecvt_members.cc (codecvt::do_length): Rewrite, using both mbsnrtowcs and mbrtowc...
Paolo Carlini [Tue, 25 Nov 2003 21:41:28 +0000 (21:41 +0000)] 
codecvt_members.cc (codecvt::do_length): Rewrite, using both mbsnrtowcs and mbrtowc in a loop...

2003-11-25  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/codecvt_members.cc (codecvt::do_length):
Rewrite, using both mbsnrtowcs and mbrtowc in a loop: the
former is very fast, but stops if encounters a NUL.
(codecvt::do_out): Tweaks.
(codecvt::do_in): Tweaks, improve the code dealing with errors.
* testsuite/performance/wchar_t_length.cc: New.

From-SVN: r73934

20 years agocp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to d_demangle.
Ian Lance Taylor [Tue, 25 Nov 2003 21:04:41 +0000 (21:04 +0000)] 
cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to d_demangle.

* cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
d_demangle.

From-SVN: r73931

20 years agojavaprims.h: Added missing java.util.Currency.
Michael Koch [Tue, 25 Nov 2003 18:26:08 +0000 (18:26 +0000)] 
javaprims.h: Added missing java.util.Currency.

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

* gcj/javaprims.h: Added missing java.util.Currency.

From-SVN: r73927

20 years agore PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializer with...
Jeff Sturm [Tue, 25 Nov 2003 17:32:54 +0000 (17:32 +0000)] 
re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializer with -O2)

Fix PR java/13183.
* constants.c (cpool_for_class): New function.
(outgoing_cpool): Remove global variable.
(alloc_name_constant): Use cpool_for_class.
(build_constants_constructor): Likewise.
* decl.c (java_expand_body): Set current_class.
* java-tree.h (outgoing_cpool) Remove declaration.
(init_outgoing_cpool): Likewise.
* jcf-parse.c (init_outgoing_cpool): Remove function.
(parse_class_file): Don't call init_outgoing_cpool.
* parse.y (java_complete_expand_methods): Don't call
init_outgoing_cpool.  Don't save outgoing_cpool.
(java_expand_classes): Don't restore outgoing_cpool.
(java_finish_classes): Likewise.

From-SVN: r73926

20 years agoMake-lang.in (treelang.tags): Create TAGS.sub files in each directory and TAGS files...
Jason Merrill [Tue, 25 Nov 2003 15:44:51 +0000 (10:44 -0500)] 
Make-lang.in (treelang.tags): Create TAGS.sub files in each directory and TAGS files that include them for...

        * Make-lang.in (treelang.tags): Create TAGS.sub files in each
        directory and TAGS files that include them for each front end.

From-SVN: r73921

20 years agoxfails: Removed these two tests, they mystically pass now...
Michael Koch [Tue, 25 Nov 2003 10:31:27 +0000 (10:31 +0000)] 
xfails: Removed these two tests, they mystically pass now...

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

* testsuite/libjava.mauve/xfails:
Removed these two tests, they mystically pass now:
-FAIL: gnu.testlet.java.net.ServerSocket.ServerSocketTest: Error :
test_params failed - 5getInetAddress did not return proper values
(number 1)
-FAIL: gnu.testlet.java.net.Socket.SocketTest: Error :
test_BasicServer failed - 11 exception was thrown :Illegal seek
(number 1)

From-SVN: r73919

20 years ago2003-11-25 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 25 Nov 2003 10:09:48 +0000 (10:09 +0000)] 
2003-11-25  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(factory): Made private.
(closed): Removed.
(DatagramSocket): Check impl argument, use constructor with
SocketAddress argument.
(close): Set impl to null, use isClosed().
(isClosed): Check for impl == null.
(getLocalAddress): Use isClosed().
(getLocalPort): Check if socket is closed.
(getSoTimeout): Likewise.
(setSoTimeout): Likewise.
(getSendBufferSize): Likewise.
(setSendBufferSize): Likewise.
(getReceiveBufferSize): Likewise.
(setReceiveBufferSize): Likewise.
(receive): Likewise.
(send): Likewise.
(bind): Likewise.
(connect): Likewise.
(setReuseAddress): Likewise.
(getReuseAddress): Likewise.
(setBroadcast): Likewise.
(getBroadcast): Likewise.
(setTrafficClass): Likewise.
(getTrafficClass): Likewise.
* java/net/MulticastSocket.java
(getInterface): Check if socket is closed.
(getTTL): Likewise.
(getTimeToLive): Likewise.
(setInterface): Likewise.
(setNetworkInterface): Likewise.
(getNetworkInterface): Likewise.
(setLoopbackMode): Likewise.
(setTTL): Likewise.
(setTimeToLive): Likewise.
(joinGroup): Likewise.
(leaveGroup): Likewise.
(send): Likewise.
* java/net/ServerSocket.java
(closed): Removed.
(close): Check if socket is closed, set impl to null.
(isClosed): Check impl == null;
(ServerSocket): Check impl argument.
(getInetAddress): Check if socket is bound.
(getLocalPort): Likewise.
(getLocalSocketAddress): Likewise.
(bind): Check if socket is closed.
(implAccept): Likewise.
(setSoTimeout): Likewise.
(getSoTimeout): Likewise.
(setReuseAddress): Likewise.
(getReuseAddress): Likewise.
(setReceiveBufferSize): Likewise.
(getReceiveBufferSize): Likewise.
(toString): Make output compliant to JDK 1.4.2.
* java/net/Socket.java
(closed): Removed.
(Socket): Fixed documentation.
(connect): Check if socket is closed, changed exception text,
fixed documentation.
(getInputStream): Check of socket is closed  and connected.
(getOutputStream): Likewise.
(bind): Check if socket is closed.
(setTcpNoDelay): Likewise.
(getTcpNoDelay): Likewise.
(setSoLinger): Likewise.
(getSoLinger): Likewise.
(sendUrgentData): Likewise.
(setOOBInline): Likewise.
(getOOBInline): Likewise.
(setSoTimeout): Likewise.
(getSoTimeout): Likewise.
(setSendBufferSize): Likewise.
(getSendBufferSize): Likewise.
(setReceiveBufferSize): Likewise.
(getReceiveBufferSize): Likewise.
(setKeepAlive): Likewise.
(getKeepAlive): Likewise.
(close): Likewise.
(shutdownInput): Likewise.
(shutdownOutput): Likewise.
(getReuseAddress): Likewise.
(getTrafficClass): Likewise.
(setTrafficClass): Likewise.
(isClosed): Check impl == null.
(toString): Added missing ']'.

From-SVN: r73918

20 years agoFix date in my latest commit.
Andreas Jaeger [Tue, 25 Nov 2003 05:54:14 +0000 (06:54 +0100)] 
Fix date in my latest commit.

From-SVN: r73915

20 years agoMakefile.in: Rebuilt.
Tom Tromey [Tue, 25 Nov 2003 01:57:29 +0000 (01:57 +0000)] 
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (propdir): New macro.
(install-data-local): Install logging.properties.
(core_java_source_files): Added java.util.logging.*.
* java/util/logging/logging.properties: New file.

From-SVN: r73907

20 years agoDaily bump.
GCC Administrator [Tue, 25 Nov 2003 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r73905

20 years ago2003-11-25 Michael Koch <konqueror@gmx.de>
Michael Koch [Mon, 24 Nov 2003 23:00:07 +0000 (23:00 +0000)] 
2003-11-25  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(DatagramSocket): Move binding code to bind(), simplify constructors.
* java/net/MulticastSocket.java
(MulticastSocket): Call parent constructor with null argument,
bind socket after setReuseAddress is called, simplify constructors.

From-SVN: r73902

20 years agore PR fortran/12633 (logical expression gives incorrect result with -fugly-logint...
Toon Moene [Mon, 24 Nov 2003 21:48:08 +0000 (22:48 +0100)] 
re PR fortran/12633 (logical expression gives incorrect result with -fugly-logint option)

2003-11-24  Toon Moene  <toon@moene.indiv.nluug.nl>

PR fortran/12633
* expr.c (ffeexpr_reduced_ugly2log_): Revert
change allowing logical .and. logical to be
integer in expressions when -fugly-logint.

From-SVN: r73898

20 years agore PR ada/13142 (gnat1 generating call to library 'setjmp', not using __buitin_setjmp)
Arnaud Charlet [Mon, 24 Nov 2003 21:40:58 +0000 (22:40 +0100)] 
re PR ada/13142 (gnat1 generating call to library 'setjmp', not using __buitin_setjmp)

PR ada/13142
* utils.c (init_gigi_decls): Change name of built-in setjmp to
__builtin_setjmp, since this is apparently needed by recent
non Ada changes.

From-SVN: r73896

20 years agofunction.c: Make outer_function-chain external.
Waldek Hebisch [Mon, 24 Nov 2003 21:19:33 +0000 (22:19 +0100)] 
function.c: Make outer_function-chain external.

2003-11-23  Waldek Hebisch <hebisch@math.uni.wroc.pl>

* function.c: Make outer_function-chain external.
* function.h: Likewise.

From-SVN: r73894

20 years agocodecvt_members.cc (codecvt::do_in): Rewrite, using both mbsnrtowcs and mbrtowc in...
Paolo Carlini [Mon, 24 Nov 2003 21:13:38 +0000 (21:13 +0000)] 
codecvt_members.cc (codecvt::do_in): Rewrite, using both mbsnrtowcs and mbrtowc in a loop...

2003-11-24  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/codecvt_members.cc (codecvt::do_in):
Rewrite, using both mbsnrtowcs and mbrtowc in a loop: the
former is very fast, but stops if encounters a NUL.
(codecvt::do_out): Tweak.
* testsuite/performance/wchar_t_in.cc: New.

2003-11-24  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.h
(__numpunct_cache<>::_M_cache): Set _M_allocated at the beginning
in order to avoid memory leaks; simplify a bit.

From-SVN: r73893

20 years agostreambuf_iterator.h (ostreambuf_iterator): Remove non-standard throw specs.
Benjamin Kosnik [Mon, 24 Nov 2003 21:02:39 +0000 (21:02 +0000)] 
streambuf_iterator.h (ostreambuf_iterator): Remove non-standard throw specs.

2003-11-24  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/streambuf_iterator.h (ostreambuf_iterator): Remove
non-standard throw specs.
* testsuite/24_iterators/istreambuf_iterator.cc: Split into...
* testsuite/24_iterators/istreambuf_iterator/1.cc
* testsuite/24_iterators/istreambuf_iterator/2.cc
* testsuite/24_iterators/istreambuf_iterator/2627.cc
* testsuite/24_iterators/ostreambuf_iterator.cc: Split into...
* testsuite/24_iterators/ostreambuf_iterator/1.cc
* testsuite/24_iterators/ostreambuf_iterator/2.cc

* testsuite/24_iterators/reverse_iterator/1.cc: Just compile,
don't link.

* include/bits/allocator.h: Formatting tweak.

From-SVN: r73892

20 years agoconfig.gcc (mips-sgi-irix6*): Add t-iris6gld to tmake_file when using GNU ld.
Richard Sandiford [Mon, 24 Nov 2003 21:02:12 +0000 (21:02 +0000)] 
config.gcc (mips-sgi-irix6*): Add t-iris6gld to tmake_file when using GNU ld.

* config.gcc (mips-sgi-irix6*): Add t-iris6gld to tmake_file when
using GNU ld.
* config/mips/iris6.h (IRIX6_STARTFILE_SPEC): New, taking the
whole of the previous STARTFILE_SPEC except crtbegin.o%s.
(IRIX6_ENDFILE_SPEC): Likewise ENDFILE_SPEC and crtend.o%s.
(STARTFILE_SPEC, ENDFILE_SPEC): Define in terms of the above.
(SUBTARGET_EXTRA_SPECS): Define.
* config/mips/iris6gld.h (LINK_SPEC): Change -init function
to __gcc_init and -fini function to __gcc_fini.
(STARTFILE_SPEC): Redefine, including irix6-crti.o before crtbegin.o.
(ENDFILE_SPEC): Likewise, including irix6-crtn.o after crtend.o.
(INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Define.
* config/mips/t-iris6gld,
* config/mips/irix6-crti.asm,
* config/mips/irix6-crtn.asm: New files.

From-SVN: r73891

20 years agore PR c/13014 (if shortcut misses required diagnostics)
Eric Christopher [Mon, 24 Nov 2003 20:12:06 +0000 (20:12 +0000)] 
re PR c/13014 (if shortcut misses required diagnostics)

2003-11-24  Eric Christopher  <echristo@redhat.com>

PR C/13014
* c-decl.c (c_in_iteration_stmt, c_in_case_stmt): New.
(start_function): Use.
(c_push_function_context): Ditto.
(c-pop_function_context): Ditto.
        (language_function): Move...
* c-tree.h: ... here. Add x_in_iteration_stmt, and
x_in_case_stmt.
* c-parse.in (do_stmt_start, select_or_iter_stmt, stmt): Use
c_in_iteration_stmt, c_in_case_stmt for parser state. Move
check for valid break or continue statment here...
* c-semantics.c (genrtl_break_stmt, genrtl_continue_stmt): From
here. Change original errors to abort.

From-SVN: r73887

20 years agoApply lost changelog entry.
Jan Hubicka [Mon, 24 Nov 2003 19:04:54 +0000 (19:04 +0000)] 
Apply lost changelog entry.

From-SVN: r73886

20 years agocp-demangle.c (d_encoding): Add top_level parameter.
Ian Lance Taylor [Mon, 24 Nov 2003 18:42:39 +0000 (18:42 +0000)] 
cp-demangle.c (d_encoding): Add top_level parameter.

* cp-demangle.c (d_encoding): Add top_level parameter.  Change all
callers.
(print_usage): Display new -p option.
(long_options): Add --no-params.
(main): Accept and handle -p.

From-SVN: r73884

20 years agoh8300.md (tablejump_h8300): Change to *tablejump_h8300.
Kazu Hirata [Mon, 24 Nov 2003 17:34:16 +0000 (17:34 +0000)] 
h8300.md (tablejump_h8300): Change to *tablejump_h8300.

* config/h8300/h8300.md (tablejump_h8300): Change to
*tablejump_h8300.
(tablejump_h8300h): Change to *tablejump_h8300hs_advanced.
(tablejump_normal_mode): Change to *tablejump_h8300hs_normal.
(indirect_jump_h8300): Change to *indirect_jump_h8300.
(indirect_jump_h8300h): Change to
*indirect_jump_h8300hs_advanced.
(indirect_jump_normal_mode): Change to
*indirect_jump_h8300hs_normal.

From-SVN: r73883

20 years agolocale_init.cc: Cosmetic reformatting.
Paolo Carlini [Mon, 24 Nov 2003 17:24:40 +0000 (17:24 +0000)] 
locale_init.cc: Cosmetic reformatting.

2003-11-24  Paolo Carlini  <pcarlini@suse.de>

* src/locale_init.cc: Cosmetic reformatting.

From-SVN: r73882

20 years agore PR ada/13142 (gnat1 generating call to library 'setjmp', not using __buitin_setjmp)
Arnaud Charlet [Mon, 24 Nov 2003 17:18:19 +0000 (18:18 +0100)] 
re PR ada/13142 (gnat1 generating call to library 'setjmp', not using __buitin_setjmp)

PR ada/13142
* utils.c (init_gigi_decls): Change name of built-in setjmp to
__builtin_setjmp, since this is apparently needed by recent
non Ada changes.

From-SVN: r73881

20 years ago* config/h8300/h8300.md: Remove constraints from expanders.
Kazu Hirata [Mon, 24 Nov 2003 17:11:44 +0000 (17:11 +0000)] 
* config/h8300/h8300.md: Remove constraints from expanders.

From-SVN: r73880

20 years agoh8300.md: (stm_h8300s_2): Change the name to stm_h8300s_2_advanced.
Kazu Hirata [Mon, 24 Nov 2003 16:58:30 +0000 (16:58 +0000)] 
h8300.md: (stm_h8300s_2): Change the name to stm_h8300s_2_advanced.

* config/h8300/h8300.md: (stm_h8300s_2): Change the name to
stm_h8300s_2_advanced.
(stm_h8300s_2_normal): New.
(stm_h8300s_2): Likewise.
(stm_h8300s_3): Change the name to stm_h8300s_3_advanced.
(stm_h8300s_3_normal): New.
(stm_h8300s_3): Likewise.
(stm_h8300s_4): Change the name to stm_h8300s_4_advanced.
(stm_h8300s_4_normal): New.
(stm_h8300s_4): Likewise.
(ldm_h8300s_2): Change the name to ldm_h8300s_2_advanced.
(ldm_h8300s_2_normal): New.
(ldm_h8300s_2): Likewise.
(ldm_h8300s_3): Change the name to ldm_h8300s_3_advanced.
(ldm_h8300s_3_normal): New.
(ldm_h8300s_3): Likewise.
(ldm_h8300s_4): Change the name to ldm_h8300s_4_advanced.
(ldm_h8300s_4_normal): New.
(ldm_h8300s_4): Likewise.
(two peephole2's): Enable only with !TARGET_NORMAL_MODE.
(two peephole2's): New.

From-SVN: r73879

20 years ago2003-11-24 Michael Koch <konqueror@gmx.de>
Michael Koch [Mon, 24 Nov 2003 16:55:43 +0000 (16:55 +0000)] 
2003-11-24  Michael Koch  <konqueror@gmx.de>

* javax/swing/BoxLayout.java
(serialVersionUIR): New member variable.
(X_AXIS, Y_AXIS): Documentation added.
(LINE_AXIS, PAGE_AXIS): New constants.
(grid): Renamed from gridbag.
(BoxLayout): Use new constants, throw exception if invalid value for
way, added documentation.
(BoxLayout): Removed.
(addLayoutComponent): Use new constants, added documentation.
(removeLayoutComponent): Likewise.
(addLayoutContainer): Added documentation.
(preferredLayoutSize): Added documentation, check given argument.
(minimumLayoutSize): Likewise.
(layoutContainer): Likewise.
(getLayoutAlignmentX): Likewise.
(getLayoutAlignmentY): Likewise.
(invalidateLayout): Likewise.
(maximumLayoutSize): Likewise.

From-SVN: r73878

20 years agoadadecode.c: Only include ctype.h if IN_GCC.
Rainer Orth [Mon, 24 Nov 2003 16:38:39 +0000 (16:38 +0000)] 
adadecode.c: Only include ctype.h if IN_GCC.

* adadecode.c: Only include ctype.h if IN_GCC.
(__gnat_decode): Use ISDIGIT from safe-ctype.h.

From-SVN: r73876

20 years agoMake-lang.in: (java.install-common) Add symlink for $(target_noncanonical)-gcjh for...
Mohan Embar [Mon, 24 Nov 2003 15:14:23 +0000 (15:14 +0000)] 
Make-lang.in: (java.install-common) Add symlink for $(target_noncanonical)-gcjh for native builds.

* Make-lang.in: (java.install-common) Add
symlink for $(target_noncanonical)-gcjh for
native builds.

From-SVN: r73875

20 years ago[multiple changes]
Arnaud Charlet [Mon, 24 Nov 2003 14:27:57 +0000 (15:27 +0100)] 
[multiple changes]

2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>

* Makefile.in:
Use 5zintman.ads for VxWorks targets. This file avoid confusion between
signals and interrupts.

* 5zintman.ads: New File.

* 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
add exception signals to the set of unmasked signals.

* 5ztaprop.adb:
Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
between signals and interrupts.
Add to Unblocked_Signal_Mask the set of signals that are in
Keep_Unmasked.

* 7sinmaop.adb:
Adding a check to see whether the Interrupt_ID we want to unmask is in
the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
reason is that the index type of the Keep_Unmasked array is not always
Interrupt_ID; it may be a subtype of Interrupt_ID.

2003-11-24  Gary Dismukes  <dismukes@gnat.com>

* exp_util.adb:
(Remove_Side_Effects): Condition constantness of object created for a
 an unchecked type conversion on the constantness of the expression
 to ensure the correct value for 'Constrained when passing components
 of view-converted class-wide objects.

2003-11-24  Robert Dewar  <dewar@gnat.com>

* par-load.adb (Load): Improve handling of misspelled and missing units
Removes several cases of compilation abandoned messages

* lib.adb: (Remove_Unit): New procedure

* lib.ads: (Remove_Unit): New procedure

* lib-load.adb: Minor reformatting

2003-11-24  Vincent Celier  <celier@gnat.com>

* make.adb:
(Gnatmake, Initialize): Call Usage instead of Makeusg directly
(Marking_Label): Label to mark processed source files. Incremented for
each executable.
(Gnatmake): Increase Marking_Labet for each executable
(Is_Marked): Compare against marking label
(Mark): Mark with marking label

2003-11-24  Jerome Guitton  <guitton@act-europe.fr>

* s-thread.ads:
Move the declaration of the TSD for System.Threads to System.Soft_Links.
Add some comments.

* Makefile.in: Added target pair for s-thread.adb for cert runtime.
(rts-cert): build a single relocatable object for the run-time lib.
Fix perms.

2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>

* Make-lang.in:
Use gnatls rather than gcc to obtain the location of GNAT RTL for
crosstools build.

2003-11-24  Sergey Rybin  <rybin@act-europe.fr>

* opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
can not use it as before (that is, as a variable) when dumping it into
the tree file. Add a local variable to store the result of this
function and to be used as the string to be written into the tree.

* scn.adb (Initialize_Scanner): Add comments explaining the recent
changes.

* sinput.adb (Source_First, Source_Last): In case of
Internal_Source_File, replace returning attributes of
Internal_Source_Ptr (which is wrong) with returning attributes of
Internal_Source.

2003-11-24  Ed Schonberg  <schonberg@gnat.com>

* sem_ch3.adb:
(New_Concatenation_Op): Proper name for New_Binary_Operator, only
used for implicit concatenation operators.
Code cleanup.

* sem_elab.adb:
(Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
task bodies that are in the scope of a Suppress pragma.
(Check_A Call): Use the flag to prevent spurious elaboration checks.

* sinfo.ads, sinfo.adb:
New flag No_Elaboration_Check on function/procedure calls, to properly
suppress checks on calls in task bodies that are within a local suppress
pragma.

* exp_ch4.adb:
(Expand_Concatenate_Other): Use the proper integer type for the
expression for the upper bound, to avoid universal_integer computations
when possible.

From-SVN: r73874

20 years agogenattrtab.c (simplify_cond): Update indices correctly.
Zdenek Dvorak [Mon, 24 Nov 2003 14:14:11 +0000 (15:14 +0100)] 
genattrtab.c (simplify_cond): Update indices correctly.

* genattrtab.c (simplify_cond): Update indices correctly.
(attr_alt_subset_p, attr_alt_subset_of_compl_p, attr_alt_intersection,
attr_alt_union, attr_alt_complement, attr_alt_bit_p, mk_attr_alt): New.
(check_attr_test, encode_units_mask, compute_alternative_mask,
make_alternative_compare, simplify_and_tree,
attr_rtx_cost, simplify_test_exp, gen_attr,
write_test_expr, walk_attr_value): Handle EQ_ATTR_ALT.
* rtl.def (EQ_ATTR_ALT): New.

From-SVN: r73873

20 years agofold-const.c (fold): Do not return early when optimizing COMPONENT_REF and constant.
Jan Hubicka [Mon, 24 Nov 2003 00:50:31 +0000 (00:50 +0000)] 
fold-const.c (fold): Do not return early when optimizing COMPONENT_REF and constant.

* fold-const.c (fold):  Do not return early when optimizing COMPONENT_REF
and constant.

From-SVN: r73870

20 years agogenattrtab.c (strcmp_check, [...]): New macros.
Zdenek Dvorak [Mon, 24 Nov 2003 00:30:16 +0000 (01:30 +0100)] 
genattrtab.c (strcmp_check, [...]): New macros.

* genattrtab.c (strcmp_check, DEF_ATTR_STRING): New macros.
(length_str, delay_type_str, delay_1_0_str, num_delay_slots_str):
New variables.
(main): Initialize them.
(find_attr): Canonicalize the attribute name string.
(attr_rtx_1, copy_boolean, expand_delays, gen_unit): Always canonicalize
string arguments.
(attr_printf, attr_eq): Use DEF_ATTR_STRING.
(check_attr_test, check_attr_value, make_length_attrs,
write_length_unit_log, simplify_by_exploding, gen_attr,
write_test_expr, write_attr_value, write_eligible_delay,
write_complex_function, make_internal_attr,
write_const_num_delay_slots): Changed due to change of type of
find_attr.
(fill_attr, evaluate_eq_attr, simplify_and_tree,
attr_rtx_cost, simplify_by_exploding, walk_attr_value): Use
strcmp_check.

From-SVN: r73869

20 years agoDaily bump.
GCC Administrator [Mon, 24 Nov 2003 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r73866

20 years agoI forgot to mention the PR number.
Kazu Hirata [Sun, 23 Nov 2003 22:30:06 +0000 (22:30 +0000)] 
I forgot to mention the PR number.

From-SVN: r73863

20 years agoh8300.c (push): Call push_h8300hs_normal in normal mode.
Kazu Hirata [Sun, 23 Nov 2003 22:27:34 +0000 (22:27 +0000)] 
h8300.c (push): Call push_h8300hs_normal in normal mode.

* config/h8300/h8300.c (push): Call push_h8300hs_normal in
normal mode.
(pop): Call pop_h8300hs_normal in normal mode.
* config/h8300/h8300.md: Likewise.
(pushqi1_h8300hs_normal): New.
(pushqi1): Call pushqi1_h8300hs_normal in normal mode.
(pushhi1_h8300hs_normal): New.
(pushhi1): Call pushhi1_h8300hs_normal in normal mode.
(push_h8300hs_normal): New.
(pop_h8300hs_normal): Likewise.

From-SVN: r73862

20 years ago* genattrtab.c (count_sub_rtxs): Removed.
Zdenek Dvorak [Sun, 23 Nov 2003 21:06:43 +0000 (22:06 +0100)] 
* genattrtab.c (count_sub_rtxs): Removed.

From-SVN: r73860

20 years agorecog.c (preprocess_constraints): Only zero those elements of recog_op_alt that are...
Richard Earnshaw [Sun, 23 Nov 2003 16:10:52 +0000 (16:10 +0000)] 
recog.c (preprocess_constraints): Only zero those elements of recog_op_alt that are needed for this insn.

* recog.c (preprocess_constraints): Only zero those elements of
recog_op_alt that are needed for this insn.
* arm.c (note_invalid_constants): A function can't contain invalid
constants if it has no constraints.

From-SVN: r73855

20 years agolocale_facets.tcc (__add_grouping): Cosmetic reformatting.
Paolo Carlini [Sun, 23 Nov 2003 14:49:54 +0000 (14:49 +0000)] 
locale_facets.tcc (__add_grouping): Cosmetic reformatting.

2003-11-23  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (__add_grouping):
Cosmetic reformatting.

From-SVN: r73854

20 years agolocale_facets.tcc (_M_extract_float, [...]): Remove a wrong comment and simplify...
Paolo Carlini [Sun, 23 Nov 2003 13:03:59 +0000 (13:03 +0000)] 
locale_facets.tcc (_M_extract_float, [...]): Remove a wrong comment and simplify the corresponding code using...

2003-11-23  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (_M_extract_float,
_M_extract_int): Remove a wrong comment and simplify
the corresponding code using char_traits::find().

From-SVN: r73853

20 years agore PR c++/12924 (ICE in lookup_member, at cp/search.c:1228)
Kriang Lerdsuwanakij [Sun, 23 Nov 2003 11:32:14 +0000 (11:32 +0000)] 
re PR c++/12924 (ICE in lookup_member, at cp/search.c:1228)

PR c++/12924
* typeck.c (finish_class_member_access_expr): Handle TEMPLATE_ID_EXPR
with OVERLOAD and DECL nodes as the first operand.

* g++.dg/template/template-id-2.C: New test.

From-SVN: r73851

20 years ago* gnu/java/net/natPlainDatagramSocketImplWin32.cc
Michael Koch [Sun, 23 Nov 2003 01:38:31 +0000 (01:38 +0000)] 
* gnu/java/net/natPlainDatagramSocketImplWin32.cc
(peekData): Use offset and maximal free space in datagram packet.
(receive): Likewise.
(send): Use offset in datagram packet.

From-SVN: r73848

20 years agoDaily bump.
GCC Administrator [Sun, 23 Nov 2003 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r73846

20 years ago2003-11-22 Paolo Carlini <pcarlini@suse.de>
Paolo Carlini [Sat, 22 Nov 2003 18:47:13 +0000 (18:47 +0000)] 
2003-11-22  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/monetary_members.cc
(money_base::_S_construct_pattern): Factor out two assignments.

From-SVN: r73844

20 years ago2003-11-22 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 22 Nov 2003 16:49:47 +0000 (16:49 +0000)] 
2003-11-22  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/natPlainDatagramSocketImplPosix.cc
(peekData): Use offset and maximal free space in datagram packet.
(receive): Likewise.
(send): Use offset in datagram packet.

From-SVN: r73843

20 years agoi386.c (classify_argument): Pass __float128 in memory.
Jan Hubicka [Sat, 22 Nov 2003 16:11:27 +0000 (17:11 +0100)] 
i386.c (classify_argument): Pass __float128 in memory.

* i386.c (classify_argument): Pass __float128 in memory.
(ix86_return_in_memory): Likewise.
(ix86_libcall_value): Likewsie.

From-SVN: r73842

20 years ago* config/h8300/h8300.c (dosize): Convert to ISO-C.
Kazu Hirata [Sat, 22 Nov 2003 15:51:48 +0000 (15:51 +0000)] 
* config/h8300/h8300.c (dosize): Convert to ISO-C.

From-SVN: r73841

20 years ago2003-11-22 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 22 Nov 2003 15:13:01 +0000 (15:13 +0000)] 
2003-11-22  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/DatagramChannelImpl.java
(getNativeFD): Use getPlainDatagramSocketImpl().
* gnu/java/nio/NIODatagramSocket.java
(getPlainDatagramSocketImpl): Renamed from getImpl().
* gnu/java/nio/NIOSocket.java
(getPlainSocketImpl): Renamed from getImpl().
(setChannel): Use getPlainSocketImpl().
* gnu/java/nio/SocketChannelImpl.java
(SocketChannelImpl): Use getPlainSocketImpl().
(getPlainSocketImpl): Renamed from getImpl().
(getNativeFD): Use getPlainSocketImpl().

From-SVN: r73840

20 years agoflow.c (update_life_info): Amend comment about when a register can become dead.
J"orn Rennecke [Sat, 22 Nov 2003 14:18:48 +0000 (14:18 +0000)] 
flow.c (update_life_info): Amend comment about when a register can become dead.

* flow.c (update_life_info): Amend comment about when a register
can become dead.

From-SVN: r73838

20 years agoMakefile.in: Rebuilt.
Andreas Tobler [Sat, 22 Nov 2003 13:41:33 +0000 (14:41 +0100)] 
Makefile.in: Rebuilt.

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

* Makefile.in: Rebuilt.
* configure: Likewise.
* testsuite/libffi.special/unwindtest.cc: Convert the mmap to
the right type.

From-SVN: r73837

20 years agoistream.tcc (getline(basic_string<>&)): Fix error in comment of the previous commit.
Paolo Carlini [Sat, 22 Nov 2003 11:41:41 +0000 (11:41 +0000)] 
istream.tcc (getline(basic_string<>&)): Fix error in comment of the previous commit.

2003-11-22  Paolo Carlini  <pcarlini@suse.de>

* include/bits/istream.tcc (getline(basic_string<>&)):
        Fix error in comment of the previous commit.

From-SVN: r73836

20 years agore PR libstdc++/12593 (Resolution of DR 91 (WP) still unimplemented)
Paolo Carlini [Sat, 22 Nov 2003 09:54:25 +0000 (09:54 +0000)] 
re PR libstdc++/12593 (Resolution of DR 91 (WP) still unimplemented)

2003-11-22  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/12593
* include/bits/istream.tcc (operator>>(basic_string<>&),
getline(basic_string<>&)): Implement resolution of DR 91 [WP];
fix some minor issues with the exit conditions.
* docs/html/ext/howto.html: Add an entry for DR 91.

From-SVN: r73835

20 years ago* pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument to build_nt.
Kriang Lerdsuwanakij [Sat, 22 Nov 2003 09:11:01 +0000 (09:11 +0000)] 
* pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument to build_nt.

From-SVN: r73834

20 years agore PR c++/5369 (template member friend declaration not honored)
Kriang Lerdsuwanakij [Sat, 22 Nov 2003 06:49:21 +0000 (06:49 +0000)] 
re PR c++/5369 (template member friend declaration not honored)

PR c++/5369
* friend.c (is_friend): Handle member function of a class
template as template friend.
(do_friend): Likewise.
* decl2.c (check_classfn): Add template_header_p parameter.
* decl.c (start_decl): Adjust check_classfn call.
(grokfndecl): Likewise.
* pt.c (is_specialization_of_friend): New function.
(uses_template_parms_level): Likewise.
(push_template_decl_real): Use uses_template_parms_level.
(tsubst_friend_function): Adjust check_classfn call.
* cp-tree.h (check_classfn): Adjust declaration.
(uses_template_parms_level): Add declaration.
(is_specialization_of_friend): Likewise.

* g++.dg/template/memfriend1.C: New test.
* g++.dg/template/memfriend2.C: Likewise.
* g++.dg/template/memfriend3.C: Likewise.
* g++.dg/template/memfriend4.C: Likewise.
* g++.dg/template/memfriend5.C: Likewise.
* g++.dg/template/memfriend6.C: Likewise.
* g++.dg/template/memfriend7.C: Likewise.
* g++.dg/template/memfriend8.C: Likewise.
* g++.old-deja/g++.pt/friend44.C: Remove a bogus error.

From-SVN: r73833

20 years agoDaily bump.
GCC Administrator [Sat, 22 Nov 2003 00:16:06 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r73827

20 years agoJLayeredPane.java: Implement.
Graydon Hoare [Sat, 22 Nov 2003 00:03:35 +0000 (00:03 +0000)] 
JLayeredPane.java: Implement.

2003-11-18  Graydon Hoare  <graydon@redhat.com>

* javax/swing/JLayeredPane.java: Implement.
* javax/swing/JFrame.java (getContentPane): Make public
* javax/swing/javax/swing/JRootPane.java (setContentPane):
Use JLayeredPane.FRAME_CONTENT_LAYER.

From-SVN: r73825

20 years agoRemove some .cvsignore files due to doc files now being built in build directory
Kelley Cook [Fri, 21 Nov 2003 23:28:31 +0000 (23:28 +0000)] 
Remove some .cvsignore files due to doc files now being built in build directory

From-SVN: r73824

20 years agore PR c++/12515 (Use of ?: operator in templated class causes ICE)
Mark Mitchell [Fri, 21 Nov 2003 22:16:02 +0000 (22:16 +0000)] 
re PR c++/12515 (Use of ?: operator in templated class causes ICE)

PR c++/12515
* pt.c (build_non_dependent_expr): Handle GNU extension to ?:
operator.

PR c++/12515
* g++.dg/ext/cond1.C: New test.

From-SVN: r73820

20 years agocp-demangle.c (has_return_type): Skip qualifiers when checking whether we have a...
Ian Lance Taylor [Fri, 21 Nov 2003 21:34:55 +0000 (21:34 +0000)] 
cp-demangle.c (has_return_type): Skip qualifiers when checking whether we have a template.

* cp-demangle.c (has_return_type): Skip qualifiers when checking
whether we have a template.
* testsuite/demangle-expected: Add four new tests.

From-SVN: r73819

20 years agodwarf2out.c (add_location_or_const_value_attribute): Add support for PARALLEL.
Daniel Berlin [Fri, 21 Nov 2003 21:18:45 +0000 (21:18 +0000)] 
dwarf2out.c (add_location_or_const_value_attribute): Add support for PARALLEL.

2003-11-21  Daniel Berlin  <dberlin@dberlin.org>
            David Edelsohn  <edelsohn@gnu.org>

        * dwarf2out.c (add_location_or_const_value_attribute): Add support
        for PARALLEL.

Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
From-SVN: r73817

20 years ago2003-11-21 Paolo Carlini <pcarlini@suse.de>
Paolo Carlini [Fri, 21 Nov 2003 20:55:49 +0000 (20:55 +0000)] 
2003-11-21  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/monetary_members.cc
(money_base::_S_construct_pattern): Factor out an assignment.

From-SVN: r73816

20 years agoPR libstdc++/12882 (partial)
Paolo Carlini [Fri, 21 Nov 2003 20:30:12 +0000 (20:30 +0000)] 
PR libstdc++/12882 (partial)

2003-11-21  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/12882 (partial)
* acinclude.m4 (GLIBCXX_CHECK_LFS): Check fseeko64
and ftello64 too.
* include/ext/stdio_sync_filebuf.h (seekoff): Use fseeko64
and ftello64 if available.
* aclocal.m4: Regenerate.
* configure: Ditto.

From-SVN: r73815

20 years agodemangle-expected: Minor changes to match output of new demangler...
Ian Lance Taylor [Fri, 21 Nov 2003 20:12:22 +0000 (20:12 +0000)] 
demangle-expected: Minor changes to match output of new demangler...

* testsuite/demangle-expected: Minor changes to match output of
new demangler: adjust whitespace in four tests, and change order
of qualifiers in one test.

From-SVN: r73813

20 years agot-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.
Rainer Orth [Fri, 21 Nov 2003 19:48:24 +0000 (19:48 +0000)] 
t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.

* config/mips/t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.
(TARGET_LIBGCC2_CFLAGS): Define.

* crtstuff.c [HAS_INIT_SECTION] (__do_global_dtors): Declare.
(__do_global_ctors): Likewise.

From-SVN: r73811

20 years ago* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
Andreas Schwab [Fri, 21 Nov 2003 15:25:00 +0000 (15:25 +0000)] 
* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.

From-SVN: r73809

20 years ago* java/lang/Float.java (static): Removed.
Mark Wielaard [Fri, 21 Nov 2003 13:24:28 +0000 (13:24 +0000)] 
* java/lang/Float.java (static): Removed.

From-SVN: r73805

20 years ago* doc/invoke.texi (-O2): Doesn't enable -fweb.
Mark Wielaard [Fri, 21 Nov 2003 11:42:58 +0000 (11:42 +0000)] 
* doc/invoke.texi (-O2): Doesn't enable -fweb.

From-SVN: r73803

20 years agoparser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE.
Jan Hubicka [Fri, 21 Nov 2003 11:36:58 +0000 (11:36 +0000)] 
parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE.

* parser.c (cp_parser_postfix_expression): Initialize 's' to
NULL_TREE.

From-SVN: r73802

20 years agoparser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE.
Jan Hubicka [Fri, 21 Nov 2003 11:36:52 +0000 (11:36 +0000)] 
parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE.

* parser.c (cp_parser_postfix_expression): Initialize 's' to
NULL_TREE.

[[Split portion of a mixed commit.]]

From-SVN: r73801.2

20 years agoacinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
Andreas Jaeger [Fri, 21 Nov 2003 11:24:10 +0000 (12:24 +0100)] 
acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.

2003-11-21  Andreas Jaeger  <aj@suse.de>
    Andreas Tobler  <a.tobler@schweiz.ch>

* acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
* configure.in: Call AC_FUNC_MMAP_BLACKLIST.
* Makefile.in: Rebuilt.
* aclocal.m4: Likewise.
* configure: Likewise.
* fficonfig.h.in: Likewise.
* testsuite/lib/libffi-dg.exp: Add include dir.
* testsuite/libffi.call/ffitest.h: Add MMAP definitions.
* testsuite/libffi.special/ffitestcxx.h: Likewise.
* testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
for ffi_closure if available.
* testsuite/libffi.call/closure_fn1.c: Likewise.
* testsuite/libffi.call/closure_fn2.c: Likewise.
* testsuite/libffi.call/closure_fn3.c: Likewise.
* testsuite/libffi.call/closure_fn4.c: Likewise.
* testsuite/libffi.call/closure_fn5.c: Likewise.
* testsuite/libffi.call/cls_12byte.c: Likewise.
* testsuite/libffi.call/cls_16byte.c: Likewise.
* testsuite/libffi.call/cls_18byte.c: Likewise.
* testsuite/libffi.call/cls_19byte.c: Likewise.
* testsuite/libffi.call/cls_1_1byte.c: Likewise.
* testsuite/libffi.call/cls_20byte.c: Likewise.
* testsuite/libffi.call/cls_20byte1.c: Likewise.
* testsuite/libffi.call/cls_24byte.c: Likewise.
* testsuite/libffi.call/cls_2byte.c: Likewise.
* testsuite/libffi.call/cls_3_1byte.c: Likewise.
* testsuite/libffi.call/cls_3byte1.c: Likewise.
* testsuite/libffi.call/cls_3byte2.c: Likewise.
* testsuite/libffi.call/cls_4_1byte.c: Likewise.
* testsuite/libffi.call/cls_4byte.c: Likewise.
* testsuite/libffi.call/cls_5byte.c: Likewise.
* testsuite/libffi.call/cls_64byte.c: Likewise.
* testsuite/libffi.call/cls_6byte.c: Likewise.
* testsuite/libffi.call/cls_7byte.c: Likewise.
* testsuite/libffi.call/cls_8byte.c: Likewise.
* testsuite/libffi.call/cls_9byte1.c: Likewise.
* testsuite/libffi.call/cls_9byte2.c: Likewise.
* testsuite/libffi.call/cls_double.c: Likewise.
* testsuite/libffi.call/cls_float.c: Likewise.
* testsuite/libffi.call/cls_schar.c: Likewise.
* testsuite/libffi.call/cls_sint.c: Likewise.
* testsuite/libffi.call/cls_sshort.c: Likewise.
* testsuite/libffi.call/cls_uchar.c: Likewise.
* testsuite/libffi.call/cls_uint.c: Likewise.
* testsuite/libffi.call/cls_ulonglong.c: Likewise.
* testsuite/libffi.call/cls_ushort.c: Likewise.
* testsuite/libffi.call/nested_struct.c: Likewise.
* testsuite/libffi.call/nested_struct1.c: Likewise.
* testsuite/libffi.call/nested_struct2.c: Likewise.
* testsuite/libffi.call/nested_struct3.c: Likewise.
* testsuite/libffi.call/problem1.c: Likewise.
* testsuite/libffi.special/unwindtest.cc: Likewise.

Co-Authored-By: Andreas Tobler <a.tobler@schweiz.ch>
From-SVN: r73800

20 years ago* 5wsystem.ads: Enable zero cost exception.
Vasiliy Fofanov [Fri, 21 Nov 2003 10:49:46 +0000 (11:49 +0100)] 
* 5wsystem.ads: Enable zero cost exception.

From-SVN: r73799

20 years ago[multiple changes]
Arnaud Charlet [Fri, 21 Nov 2003 10:46:37 +0000 (11:46 +0100)] 
[multiple changes]

2003-11-20  Jerome Guitton  <guitton@act-europe.fr>

* 5ztiitho.adb: Remove an unreferenced variable.

2003-11-20  Thomas Quinot  <quinot@act-europe.fr>

* adaint.c: For FreeBSD, use mkstemp.

2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>

* gnatlbr.adb: Now reference Gnat_Static_Version_String.

2003-11-20  Robert Dewar  <dewar@gnat.com>

* bld.adb: Remove useless USE of gnatvsn

* gnatchop.adb: Minor reformatting
Clean up version handling to be more consistent

* gnatxref.adb: Minor reformatting

* gprcmd.adb: Minor reformatting
Fix output of copyright to be more consistent with other tools

2003-11-20  Vincent Celier  <celier@gnat.com>

* make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink

2003-11-20  Sergey Rybin  <rybin@act-europe.fr>

* atree.adb (Initialize): Add initializations for global variables
used in New_Copy_Tree.

* cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
Internal_Source_File as the actual).
Put the set of statements creating Any_Character before the set of
statements creating Any_Array to have Any_Character fully initialized
when it is used in creating Any_Array.

* scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
not call Scan in case if the actual is Internal_Source_File
Add 2003 to copyright note.

* sinput.adb (Source_First, Source_Last, Source_Text): Add code for
processing Internal_Source_File.

* types.ads: Add the constant Internal_Source_File representing the
source buffer for artificial source-code-like strings created within
the compiler (the definition of Source_File_Index is changed).

From-SVN: r73798

20 years agoChangeLog.7: Fix comment typos.
Kazu Hirata [Fri, 21 Nov 2003 06:52:23 +0000 (06:52 +0000)] 
ChangeLog.7: Fix comment typos.

* ChangeLog.7: Fix comment typos.
* c-common.c: Likewise.
* c-pretty-print.c: Likewise.
* cgraphunit.c: Likewise.
* et-forest.h: Likewise.
* expr.c: Likewise.
* gcse.c: Likewise.
* genautomata.c: Likewise.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* ggc-zone.c: Likewise.
* haifa-sched.c: Likewise.
* ifcvt.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* pretty-print.h: Likewise.
* regrename.c: Likewise.
* rtl.h: Likewise.
* sched-rgn.c: Likewise.
* target.h: Likewise.
* value-prof.c: Likewise.
* web.c: Likewise.

From-SVN: r73795

20 years ago* doc/invoke.texi: Mention dV and dZ.
Kazu Hirata [Fri, 21 Nov 2003 06:03:27 +0000 (06:03 +0000)] 
* doc/invoke.texi: Mention dV and dZ.

From-SVN: r73794