OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago* gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
aoliva [Wed, 24 Sep 2003 23:52:32 +0000 (23:52 +0000)]
* gcc.dg/cpp/Wunknown-pragmas-1.c: New test.

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

20 years ago * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
neroden [Wed, 24 Sep 2003 22:33:00 +0000 (22:33 +0000)]
* config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
Disable fixproto.

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

20 years ago * config.gcc: Clean up and reindent $with_cpu=yes|no clause and
neroden [Wed, 24 Sep 2003 21:34:14 +0000 (21:34 +0000)]
* config.gcc: Clean up and reindent $with_cpu=yes|no clause and
the section giving $with_cpu defaults by target.

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

20 years ago * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
neroden [Wed, 24 Sep 2003 21:24:44 +0000 (21:24 +0000)]
* config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*,
rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*,
rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*,
rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*,
i[34567]86-pc-msdosdjgpp*): Disable fixproto.

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

20 years ago * config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
dje [Wed, 24 Sep 2003 19:32:46 +0000 (19:32 +0000)]
    * config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
        together.  Protect load string instruction with TARGET_STRING.
        (movti_string): Collapse case 1 and 2 together.

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

20 years ago * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.
ro [Wed, 24 Sep 2003 13:07:25 +0000 (13:07 +0000)]
* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.

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

20 years ago * c-common.c (c_common_type_for_mode): Check for VOIDmode.
nathan [Wed, 24 Sep 2003 09:15:21 +0000 (09:15 +0000)]
* c-common.c (c_common_type_for_mode): Check for VOIDmode.

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

20 years ago* arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in
rearnsha [Wed, 24 Sep 2003 09:06:32 +0000 (09:06 +0000)]
* arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in
do...while(0)

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

20 years ago * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
geoffk [Wed, 24 Sep 2003 07:49:13 +0000 (07:49 +0000)]
* config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.

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

20 years ago * java/lang/StringBuffer.java (substring): Don't set `shared' on
bryce [Wed, 24 Sep 2003 06:19:24 +0000 (06:19 +0000)]
* java/lang/StringBuffer.java (substring): Don't set `shared' on
small Strings, even if buffer is already shared.

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

20 years ago2003-09-24 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 24 Sep 2003 05:39:23 +0000 (05:39 +0000)]
2003-09-24  Michael Koch  <konqueror@gmx.de>

* acinclude.m4 (AM_LC_LOCALES): Added check for locale.h.

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

20 years ago * gnu/java/net/PlainSocketImpl.java (read): Remove declaration.
bryce [Wed, 24 Sep 2003 05:38:36 +0000 (05:38 +0000)]
* gnu/java/net/PlainSocketImpl.java (read): Remove declaration.
(write): Likewise.
(SocketInputStream, SocketOutputStream): Declare `read' and `write'
native. Remove implementations which called back into
PlainSocketImpl.
Remove unneccessary overridden methods.
* gnu/java/net/natPlainSocketImplNoNet.cc (read): Move
implementation
to inner class PlainSocketImpl.SocketInputStream.
(write): Likewise.
* gnu/java/net/natPlainSocketImplPosix.cc: As above.
* gnu/java/net/natPlainSocketImplWin32.cc: As above.
* gnu/java/net/SocketInputStream.java: Remove unused file.
* gnu/java/net/SocketOutputStream.java: Likewise.
* Makefile.am: Build CNI headers for PlainSocketImpl.SocketInputStream
and SocketOutputStream.
* Makefile.in: Rebuilt.

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

20 years ago * config.gcc: Move use_fixproto=no from generic vxworks clause to
neroden [Wed, 24 Sep 2003 04:09:00 +0000 (04:09 +0000)]
* config.gcc: Move use_fixproto=no from generic vxworks clause to
specific one.

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

20 years ago * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
neroden [Wed, 24 Sep 2003 04:03:46 +0000 (04:03 +0000)]
* config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
(accidentally missed in last pass).

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

20 years ago2003-09-23 Andrew Pinski <apinski@apple.com>
pinskia [Wed, 24 Sep 2003 03:56:49 +0000 (03:56 +0000)]
2003-09-23  Andrew Pinski  <apinski@apple.com>

        PR bootstrap/12383
        * configure: Regenerate.

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

20 years ago * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
neroden [Wed, 24 Sep 2003 03:52:29 +0000 (03:52 +0000)]
* config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
missed in last pass).

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

20 years ago* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
aoliva [Wed, 24 Sep 2003 02:56:46 +0000 (02:56 +0000)]
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
constant.

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

20 years ago * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
neroden [Wed, 24 Sep 2003 02:42:13 +0000 (02:42 +0000)]
* config.gcc: Move vax-*-vms* unsupported notice up with the rest.

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

20 years ago * config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
neroden [Wed, 24 Sep 2003 02:37:52 +0000 (02:37 +0000)]
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
powerpcle-*-eabi*): Disable fixproto.

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

20 years ago * config.gcc: Move use_fixproto=no from generic FreeBSD clause to
neroden [Wed, 24 Sep 2003 02:28:51 +0000 (02:28 +0000)]
* config.gcc: Move use_fixproto=no from generic FreeBSD clause to
specific FreeBSD clauses.

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

20 years ago * config.gcc: Move use_fixproto=no from generic NetBSD clause to
neroden [Wed, 24 Sep 2003 02:19:38 +0000 (02:19 +0000)]
* config.gcc: Move use_fixproto=no from generic NetBSD clause to
specific NetBSD clauses.

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

20 years ago * config.gcc: Move use_fixproto=no from generic OpenBSD clause
neroden [Wed, 24 Sep 2003 02:10:04 +0000 (02:10 +0000)]
* config.gcc: Move use_fixproto=no from generic OpenBSD clause
to specific OpenBSD clauses.

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

20 years ago * java/lang/System.java: Add GCJ LOCAL note about encoding aliases.
neroden [Wed, 24 Sep 2003 01:56:56 +0000 (01:56 +0000)]
* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.

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

20 years ago * pa.c (hppa_expand_prologue): Do pic register save in frame marker
danglin [Wed, 24 Sep 2003 01:38:32 +0000 (01:38 +0000)]
* pa.c (hppa_expand_prologue): Do pic register save in frame marker
without adding a frame note.
* pa.md (allocate_stack): Save pic register in new frame marker when
generating pic code.

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

20 years agoDaily bump.
gccadmin [Wed, 24 Sep 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>
kcook [Wed, 24 Sep 2003 00:05:42 +0000 (00:05 +0000)]
2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>

* cgraphunit.c (cgraph_expand_all_functions): Renamed from
cgraph_expand_functions.

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

20 years ago * Makefile.in (gnucompare*): Merge into ...
ghazi [Tue, 23 Sep 2003 22:57:53 +0000 (22:57 +0000)]
* Makefile.in (gnucompare*): Merge into ...
(slowcompare*): ... here.
(fastcompare*): New targets.
* aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for
other "fast" cmp programs.
* configure: Regenerate.

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

20 years ago * targhooks.c: Include output.h.
ro [Tue, 23 Sep 2003 22:33:30 +0000 (22:33 +0000)]
* targhooks.c: Include output.h.
* Makefile.in (targhooks.o): Add output.h to dependency list.

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

20 years ago * config.host: Removed superfluous newline.
ro [Tue, 23 Sep 2003 22:29:01 +0000 (22:29 +0000)]
* config.host: Removed superfluous newline.

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

20 years ago * config.gcc: Use ${target}, not $machine.
neroden [Tue, 23 Sep 2003 21:51:44 +0000 (21:51 +0000)]
* config.gcc: Use ${target}, not $machine.
* configure.in: Don't set $machine.
* configure: Regenerate.

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

20 years ago * java/lang/Float.java, java/lang/Double.java: Add GCJ LOCAL
neroden [Tue, 23 Sep 2003 21:42:40 +0000 (21:42 +0000)]
* java/lang/Float.java, java/lang/Double.java: Add GCJ LOCAL
markers.

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

20 years ago2003-09-23 Geoffrey Keating <geoffk@apple.com>
geoffk [Tue, 23 Sep 2003 21:37:32 +0000 (21:37 +0000)]
2003-09-23  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
pass zero-size arrays by reference.
(rs6000_va_arg): Likewise.

2003-09-23  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/darwin-abi-1.c: New file.

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

20 years ago * config.gcc: Set use_fixproto=no in each specific *-gnu*
neroden [Tue, 23 Sep 2003 20:16:59 +0000 (20:16 +0000)]
* config.gcc: Set use_fixproto=no in each specific *-gnu*
configuration, rather than the generic one.

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

20 years ago2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 23 Sep 2003 20:03:30 +0000 (20:03 +0000)]
2003-09-23  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.tcc: Tweak to avoid warnings.
* testsuite/testsuite_hooks.h: Same.
* testsuite/*/*.cc: Same.

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

20 years ago * tree-inline.c (remap_save_expr): Map new save_expr to identity
rth [Tue, 23 Sep 2003 20:02:48 +0000 (20:02 +0000)]
    * tree-inline.c (remap_save_expr): Map new save_expr to identity
        rather than to error_mark_node.

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

20 years ago * configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
ro [Tue, 23 Sep 2003 19:47:00 +0000 (19:47 +0000)]
* configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
Update description.
* configure: Regenerate.
* config.in: Likewise.
* dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
HAVE_GAS_SHF_MERGE value.
* varasm.c (mergeable_string_section): Likewise.
(mergeable_constant_section): Likewise.

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

20 years ago * except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO
ro [Tue, 23 Sep 2003 19:29:56 +0000 (19:29 +0000)]
* except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO
value.

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

20 years ago * target.h (struct gcc_target): New member external_libcall.
ro [Tue, 23 Sep 2003 19:17:49 +0000 (19:17 +0000)]
* target.h (struct gcc_target): New member external_libcall.
* target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default.
(TARGET_ASM_OUT): Use it.
* doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document.
* targhooks.c: Convert to ISO C 90.
(default_external_libcall): New function.
* targhooks.h (default_external_libcall): Declare.
* varasm.c (assemble_external_libcall): Use
targetm.asm_out.external_libcall instead of
ASM_OUTPUT_EXTERNAL_LIBCALL.
* config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6]
(mips_output_external_libcall): Declare.
* config/mips/mips.c (mips_output_external_libcall): Change
definition guard.
Change to match TARGET_ASM_EXTERNAL_LIBCALL.
Only operate for O32 ABI.
* config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define
instead of ASM_OUTPUT_EXTERNAL_LIBCALL.
* config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef,
superceded by TARGET_ASM_EXTERNAL_LIBCALL.

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

20 years agoCorrect gpr_or_gpr_p ChangeLog entry.
dje [Tue, 23 Sep 2003 18:56:57 +0000 (18:56 +0000)]
Correct gpr_or_gpr_p ChangeLog entry.

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

20 years ago * config.gcc: Do per-target disabling of fixproto here in clauses,
neroden [Tue, 23 Sep 2003 18:56:00 +0000 (18:56 +0000)]
* config.gcc: Do per-target disabling of fixproto here in clauses,
not in t- fragments.
* configure.in: Adjust to set STMP_FIXPROTO correctly.
* configure: Regenerate.
* config/arm/t-semi, config/cris/t-cris, config/i386/t-beos,
config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux,
t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks,
xtensa/t-xtensa: Remove setting of STMP_FIXPROTO.
* config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd,
t-interix, t-linux-aout:  Delete files consisting only of
setting of STMP_FIXPROTO.

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

20 years ago * config.host: Allow unknown hosts (not targets). Allow
neroden [Tue, 23 Sep 2003 18:52:45 +0000 (18:52 +0000)]
* config.host: Allow unknown hosts (not targets).  Allow
ns32k-*-netbsdelf* as a host (not a target).  Remove redundant
empty clauses.  Remove useless obsolete-configuration clause.
Prune unsupported configuration list.  Collapse identical
clauses for closely related systems.  Rewrite comment for
unsupported hosts list.  Reorganize a little.

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

20 years ago2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 23 Sep 2003 17:34:37 +0000 (17:34 +0000)]
2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>

* MAINTAINERS: Move myself from 'Write After Approval' to
'Various Maintainers' section as libffi testsuite maintainer.

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

20 years ago * jcf-write.c (generate_bytecode_insns): Optimize binary operations
sayle [Tue, 23 Sep 2003 15:49:53 +0000 (15:49 +0000)]
* jcf-write.c (generate_bytecode_insns): Optimize binary operations
with equal operands without side-effects.

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

20 years ago * cp-tree.h (scope_kind): Add new enumerator.
gdr [Tue, 23 Sep 2003 15:42:21 +0000 (15:42 +0000)]
* cp-tree.h (scope_kind): Add new enumerator.
(keep_next_level): Change parameter type to bool.
(begin_scope):  Change prototype.
(pushlevel): Remove declaration.
* decl.c (push_binding_level): Fold in begin_scope.  Remove.
(struct cp_binding_level): Remove tag_tranparent field.  Make keep
of bitsize one.
(keep_next_level_flag): Make a bool.
(cxx_scope_descriptor): Update scope names table
(make_cxx_scope): Fold in begin_scope.  Remove..
(namespace_scope_ht_size): New function.
(begin_scope): Change prototype.  Return a scope.  Tidy.
(kept_level_p): Update.
(pushlevel): Remove.
(maybe_push_cleanup_level): Simplify.
(poplevel): Update for sk_cleanup and keep change.
(print_binding_level): Likewise.
(initial_push_namespace_scope): Fold in begin_scope.  Remove.
(push_namespace): Update.
(pushtag): Likewise.
(lookup_tag): Likewise.
(lookup_name_current_level): Likewise.
(lookup_type_current_level): Likewise.
(cxx_init_decl_processing): Likewise.
(start_function): Likewise.
(begin_function_body): Likewise.
(start_method): Likewise.
* pt.c (push_inline_template_parms_recursive): Likewise.
(begin_template_parm_list): Likewise.
(begin_specialization): Likewise.
* semantics.c (do_pushlevel): Likewise.
(begin_compound_stmt): Likewise.
(begin_stmt_expr): Likewise.

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

20 years ago * c-common.c (c_common_signed_or_unsigned_type): Examine mode,
rth [Tue, 23 Sep 2003 06:04:14 +0000 (06:04 +0000)]
    * c-common.c (c_common_signed_or_unsigned_type): Examine mode,
        not precision.
* g++.dg/opt/enum1.C: New.

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

20 years ago* decl.c (java_init_decl_processing): Don't emit otable decls
jsturm [Tue, 23 Sep 2003 03:05:30 +0000 (03:05 +0000)]
* decl.c (java_init_decl_processing): Don't emit otable decls
if flag_indirect_dispatch is not set.

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

20 years ago * config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ...
dje [Tue, 23 Sep 2003 02:03:55 +0000 (02:03 +0000)]
    * config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ...
        (gpr_or_gpr_p): Change to bool.
        (rs6000_split_altivec_in_gprs): Rename to ...
        (rs6000_split_multireg_move): Add support for update addressing.
        * config/rs6000/rs6000-protos.h: Same.
        * config/rs6000/altivec.md: Same.
        * config/rs6000/rs6000.md (movdi_internal32): Use new splitter for
        multiple GPRs.
        (movti): Remove TARGET_STRING || TARGET_POWERPC64 final condition.
        (movti_power): Use new splitter for multiple GPRs.
        (movti_string): Same.
        (movti_ppc64): Same.

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

20 years agoDaily bump.
gccadmin [Tue, 23 Sep 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * config/xtensa/xtensa-protos.h: Convert to ISO C90.
bwilson [Mon, 22 Sep 2003 23:19:45 +0000 (23:19 +0000)]
* config/xtensa/xtensa-protos.h: Convert to ISO C90.
* config/xtensa/xtensa.c: Convert to ISO C90.  Minor formatting fixes.

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

20 years ago* config/mn10300/mn10300.md: Revert 2003-09-17's patch.
aoliva [Mon, 22 Sep 2003 20:13:40 +0000 (20:13 +0000)]
* config/mn10300/mn10300.md: Revert 2003-09-17's patch.
(andsi3): Set attr cc to set_zn when using shifts or adds.

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

20 years ago2003-09-22 Petur Runolfsson <peturr02@ru.is>
paolo [Mon, 22 Sep 2003 18:29:56 +0000 (18:29 +0000)]
2003-09-22  Petur Runolfsson  <peturr02@ru.is>

* include/bits/istream.tcc (basic_istream::read,
basic_istream::readsome, basic_istream::putback,
basic_istream::unget, operator>>(basic_istream, CharT)):
Avoid redundant setstate(failbit) calls when sentry::operator bool()
returns false.

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

20 years ago * doc/contrib.texi: Add Peter Barada, Paul Dale and myself.
bernie [Mon, 22 Sep 2003 17:43:57 +0000 (17:43 +0000)]
* doc/contrib.texi: Add Peter Barada, Paul Dale and myself.

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

20 years ago2003-09-22 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 22 Sep 2003 17:42:03 +0000 (17:42 +0000)]
2003-09-22  Andrew Cagney  <cagney@redhat.com>

* floatformat.h (struct floatformat): Add field "is_valid".

2003-09-22  Andrew Cagney  <cagney@redhat.com>

* floatformat.c (floatformat_i387_ext_is_valid): New function.
(floatformat_always_valid): New function.
(floatformat_i387_ext): Initialize new "is_valid" field to
"floatformat_i387_ext_is_valid".
(floatformat_ieee_single_little): Initialize "is_valid" field to
floatformat_always_valid.
(floatformat_ieee_double_big): Ditto.
(floatformat_ieee_double_little): Ditto.
(floatformat_ieee_double_little): Ditto.
(floatformat_ieee_double_littlebyte_bigword): Ditto.
(floatformat_i960_ext): Ditto.
(floatformat_m88110_ext): Ditto.
(floatformat_m88110_harris_ext): Ditto.
(floatformat_arm_ext_big): Ditto.
(floatformat_arm_ext_littlebyte_bigword): Ditto.
(floatformat_ia64_spill_big): Ditto.
(floatformat_ia64_spill_little): Ditto.
(floatformat_ia64_quad_big): Ditto.
(floatformat_ia64_quad_little): Ditto.
(floatformat_ia64_quad_little): Ditto.
(floatformat_is_valid): Call "is_valid".

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

20 years ago * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS):
bernie [Mon, 22 Sep 2003 17:35:06 +0000 (17:35 +0000)]
* config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS):
Resurrect -mrtd option.

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

20 years agoAnother newlib fix.
green [Mon, 22 Sep 2003 16:04:24 +0000 (16:04 +0000)]
Another newlib fix.

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

20 years agoAnother newlib fix
green [Mon, 22 Sep 2003 16:00:23 +0000 (16:00 +0000)]
Another newlib fix

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

20 years ago2003-09-22 Carlo Wood <carlo@alinoe.com>
paolo [Mon, 22 Sep 2003 14:39:16 +0000 (14:39 +0000)]
2003-09-22  Carlo Wood  <carlo@alinoe.com>

PR libstdc++/12365
* include/bits/demangle.h (qualifier(int, cv_qualifier_nt,
char const*, int, int)): Remove unused identifier
cv_qualifier for overloaded constructor.

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

20 years ago * gcc_release (announce_snapshot): Restructure processing
gerald [Mon, 22 Sep 2003 14:29:20 +0000 (14:29 +0000)]
* gcc_release (announce_snapshot): Restructure processing
of snapshot-README and snapshot-index.html and add a new
substitution for @EXPORT@.

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

20 years ago2003-09-21 Ralph Loader <suckfish@ihug.co.nz>
bryce [Mon, 22 Sep 2003 08:17:49 +0000 (08:17 +0000)]
2003-09-21  Ralph Loader  <suckfish@ihug.co.nz>

        PR java/12350:
        * java/lang/StringBuffer.java (substring): Fix handling of shared
        flag.

2003-09-21  Ralph Loader  <suckfish@ihug.co.nz>

        PR java/12350
        * libjava.lang/PR12350.java: New file.
        * libjava.lang/PR12350.out: New file.

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

20 years ago2003-09-22 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 22 Sep 2003 08:05:51 +0000 (08:05 +0000)]
2003-09-22  Michael Koch  <konqueror@gmx.de>

* jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a
compiler warning but produces a different one now.

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

20 years ago2003-09-22 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 22 Sep 2003 07:56:44 +0000 (07:56 +0000)]
2003-09-22  Michael Koch  <konqueror@gmx.de>

* java/net/InetAddress.java:
Moves around some code, reformats and adds documentation.
No functional changes.

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

20 years ago2003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 22 Sep 2003 07:18:09 +0000 (07:18 +0000)]
2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/12281
        * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Call
        mark_referenced instead of setting TREE_SYMBOL_REFERENCED.

2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/12281
        * gcc.c-torture/compile/20030921-1.c: New test.

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

20 years ago PR target/9786
ebotcazou [Mon, 22 Sep 2003 06:59:51 +0000 (06:59 +0000)]
PR target/9786
* reg-stack.c (convert_regs_1): Purge possible dead eh edges
after potential deletion of trapping insn. Avoids later ICE
from call to fixup_abnormal_edges.
(convert_regs_2): Stack the current block successors before
processing this block, that is, before the potential deletion of
dead edges by convert_regs_1, because these edges have been used
to initialize the predecessors count.

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

20 years ago2003-09-22 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 22 Sep 2003 05:48:32 +0000 (05:48 +0000)]
2003-09-22  Michael Koch  <konqueror@gmx.de>

* java/net/JarURLConnection.java
(JarURLConnection): Modifed code to match classpath more, fixed comment.
(getCertificates): Made it more error prone.
(getMainAttributes): Likewise.
(getAttributes): Implemented.
(getManifest): Reformatted code.

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

20 years ago * real.c: Fix several nits in the head comment.
ebotcazou [Mon, 22 Sep 2003 05:46:51 +0000 (05:46 +0000)]
* real.c: Fix several nits in the head comment.

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

20 years agoRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
rth [Mon, 22 Sep 2003 05:09:32 +0000 (05:09 +0000)]
Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.

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

20 years agoDaily bump.
gccadmin [Mon, 22 Sep 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
rth [Sun, 21 Sep 2003 23:39:40 +0000 (23:39 +0000)]
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
(TREE_FILENAME, TREE_LINENO): Likewise.
(set_tree_locus, copy_tree_locus, set_tree_file_line): New.
(TREE_LOCUS_SET_P): New.
* c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Update to match.

ada/
* trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
change to const.

cp/
* class.c, cp-tree.h, decl.c, decl2.c, error.c, init.c,
method.c, optimize.c, pt.c, semantics.c, tree.c: Update for
DECL_SOURCE_LOCATION rename and change to const.

f/
* com.c, ste.c: Update for DECL_SOURCE_LOCATION rename and
change to const.

java/
* class.c, decl.c, jcf-parse.c, jcf-write.c, parse.y,
resource.c: Update for DECL_SOURCE_LOCATION rename and change to const.

treelang/
* treetree.c: Update for DECL_SOURCE_LOCATION rename and
change to const.

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

20 years ago * config/vax/vax-protos.h: Convert to ISO C90.
neroden [Sun, 21 Sep 2003 20:03:06 +0000 (20:03 +0000)]
* config/vax/vax-protos.h: Convert to ISO C90.

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

20 years ago * config/vax/vax.c: Convert to ISO C90.
neroden [Sun, 21 Sep 2003 19:51:24 +0000 (19:51 +0000)]
* config/vax/vax.c: Convert to ISO C90.

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

20 years ago * configure.in: Pass a computed --program-transform-name
drow [Sun, 21 Sep 2003 19:32:22 +0000 (19:32 +0000)]
* configure.in: Pass a computed --program-transform-name
to subconfigures.
* configure: Regenerated.

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

20 years ago2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sun, 21 Sep 2003 16:19:01 +0000 (16:19 +0000)]
2003-09-21  Toon Moene  <toon@moene.indiv.nluug.nl>

* news.texi: Update with fixed PR's.

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

20 years ago2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sun, 21 Sep 2003 16:16:46 +0000 (16:16 +0000)]
2003-09-21  Toon Moene  <toon@moene.indiv.nluug.nl>

PR libf2c/11918
* fstat_.c: Call f_init().
* isatty_.c: Ditto.
* fnum_.c: Check file descriptor before handing it back.

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

20 years ago PR target/12353
grahams [Sun, 21 Sep 2003 15:27:00 +0000 (15:27 +0000)]
   PR target/12353
       * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.

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

20 years ago2003-09-21 George Helffrich <bugzilla@w170.uklinux.net>
toon [Sun, 21 Sep 2003 13:26:36 +0000 (13:26 +0000)]
2003-09-21  George Helffrich  <bugzilla@w170.uklinux.net>

* g77.texi: Remove ancient part about debugging COMMON
and EQUIVALENCE not correctly.

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

20 years ago PR target/12301
ebotcazou [Sun, 21 Sep 2003 08:17:48 +0000 (08:17 +0000)]
PR target/12301
* reorg.c (stop_search_p): Return 1 for insns that can
throw internally.

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

20 years ago * c-format.c (gcc_diag_char_table): Add %J.
rth [Sun, 21 Sep 2003 05:07:20 +0000 (05:07 +0000)]
    * c-format.c (gcc_diag_char_table): Add %J.
        (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Likewise.
        (check_format_types): Fix wanted_type name lookup.
        (init_dynamic_diag_info): Setup %J.
        * diagnostic.c (text_specifies_location): Implement %J.
        * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c, calls.c,
        dwarfout.c, expr.c, function.c, stmt.c, stor-layout.c, toplev.c,
        tree-inline.c, tree-optimize.c, varasm.c, config/arm/pe.c,
        config/i386/winnt.c, config/ia64/ia64.c, config/mcore/mcore.c,
        config/v850/v850.c, objc/objc-act.c: Use %J in diagnostics.

        * tree-inline.c: Include intl.h
        (inline_forbidden_p_1): Fix i18n of inline_forbidden_reason.
        * Makefile.in (tree-inline.o): Update.
cp/
        * decl.c, decl2.c, pt.c: Use %J in diagnostics.
java/
        * check-init.c, class.c, decl.c, expr.c: Use %J in diagnostics.
testsuite/
        * gcc.dg/format/gcc_diag-1.c: Add tests for %J.

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

20 years ago * config/i386/i386.c (ix86_expand_carry_flag_compare): Fix
sayle [Sun, 21 Sep 2003 02:22:45 +0000 (02:22 +0000)]
* config/i386/i386.c (ix86_expand_carry_flag_compare): Fix
transformation of a>=0 into (unsigned)a<0x80000000.

* gcc.c-torture/execute/20030920-1.c: New test case.

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

20 years ago* config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.
pinskia [Sun, 21 Sep 2003 00:27:37 +0000 (00:27 +0000)]
* config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.

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

20 years agoDaily bump.
gccadmin [Sun, 21 Sep 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years agoFix arm-elf support.
green [Sun, 21 Sep 2003 00:15:52 +0000 (00:15 +0000)]
Fix arm-elf support.

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

20 years ago * java/awt/Component.java: Indentation cleanup from Classpath.
tromey [Sat, 20 Sep 2003 21:30:39 +0000 (21:30 +0000)]
* java/awt/Component.java: Indentation cleanup from Classpath.

2003-09-20  Dalibor Topic  <robilad@kaffe.org>

       * java/awt/BasicStroke.java (BasicStroke): Fixed illegal argument
       checking to follow 1.4.2 spec.

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

20 years ago2003-08-11 Ingo Proetel <proetel@aicas.com>
neroden [Sat, 20 Sep 2003 21:23:47 +0000 (21:23 +0000)]
2003-08-11  Ingo Proetel  <proetel@aicas.com>

        * gnu/java/rmi/server/UnicastRef.java: make constructor public and check if serverobject
        is compatible in case client and server are running in the same VM
(remerged from Classpath on 2003-09-20)

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

20 years ago * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
neroden [Sat, 20 Sep 2003 21:16:09 +0000 (21:16 +0000)]
* Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
* Makefile.in: Regenerate.

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

20 years ago (top level)
neroden [Sat, 20 Sep 2003 21:12:38 +0000 (21:12 +0000)]
(top level)
* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
* Makefile.in: Regenerate.

(gcc)
* Makefile.in: Don't set (unused) DLLTOOL.

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

20 years ago * config/arm/t-linux, config/arm/t-netbsd, config/arm-t-semi:
neroden [Sat, 20 Sep 2003 21:09:07 +0000 (21:09 +0000)]
* config/arm/t-linux, config/arm/t-netbsd, config/arm-t-semi:
Remove obsolete references to ENQUIRE.

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

20 years agoapparently managed not to commit the crucial part of c++/12332
nathan [Sat, 20 Sep 2003 19:30:51 +0000 (19:30 +0000)]
apparently managed not to commit the crucial part of c++/12332

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

20 years ago * g++.dg/rtti/typeid3.C: Correct expected error message.
lerdsuwa [Sat, 20 Sep 2003 16:32:18 +0000 (16:32 +0000)]
* g++.dg/rtti/typeid3.C: Correct expected error message.

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

20 years ago PR c++/157
lerdsuwa [Sat, 20 Sep 2003 15:59:38 +0000 (15:59 +0000)]
PR c++/157
* parser.c (cp_parser_direct_declarator): Clear
parser->num_template_parameter_lists when parsing function
parameters.
(cp_parser_constructor_declarator_p): Likewise.

* g++.dg/parse/crash12.C: New test.

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

20 years ago2003-09-19 David Daney <ddaney@avtrex.com>
tromey [Sat, 20 Sep 2003 02:57:07 +0000 (02:57 +0000)]
2003-09-19  David Daney <ddaney@avtrex.com>

* java/lang/ref/Reference.java (clear): Set referent to null and
synchronize.

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

20 years agoDaily bump.
gccadmin [Sat, 20 Sep 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago2003-09-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Sep 2003 21:12:58 +0000 (21:12 +0000)]
2003-09-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/NIODatagramSocket.java,
gnu/java/nio/NIOSocket.java: New files.
* Makefile.am (ordinary_java_source_files):
Added gnu/java/nio/NIODatagramSocket.java and
gnu/java/nio/NIOSocket.java.
* Makefile.in: Regenerated.

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

20 years ago2003-09-19 Janis Johnson <janis187@us.ibm.com>
janis [Fri, 19 Sep 2003 21:09:52 +0000 (21:09 +0000)]
2003-09-19  Janis Johnson  <janis187@us.ibm.com>

* gcc.dg/compat/mixed-struct-check.h: New.
* gcc.dg/compat/mixed-struct-defs.h: New.
* gcc.dg/compat/mixed-struct-init.h: New.
* gcc.dg/compat/struct-by-value-19_main.c: New.
* gcc.dg/compat/struct-by-value-19_x.c: New.
* gcc.dg/compat/struct-by-value-19_y.c: New.
* gcc.dg/compat/struct-by-value-20_main.c: New.
* gcc.dg/compat/struct-by-value-20_x.c: New.
* gcc.dg/compat/struct-by-value-20_y.c: New.
* gcc.dg/compat/struct-return-19_main.c: New.
* gcc.dg/compat/struct-return-19_x.c: New.
* gcc.dg/compat/struct-return-19_y.c: New.
* gcc.dg/compat/struct-return-20_main.c: New.
* gcc.dg/compat/struct-return-20_x.c: New.
* gcc.dg/compat/struct-return-20_y.c: New.

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

20 years ago2003-09-19 Ziemowit Laski <zlaski@apple.com>
zlaski [Fri, 19 Sep 2003 20:03:34 +0000 (20:03 +0000)]
2003-09-19  Ziemowit Laski  <zlaski@apple.com>

        * MAINTAINERS: Move myself from 'Write After Approval'
        to 'Various Maintainers' (objective-c) section.

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

20 years ago * configure.in: Remove --with-elf, which doesn't work.
neroden [Fri, 19 Sep 2003 19:48:57 +0000 (19:48 +0000)]
* configure.in: Remove --with-elf, which doesn't work.
* configure: Regenerate.
* config.gcc: Remove references to $elf, which does nothing.

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

20 years ago * config/i386/xm-vsta.h: Remove xm-file believed useless.
neroden [Fri, 19 Sep 2003 19:46:07 +0000 (19:46 +0000)]
* config/i386/xm-vsta.h: Remove xm-file believed useless.
* config.build (i386-vsta): Remove reference to it.
* config.host (i386-vsta): Remove reference to it.

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

20 years ago2003-09-19 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Fri, 19 Sep 2003 19:27:59 +0000 (19:27 +0000)]
2003-09-19  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkDialogPeer.java (create()): Create a
top-level GTK window.
(getArgs): Add "title" property.
* gnu/java/awt/peer/gtk/GtkWindowPeer.java (setResizable): Use
"allow_shrink" and "allow_grow" properties.
* java/awt/Dialog.java: Initialize resizable to true and change
comments accordingly.  Initialize visible to false in
constructors.
* java/awt/Frame.java (dispose): Remove method.
* java/awt/Window.java (ownedWindows): New field.
(Window(Window,GraphicsConfiguration)): Add a weak reference to
owner's ownedWindows vector.
(finalize): Remove method.
(hide): Hide owned windows.
(dispose): Dispose of owned windows.
(getOwnedWindows): Implement.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Remove
unused GtkArg code.
(set(String,boolean)): Clamp gboolean parameter to g_object_set
to TRUE or FALSE.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
(create): Set window's size requisition.
(connectHooks): Fix indentation.
(setResizable): Remove function.
(static setBounds): Likewise.
(setBounds): Replace call to setBounds with GTK size requisition
and resize calls.

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

20 years ago2003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Fri, 19 Sep 2003 19:21:53 +0000 (19:21 +0000)]
2003-09-19  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
strongarm, xscale. Cleanup whitespaces.
* testsuite/libffi.call/closure_fn1.c: Likewise.
* testsuite/libffi.call/closure_fn2.c: Likewise.
* testsuite/libffi.call/closure_fn3.c: Likewise.
* testsuite/libffi.call/cls_12byte.c: Likewise.
* testsuite/libffi.call/cls_16byte.c: Likewise.
* testsuite/libffi.call/cls_1_1byte.c: Likewise.
* testsuite/libffi.call/cls_20byte.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_6byte.c: Likewise.
* testsuite/libffi.call/cls_7byte.c: Likewise.
* testsuite/libffi.call/cls_8byte.c: Likewise.
* testsuite/libffi.call/cls_double.c: Likewise.
* testsuite/libffi.call/cls_float.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/problem1.c: Likewise.
* testsuite/libffi.special/unwindtest.cc: Likewise.
* testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.

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

20 years ago2003-09-19 Phil Edwards <phil@codesourcery.com>
pme [Fri, 19 Sep 2003 17:50:26 +0000 (17:50 +0000)]
2003-09-19  Phil Edwards  <phil@codesourcery.com>

* doc/install.texi:  Document the multiple testsuite options.

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

20 years ago * doc/install.texi (Specific): Add the specific versions of GCC
gerald [Fri, 19 Sep 2003 17:14:34 +0000 (17:14 +0000)]
* doc/install.texi (Specific): Add the specific versions of GCC
where support for FreeBSD 1, HP-UX version 9 and older, and AIX
version 3 and older was discontinued.

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