OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years agoDaily bump.
gccadmin [Wed, 3 Dec 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * config/mips/mips.c (mips_output_external): Replace checks for
rsandifo [Tue, 2 Dec 2003 22:30:28 +0000 (22:30 +0000)]
* config/mips/mips.c (mips_output_external): Replace checks for
specific builtin-in functions with a check for DECL_BUILTIN_IN.

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

20 years ago * configure.in: Added new MinGW-specific configure flag
membar [Tue, 2 Dec 2003 22:26:50 +0000 (22:26 +0000)]
* configure.in: Added new MinGW-specific configure flag
--with-win32-nlsapi.
Added new AC_DEFINE MINGW_LIBGCJ_UNICODE.
Add -lunicows to MinGW SYSTEMSPEC if --with-win32-nlsapi
is set to unicows.
* configure: Rebuilt.
* include/config.h.in: Rebuilt.
* win32.cc (_Jv_Win32NewString): Implemented.
(nativeToUnicode): New helper function defined only for
non-UNICODE builds.
(unicodeToNative): Likewise.
(_Jv_Win32TempString): Implemented.
(lots): Refactored using tchar.h macros.
(WSAEventWrapper): Use _Jv_Win32NewString.
(_Jv_platform_initialize): Use GetModuleFileNameA instead
of GetModuleFileName.
(_Jv_platform_initProperties): Use _Jv_Win32NewString.
Use temporary stack buffer instead of a heap buffer.
* include/win32.h
Added defines for UNICODE and _UNICODE if MINGW_LIBGCJ_UNICODE is
defined; added tchar.h include.
(_Jv_Win32TempString): Declared new helper class.
(JV_TEMP_STRING_WIN32): New helper macro.
(_Jv_Win32NewString): Declared new helper method.
* java/io/natFileDescriptorWin32.cc (open): Use
JV_TEMP_STRING_WIN32 instead of JV_TEMP_UTF_STRING.
(write): Reformatted slightly.
* java/io/natFileWin32.cc (lots): Use tchar.h macros;
use JV_TEMP_STRING_WIN32 instead of JV_TEMP_UTF_STRING.
(getCanonicalPath): Use _Jv_Win32NewString instead of
JvNewStringUTF.
(performList): Likewise.
* java/lang/natWin32Process.cc (ChildProcessPipe):
Use tchar.h macros.
(startProcess): Use tchar.h macros, JV_TEMP_STRING_WIN32,
and UNICODE environment flag for CreateProcess.
* java/net/natNetworkInterfaceWin32.cc
(winsock2GetRealNetworkInterfaces): Use tchar.h macros and
_Jv_Win32NewString.

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

20 years ago2003-12-02 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 2 Dec 2003 21:00:05 +0000 (21:00 +0000)]
2003-12-02  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c
(initState): Mark obj parameter as unused.
(stringWidth): Mark obj parameter as unused.  Initialize
font_name properly.

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

20 years ago2003-12-02 David Ung <davidu@mips.com>
janis [Tue, 2 Dec 2003 20:29:48 +0000 (20:29 +0000)]
2003-12-02  David Ung  <davidu@mips.com>

* gcc.dg/compat/vector-check.h: Corrected type for var
g_##TMODE

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

20 years ago2003-12-02 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 2 Dec 2003 19:56:30 +0000 (19:56 +0000)]
2003-12-02  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Make
BufferedImageBuilder class static.

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

20 years ago2003-12-02 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 2 Dec 2003 18:30:42 +0000 (18:30 +0000)]
2003-12-02  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (time_get::do_get_year):
Avoid using a basic_string and calling a full blown strtol
(via __convert_to_v) for simple 2 or 4 digits, base 10,
positive integers; simplify.

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

20 years ago2003-12-02 Mark Wielaard <mark@klomp.org>
mkoch [Tue, 2 Dec 2003 17:31:46 +0000 (17:31 +0000)]
2003-12-02  Mark Wielaard  <mark@klomp.org>

* java/security/Security.java: Don't use &nbsp; in the api doc.

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

20 years ago2003-12-02 Dalibor Topic <robilad@kaffe.org>
mkoch [Tue, 2 Dec 2003 17:05:40 +0000 (17:05 +0000)]
2003-12-02  Dalibor Topic <robilad@kaffe.org>

Reported by: Jim Pick <jim@kaffe.org>
* libraries/javalib/java/util/Hashtable.java
(internalcontainsValue): New method.
(contains): Delegate to internalContainsValue.

Reported by: Mark Wielaard  <mark@klomp.org>
* libraries/javalib/java/util/Hashtable.java
(contains): Improved comment.

Reported by: Jeroen Frijters  <jeroen@frijters.net>
* libraries/javalib/java/util/Hashtable.java
(containsValue): Delegate to contains(Object) to make sure older
code overwriting it continues to work.

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

20 years ago2003-12-02 Fernando Nasser <fnasser@redhat.com>
fnasser [Tue, 2 Dec 2003 16:19:28 +0000 (16:19 +0000)]
2003-12-02  Fernando Nasser  <fnasser@redhat.com>

        * gnu/java/awt/peer/gtk/GtkListPeer.java (handleEvent): New
        method. Handle mouse and key events that must generate
        ActionEvents.
        * java/awt/List.java (getSelectedIndex): Return -1
        if no list element is selected.
        * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c (awt_event_handler):
        Correct handling of mouse and key events so that List receives them.
        * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c
        (Java_gnu_java_awt_peer_gtk_GtkListPeer_delItems): Fix removal of
        multiple list elements.

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

20 years ago2003-12-02 Ito Kazumitsu <kaz@maczuka.gcd.org>
mkoch [Tue, 2 Dec 2003 16:15:15 +0000 (16:15 +0000)]
2003-12-02  Ito Kazumitsu  <kaz@maczuka.gcd.org>

* java/text/SimpleDateFormat.java (compileFormat):
isLowerCase() and isUpperCase() allow too many characters.
Just use >= 'A' && <= 'Z' || >= 'a' && <= 'z'.

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

20 years ago2003-12-02 Dalibor Topic <robilad@kaffe.org>
mkoch [Tue, 2 Dec 2003 15:56:52 +0000 (15:56 +0000)]
2003-12-02  Dalibor Topic <robilad@kaffe.org>

* java/text/FieldPosition.java (equals): Fixed comment.

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

20 years ago2003-12-02 Mark Wielaard <mark@klomp.org>
mkoch [Tue, 2 Dec 2003 15:52:07 +0000 (15:52 +0000)]
2003-12-02  Mark Wielaard  <mark@klomp.org>

Reported by Archie Cobbs:
* java/security/DigestInputStream.java (read(byte[], int, int): Call
digest.update() with temp, not len as lenght.

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

20 years ago PR c++/10126
giovannibajo [Tue, 2 Dec 2003 15:50:44 +0000 (15:50 +0000)]
PR c++/10126
* g++.dg/template/ptrmem8.C: New test.

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

20 years ago PR c++/10126
giovannibajo [Tue, 2 Dec 2003 15:46:51 +0000 (15:46 +0000)]
PR c++/10126
* pt.c (convert_nontype_argument): Handle default conversions
while converting a pointer to member function.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 15:23:23 +0000 (15:23 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(close): Close associated DatagramChannel object.
* java/net/ServerSocket.java
* java/net/Socket.java
(close): Reset impl and bound before calling getChannel().close() to
prevent from loops.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 15:11:57 +0000 (15:11 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* java/nio/channels/spi/AbstractInterruptibleChannel.java
(opened): Removed.
(closed): New field.
(close): Check of channel is closed already.
(isOpen): Return !closed.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 15:03:21 +0000 (15:03 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/DatagramChannelImpl.java
(blocking): Initialize with true by default.
* gnu/java/nio/ServerSocketChannelImpl.java
(serverSocket): Made private.
(blocking): Likewise.
(connected): Likewise.
* gnu/java/nio/SocketChannelImpl.java
(connectionPending): Made private.
* gnu/java/nio/FileLockImpl.java
(static): Load native library (needed for classpath).
* gnu/java/nio/SelectorImpl.java
(static): Load native library (needed for classpath).

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 14:36:22 +0000 (14:36 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/file/Connection.java
(getLastModified): Implement for file connections.
(getContentLength): Likewise.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 14:27:33 +0000 (14:27 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/file/Connection.java:
Some reformating.
(file): Renamed from fileIn.
(getPermission): Moved around.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 14:19:34 +0000 (14:19 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/jar/Connection.java
(Connection): Made class final, merged documentation with classpath.
(file_cache): Made private.
(jar_file): Renamed from jarfile.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 14:13:46 +0000 (14:13 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/http/Connection.java
(Connection): Initialize doOutput to false;
(connect): Initialize inputStream, moved "send request" code to new
method.
(sendRequest): New method.
(getHttpHeaders): Don't reinitialize inputStream.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 13:44:23 +0000 (13:44 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol//http/Connection.java
(defRequestProperties): Removed. This dont gets used since JDK 1.3.
(requestProperties): Initialize, documentation added.
(inputStream): Renamed from bufferedIn.
(Connection): Dont initialize requestProperties.
(setDefaultRequestProperty): Removed.
(getDefaultRequestProperty): Removed.
(usingProxy): Documentation added.
(getHttpHeaders): Likewise.

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

20 years ago2003-12-02 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 2 Dec 2003 13:13:23 +0000 (13:13 +0000)]
2003-12-02  Michael Koch  <konqueror@gmx.de>

* java/text/DateFormat.java:
Explicitely import used classes.

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

20 years ago PR c++/12573
giovannibajo [Tue, 2 Dec 2003 12:10:32 +0000 (12:10 +0000)]
PR c++/12573
* g++.dg/template/dependent-expr3.C: New test.

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

20 years ago PR c++/12573
giovannibajo [Tue, 2 Dec 2003 12:02:21 +0000 (12:02 +0000)]
PR c++/12573
* pt.c (value_dependent_expression_p): Handle COMPONENT_REFs by
looking into them recursively.

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

20 years ago * rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast.
rth [Tue, 2 Dec 2003 10:14:40 +0000 (10:14 +0000)]
    * rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast.
        * tree.h (TREE_SET_CODE): Likewise.
        * recog.h (struct insn_operand_data): Move const after ENUM_BITFIELD.

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

20 years ago * name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
rth [Tue, 2 Dec 2003 10:11:24 +0000 (10:11 +0000)]
    * name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
        * parser.c (struct cp_token): Likewise.
        (struct cp_parser_token_tree_map_node): Likewise.
        * lex.c (struct resword): Move const after ENUM_BITFIELD.

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

20 years ago2003-12-02 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 2 Dec 2003 09:16:30 +0000 (09:16 +0000)]
2003-12-02  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/monetary_members.cc
(money_base::_S_construct_pattern): For case 3: and 4:
exchanging 'if (__precedes)' and 'if (__space)' allows
to factor out a few more assignments.

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

20 years ago[approved by wilson]
bje [Tue, 2 Dec 2003 09:07:25 +0000 (09:07 +0000)]
[approved by wilson]

* dbxstclass.h: Rename from this ..
* xcoff.h: .. to this.
* xcoffout.c: Include xcoff.h.

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

20 years ago2003-12-02 Hosaka Yuji <hos@tamanegi.org>
andreast [Tue, 2 Dec 2003 05:39:06 +0000 (05:39 +0000)]
2003-12-02  Hosaka Yuji  <hos@tamanegi.org>

PR other/13221
* src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
Align arguments to 32 bits.

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

20 years ago* libjava.compile/PR13024.java: New file.
jsturm [Tue, 2 Dec 2003 04:43:25 +0000 (04:43 +0000)]
* libjava.compile/PR13024.java: New file.
* libjava.compile/PR13237.java: New file.

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

20 years ago * Makefile.in (GCC_CFLAGS): Add -Wold-style-definition.
ghazi [Tue, 2 Dec 2003 03:55:20 +0000 (03:55 +0000)]
* Makefile.in (GCC_CFLAGS): Add -Wold-style-definition.

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

20 years ago* verify.cc (state::clean_subrs): Clear seen_subrs.
jsturm [Tue, 2 Dec 2003 03:42:40 +0000 (03:42 +0000)]
* verify.cc (state::clean_subrs): Clear seen_subrs.
(state::copy): Walk seen_subrs from copy, not `this'.
Don't clear seen_subrs.

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

20 years ago2003-12-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 2 Dec 2003 02:48:51 +0000 (02:48 +0000)]
2003-12-01  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_ios.h (basic_ios::setstate): Revert.
* include/bits/istream.tcc: Only call setstate if __err != goodbit.
* include/bits/ostream.tcc: Same.
* testsuite/27_io/basic_ios/exceptions/char/2.cc: New.

* testsuite/testsuite_io.h (__gnu_test::fail_streambuf): Make
internal buffer non-static.

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

20 years agoAs per David's request.
wilson [Tue, 2 Dec 2003 02:45:16 +0000 (02:45 +0000)]
As per David's request.
* doc/contrib.texi: Update David Mosberger.

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

20 years ago* config/arm/arm.c (arm_rtx_costs): Improve for xscale multiply.
jwlemke [Tue, 2 Dec 2003 02:17:18 +0000 (02:17 +0000)]
* config/arm/arm.c (arm_rtx_costs): Improve for xscale multiply.
* testsuite/gcc.dg/arm-g2.c: New test.

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

20 years ago PR optimization/11634
sayle [Tue, 2 Dec 2003 01:43:58 +0000 (01:43 +0000)]
PR optimization/11634
* recog.c (split_insn): Factor test of INSN_P and handling of
set_noop_p out of here into the two callers.
(split_all_insns): Add INSN_P test and set_noop_p handling here.
If deleting a no-op set after reload that has a REG_UNUSED note,
mark the basic block as changed and recalculate life information.
(split_all_insns_noflow): Add INSN_P test and set_noop_p handling
here.

* gcc.dg/20031201-2.c: New test case.

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

20 years ago PR optimization/12322
sayle [Tue, 2 Dec 2003 01:39:20 +0000 (01:39 +0000)]
PR optimization/12322
* gcse.c (struct ls_expr): Change type of hash_index from int to
unsigned int.
(hash_expr): Document hash_table_size parameter and wrap long line.
(ldst_entry): Calculate expression's hash_index and record in ptr.
(trim_ld_motion_mems): Use hash_index to search a single bucket
instead of scanning the entire hash_table.  Remove the "del" local
variable and use the equivalent "expr == 0" instead.  Change last
to be a pointer to the pointer to the current element, to simplify
and speed-up deleting from a linked list.

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

20 years agoFixes issues pointed out by Chris Lattner.
wilson [Tue, 2 Dec 2003 01:32:39 +0000 (01:32 +0000)]
Fixes issues pointed out by Chris Lattner.
* doc/c-tree.texi (CONSTRUCTOR): Clarify element order and handling
of missing fields.

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

20 years agoPR target/8407
wilson [Tue, 2 Dec 2003 01:12:11 +0000 (01:12 +0000)]
PR target/8407
* config/ia64/ia64.c (ia64_function_arg): For single-reg HFA, call
gen_rtx_REG to create new reg with argument mode.

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

20 years ago2003-12-01 Kim Ho <kho@redhat.com>
tromey [Tue, 2 Dec 2003 01:01:07 +0000 (01:01 +0000)]
2003-12-01  Kim Ho <kho@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c (create):
Disable wrapping if TextArea has horizontal scroll bars.

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

20 years agoDaily bump.
gccadmin [Tue, 2 Dec 2003 00:16:09 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago PR 11433
zack [Mon, 1 Dec 2003 23:29:59 +0000 (23:29 +0000)]
PR 11433
gcc/testsuite:
* objc.dg/proto-lossage-3.m: New test.
libobjc:
* Protocol.m (descriptionForInstanceMethod): Don't dereference
instance_methods if it's NULL.
(descriptionForClassMethod): Likewise for class_methods.

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

20 years ago2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 1 Dec 2003 23:27:06 +0000 (23:27 +0000)]
2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(awt_event_handler): Hard-code inset values.

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

20 years ago2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 1 Dec 2003 23:12:09 +0000 (23:12 +0000)]
2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GdkFontMetrics.java (GdkFontMetrics):
Pass font name, not XLFD, to initState.
(stringWidth(String, int, String)): New method.
(stringWidth(String)): Call new stringWidth.
(getLeading): Always return 0.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c
(initState): New Pango implementation.
(stringWidth): Likewise.

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

20 years ago * ggc.h (struct alloc_zone): Move forward declaration up.
steven [Mon, 1 Dec 2003 22:59:30 +0000 (22:59 +0000)]
* ggc.h (struct alloc_zone): Move forward declaration up.
(new_ggc_zone): New function prototype.
(destroy_ggc_zone): Ditto.
* ggc-simple.c (new_ggc_zone): New function, does nothing.
(destroy_ggc_zone): Ditto.
* ggc-page.c (new_ggc_zone): New function, does nothing.
(destroy_ggc_zone): Ditto.
* ggc-zone.c (struct page_entry): Fix comment.
(ggc_alloc_typed): Use a switch statement instead of ifs.
(new_ggc_zone): New function to set up a new GC zone.
(destroy_ggc_zone): New function to remove a GC zone.
init_ggc): Use new_ggc_zone to set up the default zones.
(ggc_collect): Walk a list of zones, instead of just the
default zones.  Report statistics using the zone name.

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

20 years ago * cp-demangle.c (d_demangle): Only return success if we consumed
ian [Mon, 1 Dec 2003 22:04:04 +0000 (22:04 +0000)]
* cp-demangle.c (d_demangle): Only return success if we consumed
the entire demangled string.
(is_ctor_or_dtor): Likewise.

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

20 years ago * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
ian [Mon, 1 Dec 2003 22:03:16 +0000 (22:03 +0000)]
* testsuite/demangle-expected: Revert one part of 2003-06-26 patch
to restore expected result of EDG test case to original expected
result.

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

20 years ago * unroll.c (find_splittable_givs): Add missing extend_value_for_giv.
uweigand [Mon, 1 Dec 2003 21:57:07 +0000 (21:57 +0000)]
* unroll.c (find_splittable_givs): Add missing extend_value_for_giv.

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

20 years ago PR optimization/12628
sayle [Mon, 1 Dec 2003 21:16:59 +0000 (21:16 +0000)]
PR optimization/12628
* toplev.c (rest_of_handle_jump_bypass): Call reg_scan.
* regclass.c (reg_scan): Include allocate_reg_info time in
TV_REG_SCAN.  Minor clean-ups.
(reg_scan_update): Minor clean-ups.

* gcc.dg/20031201-1.c: New test case.

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

20 years ago2003-12-01 Olga Rodimina <rodimina@redhat.com>
tromey [Mon, 1 Dec 2003 20:23:50 +0000 (20:23 +0000)]
2003-12-01  Olga Rodimina <rodimina@redhat.com>

* java/awt/TextComponent.java:
(getSelectionStart): Updated javadocs.
(getSelectionEnd): Ditto.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer:
(getSelectionStart): Changed to return caret position if no
text is selected
(getSelectionEnd): Ditto.

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

20 years ago * config.gcc (s390x-ibm-tpf*): Add extra_parts.
uweigand [Mon, 1 Dec 2003 19:06:25 +0000 (19:06 +0000)]
* config.gcc (s390x-ibm-tpf*): Add extra_parts.

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

20 years agoFix for aliasing problem reported by Michael Matz.
wilson [Mon, 1 Dec 2003 19:04:53 +0000 (19:04 +0000)]
Fix for aliasing problem reported by Michael Matz.
* config/ia64/ia64.h (FUNCTION_ARG_REGNO_P): Use AR_REG_FIRST not
GR_ARG_FIRST.

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

20 years ago2003-12-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 1 Dec 2003 18:48:24 +0000 (18:48 +0000)]
2003-12-01  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/17_intro/C++STYLE: Add exception bits.
* include/bits/fstream.tcc: Add location info to exception strings.

* include/bits/stl_construct.h: Formatting tweaks.

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

20 years ago2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 1 Dec 2003 18:40:39 +0000 (18:40 +0000)]
2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/awt/gtk/GtkButtonPeer.java, gnu/awt/gtk/gtkcommon.cc,
gnu/awt/gtk/gtkcommon.h, gnu/awt/gtk/GtkComponentPeer.java,
gnu/awt/gtk/GtkContainerPeer.java,
gnu/awt/gtk/GtkFramePeer.java, gnu/awt/gtk/GtkLabelPeer.java,
gnu/awt/gtk/GtkMainThread.java, gnu/awt/gtk/GtkToolkit.java,
gnu/awt/gtk/GtkWindowPeer.java, gnu/awt/gtk/natGtkButtonPeer.cc,
gnu/awt/gtk/natGtkComponentPeer.cc,
gnu/awt/gtk/natGtkContainerPeer.cc,
gnu/awt/gtk/natGtkFramePeer.cc, gnu/awt/gtk/natGtkLabelPeer.cc,
gnu/awt/gtk/natGtkMainThread.cc, gnu/awt/gtk/natGtkToolkit.cc,
gnu/awt/gtk/natGtkWindowPeer.cc: Remove files.

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

20 years ago * common.opt: Remove -fgnu-linker.
zack [Mon, 1 Dec 2003 18:25:39 +0000 (18:25 +0000)]
* common.opt: Remove -fgnu-linker.
* flags.h: Remove flag_gnu_linker.
* opts.c: Don't handle OPT_fgnu_linker.
* toplev.c: Don't initialize flag_gnu_linker.
Remove gnu-linker entry from f_options.
* config/dsp16xx/dsp16xx.h (OPTIMIZATION_OPTIONS):
Don't reset flag_gnu_linker.
* config/mips/mips.c (override_options): Likewise.
* doc/invoke.texi: Remove all mention of -fgnu-linker.

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

20 years ago * MAINTAINERS: Move myself from 'Bug database only accounts' to
giovannibajo [Mon, 1 Dec 2003 18:08:10 +0000 (18:08 +0000)]
  * MAINTAINERS: Move myself from 'Bug database only accounts' to
      'Write After Approval' section. Update email.

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

20 years ago2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 1 Dec 2003 18:05:32 +0000 (18:05 +0000)]
2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c
(closed): Mark loader parameter as unused.

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

20 years ago2003-12-01 Daniel Berlin <dberlin@dberlin.org>
dberlin [Mon, 1 Dec 2003 17:58:13 +0000 (17:58 +0000)]
2003-12-01  Daniel Berlin  <dberlin@dberlin.org>

* ggc-zone.c (ggc_pch_write_object): Calculate object size using
ggc_get_size (which accounts for large objects properly).

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

20 years agoPR optimization/13024
jsturm [Mon, 1 Dec 2003 17:53:10 +0000 (17:53 +0000)]
PR optimization/13024
* toplev.c (rest_of_handle_new_regalloc): Remove rebuild_notes
parameter.
(rest_of_handle_old_regalloc): Likewise.  Add rebuild_notes
declaration.  Rebuild jump labels following local_alloc if necessary.
(rest_of_compilation): Remove rebuild_label_notes_after_reload
declaration.  Don't pass rebuild_notes parameter to
rest_of_handle_new_regalloc and rest_of_handle_old_regalloc.
Don't rebuild jump labels.

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

20 years ago * flow.c (count_or_remove_death_notes_bb): New. Extracted from
law [Mon, 1 Dec 2003 17:05:16 +0000 (17:05 +0000)]
    * flow.c (count_or_remove_death_notes_bb): New.  Extracted from
        count_or_remove_death_notes.
        (count_or_remove_death_notes): Use EXECUTE_IF_SET_IN_SBITMAP.

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

20 years ago2003-12-01 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 1 Dec 2003 16:35:45 +0000 (16:35 +0000)]
2003-12-01  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/http/Connection.java
(Connection): Merged class documentation.
(socket): Renamed from sock.
(Connection): Made protected, documentation added.
(connect): Give URL'S host instead of InetAddress to Socket
constructor.
(disconnect): Documentation added.
(getOutputStream): Rewrapped.

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

20 years ago2003-12-01 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Mon, 1 Dec 2003 16:20:42 +0000 (16:20 +0000)]
2003-12-01  Andreas Krebbel  <krebbel1@de.ibm.com>

* builtins.c (expand_builtin_longjmp): Added two memory clobbers.

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

20 years ago * reload.c (find_reloads_address): Split addresses of type
uweigand [Mon, 1 Dec 2003 16:17:32 +0000 (16:17 +0000)]
* reload.c (find_reloads_address): Split addresses of type
(plus (plus (reg) (reg)) (const_int)) only if one register
is either a valid base register or else one of the stack
frame related registers (sp/fp/ap).

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

20 years ago2003-12-01 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 1 Dec 2003 15:50:23 +0000 (15:50 +0000)]
2003-12-01  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/file/Connection.java
(fileIn): Documentation added.
(inputStream): Likewise.
(outputStream): Likewise.
(Connection): Likewise.
(connect): Simplified.

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

20 years agoAdd myself to 'Write After Approval' section.
jwlemke [Mon, 1 Dec 2003 15:37:44 +0000 (15:37 +0000)]
Add myself to 'Write After Approval' section.

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

20 years ago2003-12-01 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 1 Dec 2003 15:34:07 +0000 (15:34 +0000)]
2003-12-01  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/10378
* include/bits/allocator.h (allocator::construct): Implement
resolution of DR 402 [Ready] (in Revision 28).
* include/bits/allocator_traits.h (__allocator::construct):
Likewise.
* include/bits/stl_construct.h (_Construct): Likewise.
* testsuite/20_util/allocator_members.cc: Move to...
* testsuite/20_util/allocator/1.cc: ... here.
* testsuite/20_util/allocator/10378.cc: New.
* docs/html/ext/howto.html: Add an entry for DR 402.

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

20 years ago2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 1 Dec 2003 15:28:22 +0000 (15:28 +0000)]
2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkImage.java (setDimensions,
setProperties): Check that io is not null before calling
io.imageUpdate.
* java/awt/image/ImageConsumer.java (setPixels, imageComplete):
Update javadocs.
* java/awt/image/PixelGrabber.java: Fix implementation and
update javadocs.

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

20 years ago2003-12-01 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 1 Dec 2003 14:32:26 +0000 (14:32 +0000)]
2003-12-01  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/natPlainSocketImplPosix.cc
bind(): Dont set SockedImpl.address field on succesful bind.
* gnu/java/net/natPlainSocketImplWin32.cc
bind(): Likewise.

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

20 years agoFix PR java/13237
jsturm [Mon, 1 Dec 2003 14:19:41 +0000 (14:19 +0000)]
Fix PR java/13237
* parse.y (java_complete_lhs): Save location prior to patching
CALL_EXPR.

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

20 years ago2003-12-01 Nicolas Setton <setton@act-europe.fr>
charlet [Mon, 1 Dec 2003 13:29:28 +0000 (13:29 +0000)]
2003-12-01  Nicolas Setton  <setton@act-europe.fr>

* a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
so that the debugger can reliably access the value of the parameter,
and therefore is able to display the exception name when an exception
breakpoint is reached.

2003-12-01  Thomas Quinot  <quinot@act-europe.fr>

* fmap.adb: Fix typo in warning message.

* g-socket.ads, g-socket.adb: Make Free a visible instance of
Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).

2003-12-01  Vincent Celier  <celier@gnat.com>

* mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
ther is no Afile.
(Build_Library): Get the switches only if Default_Switches is declared
in package Binder.

2003-12-01  Ed Schonberg  <schonberg@gnat.com>

* exp_ch6.adb (Expand_Actuals): When applying validity checks to
actuals that are indexed components, reanalyze actual to ensure that
packed array references are properly expanded.

* sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
attempted assignment to a discriminant.

2003-12-01  Robert Dewar  <dewar@gnat.com>

* rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
reformatting.

* switch-c.adb: Minor reformatting of comments

2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>

* Makefile.in: Clean ups.

2003-12-01  GNAT Script  <nobody@gnat.com>

* Make-lang.in: Makefile automatically updated

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

20 years ago * function.c (update_epilogue_consts): Don't use PARAMS.
steven [Mon, 1 Dec 2003 13:07:14 +0000 (13:07 +0000)]
* function.c (update_epilogue_consts): Don't use PARAMS.
* rtl.h (web_main): Ditto.
* target.h (is_costly_dependence): Ditto

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

20 years ago * 5wsystem.ads: Disable zero cost exception, not ready yet.
charlet [Mon, 1 Dec 2003 09:39:57 +0000 (09:39 +0000)]
* 5wsystem.ads: Disable zero cost exception, not ready yet.

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

20 years ago2003-12-01 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Mon, 1 Dec 2003 07:23:28 +0000 (07:23 +0000)]
2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>

PR other/13221
* testsuite/libffi.call/cls_multi_sshort.c: New test case.
* testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
* testsuite/libffi.call/cls_multi_uchar.c: Likewise.
* testsuite/libffi.call/cls_multi_schar.c: Likewise.
* testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
* testsuite/libffi.call/cls_multi_ushort.c: Likewise.

* testsuite/libffi.special/unwindtest.cc: Cosmetics.

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

20 years ago PR middle-end/7847
ebotcazou [Mon, 1 Dec 2003 07:15:31 +0000 (07:15 +0000)]
PR middle-end/7847
* expr.c (expand_expr) [normal_inner_ref]: When 'offset' is non-zero,
do not recheck that 'op0' is a MEM.  Move comment.  When testing for
unaligned objects, take also into account the alignment of 'op0' and
'mode1' if 'op0' is a MEM.

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

20 years ago PR c++/9849
mmitchel [Mon, 1 Dec 2003 05:58:23 +0000 (05:58 +0000)]
PR c++/9849
* g++.dg/template/error4.C: New test.
* g++.dg/template/nested3.C: Adjust error markers.

PR c++/9849
* parser.c (cp_lexer_prev_token): New function.
(cp_parser_skip_to_closing_parenthesis): Add consume_paren
parameter.
(cp_parser_nested_name_specifier_opt): Add is_declaration
parameter.
(cp_parser_nested_name_specifier): Likewise.
(cp_parser_class_or_namespace_name): Likewise.
(cp_parser_class_name): Likewise.
(cp_parser_template_id): Likewise.
(cp_parser_template_name): Likewise.
(cp_parser_id_expression): Adjust calls to
cp_parser_nested_name_specifier_op, cp_parser_template_id,
cp_parser_class_name.
(cp_parser_unqualified_id): Likewise.
(cp_parser_postfix_expression): Likewise.
(cp_parser_pseudo_destructor_name): Likewise.
(cp_parser_cast_expression): Likewise.
(cp_parser_mem_initializer_id): Likewise.
(cp_parser_simple_type_specifier): Likewise.
(cp_parser_type_name): Likewise.
(cp_parser_elaborated_type_specifier): Likewise.
(cp_parser_qualified_namespace_specifier): Likewise.
(cp_parser_using_declaration): Likewise.
(cp_parser_using_directive): Likewise.
(cp_parser_ptr_operator): Likewise.
(cp_parser_declarator_id): Likewise.
(cp_parser_class_head): Likewise.
(cp_parser_base_specifier): Likewise.
(cp_parser_constructor_declarator_p): Likewise.
(cp_parser_direct_declarator): Fix typo in comment.
(cp_parser_parenthesized_expression_list): Adjust call to
cp_parser_skip_to_closing_parenthesis.
(cp_parser_selection_statement): Likewise.

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

20 years ago* doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
gdr [Mon, 1 Dec 2003 03:22:35 +0000 (03:22 +0000)]
* doc/c-tree.texi (Function Bodies): Update HANDLER documentation.

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

20 years agofastjar/
kcook [Mon, 1 Dec 2003 02:58:36 +0000 (02:58 +0000)]
fastjar/
2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.am: Define AM_MAKINFOFLAGS.  Remove Automake 1.4 hack.
* Makefile.in: Regenerate with automake 1.7.6 & autoconf 2.57 tools.
* aclocal.m4, config.h.in, configure: Likewise.
* install-sh, missing, mkinstalldirs, stamp-h.in: Remove.

gcc/
2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>

* doc/install.texi: Note that fastjar is built with automake 1.7.x
and autoconf 2.57.

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

20 years agoDaily bump.
gccadmin [Mon, 1 Dec 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
amodra [Sun, 30 Nov 2003 23:43:05 +0000 (23:43 +0000)]
* config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
target_flags directly rather than using TARGET_* defines.

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

20 years ago * gcc.dg/cpp/assert4.c: Check more #system assertions.
ghazi [Sun, 30 Nov 2003 22:32:38 +0000 (22:32 +0000)]
* gcc.dg/cpp/assert4.c: Check more #system assertions.

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

20 years ago2003-11-30 Jeff Sturm <jsturm@one-point.com>
mkoch [Sun, 30 Nov 2003 21:02:56 +0000 (21:02 +0000)]
2003-11-30  Jeff Sturm <jsturm@one-point.com>

* java/net/InetAddress.java:
(static): Don'f force DNS request for ANY_IF address.

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

* java/net/InetAddress.java,
java/net/natInetAddressNoNet.cc,
java/net/natInetAddressPosix.cc,
java/net/natInetAddressWin32.cc:
Reverted my last patch.

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

20 years ago * doschk.c: Remove.
bje [Sun, 30 Nov 2003 20:25:46 +0000 (20:25 +0000)]
* doschk.c: Remove.

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

20 years ago PR target/12727
rsandifo [Sun, 30 Nov 2003 19:30:14 +0000 (19:30 +0000)]
PR target/12727
* config/mips/mips.c (mips_save_reg): Fix frame information for sdc1
on 32-bit big-endian targets.

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

20 years ago * genemit.c (register_constraints): Remove.
kazu [Sun, 30 Nov 2003 19:12:12 +0000 (19:12 +0000)]
* genemit.c (register_constraints): Remove.

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

20 years ago2003-11-30 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 30 Nov 2003 19:10:50 +0000 (19:10 +0000)]
2003-11-30  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/codecvt_members.cc (codecvt::do_in,
codecvt::do_length): More minor tweaks.

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

20 years ago2003-11-30 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Sun, 30 Nov 2003 15:51:36 +0000 (15:51 +0000)]
2003-11-30  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("tmdi_reg", "tmsi_reg", "*movdi_64", "*movdi_31",
"iordi3"): Insns now use multiple letter constraints.
("*movdi_lhi", "*movdi_lli", "*movdi_lay"): Insns deleted. They are now
covered by "*movdi_64".
("*movsi_lhi", "*movsi_lli", "*movsi_lay"): Insns deleted. They are now
covered by "*movsi_zarch" and "*movsi_esa".
("*movsi_zarch", "*movsi_!zarch"): New insns.
("*llgt_sisi_split", "*llgt_didi_split"): Insns deleted. Now covered
by "*andsi3_zarch" and "anddi3".
("*anddi3_ni"): Insn merged with "anddi3".
("*andsi3_ni"): Insn merged with "*andsi3_zarch".
("*andsi3_zarch", "*andsi3_esa"): New insns.
("*iordi3_oi"): Insn merged with "iordi3".
("*iorsi3_oi"): Insn merged with "*iorsi3_zarch".
("*iorsi3_zarch", "*iorsi3_esa"): New insns.

* config/s390/s390.c (s390_single_qi, s390_single_hi): Functions
merged to s390_single_part.
(s390_single_part): New function.
NOTE: Semantics have changed a bit. Now the value of the part must
be different from the others to get a non-negative return value.
(s390_extract_qi, s390_extract_hi): Functions merged to
s390_extract_part.
(s390_extract_part, s390_extra_constraint_str,
s390_const_ok_for_constraint_p): New functions. The L constraint got a
new meaning and the N constraint was added as a multiple letter
constraint.
(s390_extra_constraint): Function deleted.
(print_operand): New output modifier 'i' and 'j' added.
All uses of CONST_OK_FOR_LETTER_P were replaced by
CONST_OK_FOR_CONSTRAINT_P.

* config/s390/s390-protos.h: Function prototypes adapted.
* doc/md.texi: Documentation for new constraint letters added.

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

20 years ago2003-11-30 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 30 Nov 2003 15:18:27 +0000 (15:18 +0000)]
2003-11-30  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/codecvt_members.cc (codecvt::do_in):
Minor stylistic tweak.

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

20 years ago * Makefile.in ($(DESTDIR)$(infodir)/%.info): Fix missing semicolon.
schwab [Sun, 30 Nov 2003 14:56:26 +0000 (14:56 +0000)]
* Makefile.in ($(DESTDIR)$(infodir)/%.info): Fix missing semicolon.

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

20 years ago2003-11-30 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 30 Nov 2003 11:33:23 +0000 (11:33 +0000)]
2003-11-30  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (num_put::do_put(..., bool)):
Minor tweaks, consistent with the style used in other facets.

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

20 years ago * Make-lang.in (f77.rebuilt): Fix dependency on g77.info.
aj [Sun, 30 Nov 2003 11:29:56 +0000 (11:29 +0000)]
* Make-lang.in (f77.rebuilt): Fix dependency on g77.info.

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

20 years agoFix ia64 libunwind gnatmake link error.
wilson [Sun, 30 Nov 2003 08:23:23 +0000 (08:23 +0000)]
Fix ia64 libunwind gnatmake link error.
* gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name
instead of in shared_name.

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

20 years agoMake NON_SAVING_SETJMP usable again.
wilson [Sun, 30 Nov 2003 06:32:57 +0000 (06:32 +0000)]
Make NON_SAVING_SETJMP usable again.
* final.c (final_start_function): Delete code for NON_SAVING_SETJMP.
* reload1.c (reload): Re-add it here.

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

20 years ago * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Don't
amodra [Sun, 30 Nov 2003 04:56:07 +0000 (04:56 +0000)]
* config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Don't
set SECTION_WRITE on TARGET_RELOCATABLE.

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

20 years ago * config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.
kazu [Sun, 30 Nov 2003 04:31:04 +0000 (04:31 +0000)]
* config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.

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

20 years ago * config/m68k/m68k.c (MOTOROLA): Move from here...
bernie [Sun, 30 Nov 2003 04:28:34 +0000 (04:28 +0000)]
* config/m68k/m68k.c (MOTOROLA): Move from here...
* config/m68k/m68k.h (MOTOROLA): ... to here.
(OUTPUT_JUMP): Use do {...} while (0).
* config/m68k/m68k.md: Replace #ifdef MOTOROLA with C statements.

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

20 years ago * config.gcc (m68020-*-elf*, m68k-*-elf*, m68010-*-netbsdelf*,
bernie [Sun, 30 Nov 2003 04:20:28 +0000 (04:20 +0000)]
* config.gcc (m68020-*-elf*, m68k-*-elf*, m68010-*-netbsdelf*,
m68k*-*-netbsdelf*, m68k-*-rtems*): Add tm_defines containing
MOTOROLA and USE_GAS.
* config/m68k/rtemself.h (MOTOROLA): Delete.
* config/m68k/netbsd-elf.h (MOTOROLA, USE_GAS): Delete.
* config/m68k/m68kelf.h (MOTOROLA, USE_GAS, SGS_CMP_ORDER): Delete.

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

20 years ago * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
kazu [Sun, 30 Nov 2003 02:25:25 +0000 (02:25 +0000)]
* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.

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

20 years ago2003-11-29 Kelley Cook <kcook@gcc.gnu.org>
kcook [Sun, 30 Nov 2003 01:07:51 +0000 (01:07 +0000)]
2003-11-29  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in (install-info): Install gccinstall.info too.

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