OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago Revert:
rsandifo [Fri, 7 Sep 2001 07:57:51 +0000 (07:57 +0000)]
Revert:
* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
touch.

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

22 years ago * java/text/RuleBasedCollator.java (clone): Rewrote.
tromey [Fri, 7 Sep 2001 00:15:47 +0000 (00:15 +0000)]
* java/text/RuleBasedCollator.java (clone): Rewrote.
(RuleBasedCollator(RuleBasedCollator)): Removed.
* java/text/MessageFormat.java: Re-merged from Classpath.
* java/text/DecimalFormat.java: Re-merged from Classpath.

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

22 years ago2001-09-06 Ira Ruben <ira@apple.com>
shebs [Thu, 6 Sep 2001 23:49:39 +0000 (23:49 +0000)]
2001-09-06  Ira Ruben  <ira@apple.com>

        Remove OP_IDENTIFIER.
        * tree.def (OP_IDENTIFIER): Remove.
        * tree.c (tree_node_kind enum): Remove op_id_kind.
        (tree_node_kind_names): Remove "op_identifiers".
        (make_node): Remove OP_IDENTIFIER test.
        (build_op_identifier): Removed because it isn't being used.
        * print-tree.c (print_node): Remove OP_IDENTIFIER case.
        * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.

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

22 years ago * simplify-rtx.c (simplify_binary_operation): Revert last change.
rth [Thu, 6 Sep 2001 23:33:56 +0000 (23:33 +0000)]
    * simplify-rtx.c (simplify_binary_operation): Revert last change.

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

22 years agoSimple test of call return percentages along with branch percentages and
janis [Thu, 6 Sep 2001 23:29:35 +0000 (23:29 +0000)]
Simple test of call return percentages along with branch percentages and
line counts.

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

22 years agoAdd support for checking call return percentages for gcov -b output.
janis [Thu, 6 Sep 2001 23:26:48 +0000 (23:26 +0000)]
Add support for checking call return percentages for gcov -b output.

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

22 years ago * gcc.misc-tests/gcov.exp: Add support for call return percentages.
janis [Thu, 6 Sep 2001 23:25:58 +0000 (23:25 +0000)]
* gcc.misc-tests/gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov-6.c: New test.

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

22 years ago * include/jvm.h: Declare _Jv_RegisterResource.
green [Thu, 6 Sep 2001 22:32:54 +0000 (22:32 +0000)]
    * include/jvm.h: Declare _Jv_RegisterResource.
        * gnu/gcj/Core.java, gnu/gcj/natCore.cc,
        gnu/gcj/protocol/core/Connection.java,
        gnu/gcj/protocol/core/Handler.java,
        gnu/gcj/protocol/core/CoreInputStream.java,
        gnu/gcj/protocol/core/natCoreInputStream.cc: New files.
        * java/net/URL.java (setURLStreamHandler): Use
        gnu.gcj.protocol.core.Handler for the core protocol.
        * gnu/gcj/runtime/VMClassLoader.java (init): Add "core:/" to the
        end of java.class.path.
        * Makefile.am (ordinary_java_source_files): Add new java files.
        (nat_source_files): Add new native code files.
        * Makefile.in: Rebuilt.

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

22 years agogcj -R patches
green [Thu, 6 Sep 2001 22:23:09 +0000 (22:23 +0000)]
gcj -R patches

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

22 years ago * class.c (O_BINARY): Define if necessary.
green [Thu, 6 Sep 2001 22:22:44 +0000 (22:22 +0000)]
    * class.c (O_BINARY): Define if necessary.
        (registerResource_libfunc): Declare.
        (init_class_processing): Initilize registerResource_libfunc.
        (compile_resource_file): New function.
        * java-tree.h (resource_name): Declare.
        (compile_resource_file): Declare.
        * jcf-parse.c (yyparse): Handle compiling java resource files.
        * lang.c (java_decode_option): Handle -fcompile-resource option.
        * jvspec.c (lang_specific_driver): Handle -R flag for compiling
        resource files.
        * gcj.texi (Code Generation): Add documentation for -R flag.

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

22 years ago * simplify-rtx.c (simplify_binary_operation): Simplify contents
rth [Thu, 6 Sep 2001 22:14:43 +0000 (22:14 +0000)]
    * simplify-rtx.c (simplify_binary_operation): Simplify contents
        of CONST.

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

22 years ago 2001-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
sirl [Thu, 6 Sep 2001 18:12:53 +0000 (18:12 +0000)]
2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
* config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
number used for CR register.

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

22 years ago * java/util/Properties.java: Re-merged from Classpath.
tromey [Thu, 6 Sep 2001 17:16:09 +0000 (17:16 +0000)]
* java/util/Properties.java: Re-merged from Classpath.

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

22 years agoThu Sep 6 11:16:35 2001 Jeffrey A Law (law@cygnus.com)
law [Thu, 6 Sep 2001 16:48:48 +0000 (16:48 +0000)]
Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
  Joern Rennecke (amylaar@cygnus.com)

* h8300-protos.h (h8300_return_addr_rtx): New prototype.
* h8300.c (initial_offset): Handle offset between RP and FP.
(h8300_return_addr_rtx): New function.
* h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
return register.
(FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
(REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
(REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
(CAN_ELIMINATE, REGISTER_NAMES):
(RETURN_ADDR_RTX): Call h8300_return_addr_rtx.

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

22 years agooops, missed a bit in previous commit
nathan [Thu, 6 Sep 2001 09:41:29 +0000 (09:41 +0000)]
oops, missed a bit in previous commit

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

22 years agocp:
nathan [Thu, 6 Sep 2001 09:03:31 +0000 (09:03 +0000)]
cp:
PR c++/3986
* class.c (force_canonical_binfo_r): Check & move an indirect
primary base first.
(force_canonical_binfo): Check that it's not already
canonical.
(mark_primary_virtual_base): Remove BINFO parameter.
(mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
testsuite:
PR c++/3986
* g++.dg/abi/vbase1.C: New test.

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

22 years ago Remove TYPE_NONCOPIED_PARTS.
nathan [Thu, 6 Sep 2001 08:59:39 +0000 (08:59 +0000)]
Remove TYPE_NONCOPIED_PARTS.
* tree.h (TYPE_NONCOPIED_PARTS): Remove.
(struct tree_type): Remove noncopied_parts.
* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
* expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
(fixed_type_p): Remove.
(expand_expr, INIT_EXPR): Don't deal with noncopied parts.
(expand_expr, MODIFY_EXPR): Likewise.
* ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
* doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
cp:
Remove TYPE_NONCOPIED_PARTS.
* cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
CLASSTYPE_PURE_VIRTUALS.
(TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
* class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
(layout_class_type): Don't call fixup_inlin_methods here ...
(finish_struct_1): ... call it here.

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

22 years agofor some reason this was missed in the
nathan [Thu, 6 Sep 2001 08:53:49 +0000 (08:53 +0000)]
for some reason this was missed in the
2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>

* c-common.h (tree_dump_index): Add more comments.
* c-dump.c (dump_files): Name flags `tree' rather than `ast'.
(dump_option_value_info): New struct.
(dump_options): New array.
(dump_switch_p): Parse switch options symbolically.
* doc/invoke.texi (-fdump-ast): Rename to ...
(-fdump-tree): ... here. Document that options are symbolic, and
not all are applicable.
commit

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

22 years agoDaily bump.
gccadmin [Thu, 6 Sep 2001 07:16:12 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
amodra [Thu, 6 Sep 2001 02:19:58 +0000 (02:19 +0000)]
* config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
compiler warnings.
(mask64_operand): Likewise.
(includes_rldic_lshift_p): Likewise.
(includes_rldicr_lshift_p): Likewise.

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

22 years ago2001-09-05 Ziemowit Laski <zlaski@apple.com>
shebs [Thu, 6 Sep 2001 00:26:34 +0000 (00:26 +0000)]
2001-09-05  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-act.c (build_message_expr): If a class method cannot
        be found, do not issue a warning if a corresponding instance
        method exists in the root class.

2001-09-05  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/method-2.m: New.

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

22 years ago2001-09-05 Phil Edwards <pme@sources.redhat.com>
pme [Wed, 5 Sep 2001 22:38:06 +0000 (22:38 +0000)]
2001-09-05  Phil Edwards  <pme@sources.redhat.com>

* testsuite_flags.in:  No longer need to search testsuite builddir.
* src/stl-inst.cc (__sink_unused_warning):  Unused, remove.
* Makefile.am:  The testsuite directory never needs to be made here.
* Makefile.in:  Regenerate.
* include/Makefile.in:  Regenerate.
* libio/Makefile.in:  Regenerate.
* libmath/Makefile.in:  Regenerate.
* libsupc++/Makefile.in:  Regenerate.
* po/Makefile.in:  Regenerate.
* src/Makefile.in:  Regenerate.
* testsuite/Makefile.in:  Regenerate.

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

22 years ago From Eric Blake, via Classpath:
tromey [Wed, 5 Sep 2001 19:32:57 +0000 (19:32 +0000)]
From Eric Blake, via Classpath:
* java/lang/String.java (CaseInsensitiveComparator): New class.
(CASE_INSENSITIVE_ORDER): Use instance of CaseInsensitiveComparator.

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

22 years ago * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
rth [Wed, 5 Sep 2001 18:37:30 +0000 (18:37 +0000)]
    * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.

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

22 years ago * java/util/Date.java: Re-merged with Classpath.
tromey [Wed, 5 Sep 2001 18:10:47 +0000 (18:10 +0000)]
* java/util/Date.java: Re-merged with Classpath.

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

22 years ago * java/text/DateFormatSymbols.java: Re-merged with Classpath.
tromey [Wed, 5 Sep 2001 17:56:46 +0000 (17:56 +0000)]
* java/text/DateFormatSymbols.java: Re-merged with Classpath.

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

22 years ago * function.c (ggc_mark_struct_function): Mark f->outer.
zack [Wed, 5 Sep 2001 17:48:26 +0000 (17:48 +0000)]
* function.c (ggc_mark_struct_function): Mark f->outer.
* toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here...
* integrate.c (output_inline_function): ... not here.

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

22 years ago2001-09-05 Corey Minyard <minyard@acm.org>
tromey [Wed, 5 Sep 2001 17:48:18 +0000 (17:48 +0000)]
2001-09-05  Corey Minyard  <minyard@acm.org>
    Tom Tromey  <tromey@redhat.com>

* java/lang/natClassLoader.cc: Include VirtualMachineError.h
(_Jv_RegisterClassHookDefault): Throw error if a class is
registered twice.

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

22 years ago * java/lang/natSystem.cc (init_properties): Default locale is
tromey [Wed, 5 Sep 2001 17:11:57 +0000 (17:11 +0000)]
* java/lang/natSystem.cc (init_properties): Default locale is
en_US, not just en.

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

22 years ago * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.
hubicka [Wed, 5 Sep 2001 15:32:53 +0000 (15:32 +0000)]
* profile.c (branch_prob): Call add_noreturn_fake_exit_edges.

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

22 years ago * i386.c (size_cost): New static variable.
hubicka [Wed, 5 Sep 2001 15:32:12 +0000 (15:32 +0000)]
* i386.c (size_cost): New static variable.
(override_function): Use size_cost when -Os is specified.

* i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
properly;  Use current_function_calls_eh_return.
(ix86_expand_epilogue): Avoid dummy optimize_size tests;
use leave to avoid depdendancy chain.

* local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
get BB loop_depth instead of computing it from LOOP notes.

* reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.

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

22 years ago * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
danglin [Wed, 5 Sep 2001 14:57:00 +0000 (14:57 +0000)]
* som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
* pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
UNALIGNED_DOUBLE_INT_ASM_OP): Define

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

22 years ago * stor-layout.c (layout_type): Complain if an array's size can
law [Wed, 5 Sep 2001 13:16:46 +0000 (13:16 +0000)]
    * stor-layout.c (layout_type): Complain if an array's size can
        not be represented in a size_t.

        * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define.

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

22 years ago * gcc.c: (process_command) Add parentheses around assignment
rsandifo [Wed, 5 Sep 2001 09:07:11 +0000 (09:07 +0000)]
* gcc.c: (process_command) Add parentheses around assignment
used as truth value.

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

22 years ago * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
rsandifo [Wed, 5 Sep 2001 09:02:17 +0000 (09:02 +0000)]
* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
touch.

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

22 years ago * config/mips/mips.c (save_restore_insns): Don't mark any register
rsandifo [Wed, 5 Sep 2001 08:45:33 +0000 (08:45 +0000)]
  * config/mips/mips.c (save_restore_insns): Don't mark any register
save slots as unchanging if current_function_calls_eh_return.

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

22 years ago * config/alpha/alpha.c (alpha_legitimate_address_p): New.
rth [Wed, 5 Sep 2001 08:43:13 +0000 (08:43 +0000)]
    * config/alpha/alpha.c (alpha_legitimate_address_p): New.
        * config/alpha/alpha-protos.h: Declare it.
        * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
        (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
        (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
        (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
        (REG_OK_FOR_BASE_P): Select one of the above.

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

22 years ago * gcc.c-torture/execute/20010904-1.c: New test.
jakub [Wed, 5 Sep 2001 08:39:33 +0000 (08:39 +0000)]
* gcc.c-torture/execute/20010904-1.c: New test.
* gcc.c-torture/execute/20010904-2.c: New test.

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

22 years ago * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
rsandifo [Wed, 5 Sep 2001 08:39:06 +0000 (08:39 +0000)]
* config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
(crti.o): Prefix name of object file with $(T).
(crtn.o): Likewise.

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

22 years ago * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
davem [Wed, 5 Sep 2001 08:36:49 +0000 (08:36 +0000)]
* config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
* config/sparc/linux64.h: Likewise.

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

22 years ago * doc/invoke.texi (i386 Options): -mwide-multiply is not
aj [Wed, 5 Sep 2001 08:30:39 +0000 (08:30 +0000)]
* doc/invoke.texi (i386 Options): -mwide-multiply is not
available anymore, remove the documentation.
(i386 Options): Fix typo, cleanup index entries.

* prefix.c (concat): Remove, we can use the version from liberty.

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

22 years ago * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
rth [Wed, 5 Sep 2001 07:46:54 +0000 (07:46 +0000)]
    * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
        New functions split out of md file expanders.
        * config/alpha/alpha-protos.h: Declare them.
        * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.

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

22 years ago * java/text/MessageFormat.java (setLocale): Don't catch ParseException
bryce [Wed, 5 Sep 2001 07:26:33 +0000 (07:26 +0000)]
    * java/text/MessageFormat.java (setLocale): Don't catch ParseException
        here, DecimalFormat.applyPattern() does not throw it.

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

22 years agoDaily bump.
gccadmin [Wed, 5 Sep 2001 07:16:22 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * cppmacro.c (funlike_invocation_p): No need to restore context.
neil [Wed, 5 Sep 2001 06:46:53 +0000 (06:46 +0000)]
* cppmacro.c (funlike_invocation_p): No need to restore context.

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

22 years ago * reload.c (push_reload): Export.
rth [Wed, 5 Sep 2001 05:54:09 +0000 (05:54 +0000)]
    * reload.c (push_reload): Export.
        * reload.h (push_reload): Declare it.

        * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
        (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
        * config/alpha/alpha.c (alpha_legitimize_address): New.
        (alpha_legitimize_reload_address): Likewise.
        * config/alpha/alpha-protos.h: Declare them.

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

22 years ago * java/util/AbstractMap.java: Re-merged with Classpath.
tromey [Wed, 5 Sep 2001 00:14:15 +0000 (00:14 +0000)]
* java/util/AbstractMap.java: Re-merged with Classpath.
* java/util/IdentityHashMap.java: Re-merged with Classpath.

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

22 years ago * java/text/SimpleDateFormat.java: Re-merged with Classpath.
tromey [Wed, 5 Sep 2001 00:00:55 +0000 (00:00 +0000)]
* java/text/SimpleDateFormat.java: Re-merged with Classpath.
* gnu/gcj/text/LocaleData.java, gnu/gcj/text/LocaleData_en.java,
gnu/gcj/text/LocaleData_en_US.java: Removed.
* java/text/DateFormatSymbols.java (clone): Use Classpath
implementation.
(equals): Simplified.
(DateFormatSymbols): Look in gnu.java.locale for information.
(DateFormatSymbols(DateFormatSymbols)): Removed.
(safeGetResource): Removed.
(DateFormatSymbols): Throws MissingResourceException.
(ampmsDefault, erasDefault, localPatternCharsDefault,
monthsDefault, shortMonthsDefault, shortWeekdaysDefault,
weekdaysDefault, zoneStringsDefault): Removed.
* java/text/Collator.java (getAvailableLocales): Use modified
Classpath implementation.
(getInstance): Look in gnu.java.locale for information.
(clone): Rewrote.
* java/text/MessageFormat.java: Reindented.
(clone): Rewrote.
* java/text/FieldPosition.java: Merged with Classpath.
* java/text/ParsePosition.java: Merged with Classpath.
* java/text/Format.java: Merged with Classpath.
* java/text/StringCharacterIterator.java
(StringCharacterIterator(StringCharacterIterator,int,int)): New
constructor from Classpath.
* java/text/Annotation.java,
java/text/AttributedCharacterIterator.java,
java/text/AttributedString.java,
java/text/AttributedStringIterator.java: New from Classpath.
* java/text/CharacterIterator.java: Copied from Classpath.
* java/text/ChoiceFormat.java: Reindented.
(clone): Removed.
* gnu/java/text/BaseBreakIterator.java,
gnu/java/text/CharacterBreakIterator.java,
gnu/java/text/LineBreakIterator.java,
gnu/java/text/LocaleData_en.java,
gnu/java/text/LocaleData_en_US.java,
gnu/java/text/SentenceBreakIterator.java,
gnu/java/text/WordBreakIterator.java: Renamed from gnu/gcj/text/*.
* gnu/gcj/text/BaseBreakIterator.java (last): Advance past final
character.
* java/text/BreakIterator.java (getAvailableLocales): Use
Classpath implementation.
(getInstance): Look in gnu.java.locale for information.
(getCharacterInstance, getLineInstance, getSentenceInstance,
getWordInstance): Look in gnu.java.text for implementations.
* java/text/DecimalFormatSymbols.java: Reindented
(clone): Use Classpath implementation.
(DecimalFormatSymbols(DecimalFormatSymbols)): Removed.
(DecimalFormatSymbols(Locale)): Look in gnu.java.locale for
information.
* java/text/DateFormat.java: Merged with Classpath.
(getAvailableLocales): Use Classpath implementation.
(format(Object,StringBuffer,FieldPosition)): Minor cleanup.
(computeInstance): Look in gnu.java.locale for information.
* java/text/NumberFormat.java: Reindented.
(computeInstance): Look in gnu.java.locale for information.
(getAvailableLocales): Use implementation from Classpath.
(setMaximumIntegerDigits): Likewise.
(setMinimumIntegerDigits): Likewise.
(setMaximumFractionDigits): Likewise.
(clone): Removed.
* java/text/DecimalFormat.java: Reindented.
* gnu/java/locale/LocaleInformation_en.java: Copied from Classpath.
* gnu/java/locale/LocaleInformation_en_US.java: Copied from Classpath.
* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Added all new files.
(ordinary_java_source_files): Renamed or removed gnu/gcj/text/*.
* java/security/spec/AlgorithmParameterSpec.java,
java/security/spec/KeySpec.java: Re-merged with Classpath.

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

22 years ago2001-09-04 Scott Johnston <scott@accom.com>
bkoz [Tue, 4 Sep 2001 22:05:33 +0000 (22:05 +0000)]
2001-09-04  Scott Johnston  <scott@accom.com>
    Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* include/backward/iterator.h: Include <bits/std_iterator.h>,
remove reverse_bidirectional_iterator.
* testsuite/backward: New directory.
* testsuite/backward/header_iterator_h.cc: New file.

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

22 years ago * parse.y (maybe_yank_clinit): A field without an initializer is not
bothner [Tue, 4 Sep 2001 21:50:31 +0000 (21:50 +0000)]
* parse.y (maybe_yank_clinit):  A field without an initializer is not
relevant.  All initializers except static final and constant require
<clinit>, regardless of flag_emit_class_files.

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

22 years ago2001-09-04 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 4 Sep 2001 21:42:24 +0000 (21:42 +0000)]
2001-09-04  Benjamin Kosnik  <bkoz@redhat.com>

* include/c_std/bits/std_c*.h: Don't use include_next.

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

22 years ago * decl.c (duplicate_decls): Remove code deadling with
mmitchel [Tue, 4 Sep 2001 21:04:59 +0000 (21:04 +0000)]
* decl.c (duplicate_decls): Remove code deadling with
DECL_SAVED_INSNS.
* decl2.c (finish_file): Likewise.
* pt.c (instantiate_decl): Likewise.
* semantics.c (expand_body): Don't defer local functions if
they wouldn't be deferred for some other reason.  Don't
generate RTL for functions that will not be emitted.
(genrtl_start_function): Remove code deadling with
DECL_SAVED_INSNS.
(genrtl_finish_function): Likewise.

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

22 years ago * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
shebs [Tue, 4 Sep 2001 20:58:19 +0000 (20:58 +0000)]
    * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
        * config/darwin.c (machopic_stub_name): Account for internally
        generated lib calls such as memcpy.

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

22 years ago * unwind.h (_UA_END_OF_STACK): New flag.
rth [Tue, 4 Sep 2001 18:20:21 +0000 (18:20 +0000)]
    * unwind.h (_UA_END_OF_STACK): New flag.
        * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.

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

22 years ago * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
ghazi [Tue, 4 Sep 2001 18:19:18 +0000 (18:19 +0000)]
* asprintf.c: Don't define USE_STDARG.  Use VPARAMS, VA_OPEN,
VA_FIXEDARG & VA_CLOSE.

* vasprintf.c: Check HAVE_STRING_H when including string.h.
(checkit): Delete redundant prototype.  Add ATTRIBUTE_PRINTF_1.
Use VA_OPEN, VA_FIXEDARG & VA_CLOSE.  Free allocated string.

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

22 years ago Fix for PR libgcj/4213:
tromey [Tue, 4 Sep 2001 17:18:20 +0000 (17:18 +0000)]
Fix for PR libgcj/4213:
* Makefile.am (ordinary_java_source_files): Added new file.
* gnu/gcj/text/LocaleData.java: New file.

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

22 years ago * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
law [Tue, 4 Sep 2001 17:14:31 +0000 (17:14 +0000)]
    * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.

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

22 years ago * config/mips/mips.c (save_restore_insns): Change base_offset to
rsandifo [Tue, 4 Sep 2001 15:02:17 +0000 (15:02 +0000)]
* config/mips/mips.c (save_restore_insns): Change base_offset to
fp_offset in second call to mips_emit_frame_related_store.

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

22 years ago * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
hp [Tue, 4 Sep 2001 13:47:28 +0000 (13:47 +0000)]
* doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
sometimes be represented as a NOTE of type
NOTE_INSN_DELETED_LABEL.
(Insns): Document NOTE_INSN_DELETED_LABEL.

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

22 years ago2001-09-04 David S. Miller <davem@redhat.com>
davem [Tue, 4 Sep 2001 13:10:26 +0000 (13:10 +0000)]
2001-09-04  David S. Miller  <davem@redhat.com>

Simplify length insn attribute and make more judicious use
of insn attribute defaulting.
* config/sparc/sparc.md (all insns with length > one): Mark as
insn type multi if real instructions, else use default if
it is a forced splitter.
(all insns with length == one): Use default insn length.
(all insns of type ialu): Use default insn type.

Fix erroneous insn attribute settings.
(addx): Set insn type to misc.
(mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64,
const_umulsidi3_sp64): Set insn type to imul.

Track SFmode vs DFmode insns according to UltraSPARC
scheduling rules.
* config/sparc/sparc.md ("fptype"): New attribute, default
to "single".
(all DFmode single insns): Mark as fptype "double".

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

22 years agocp:
nathan [Tue, 4 Sep 2001 12:21:33 +0000 (12:21 +0000)]
cp:
PR c++/4203
* call.c (build_over_call): Do not optimize any empty base
construction.
testsuite:
PR c++/4203
* g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
* g++.dg/init/empty1.C: New test.

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

22 years ago * c-common.h (tree_dump_index): Add more comments.
nathan [Tue, 4 Sep 2001 12:12:50 +0000 (12:12 +0000)]
* c-common.h (tree_dump_index): Add more comments.
* c-dump.c (dump_files): Name flags `tree' rather than `ast'.
(dump_option_value_info): New struct.
(dump_options): New array.
(dump_switch_p): Parse switch options symbolically.
* doc/invoke.texi (-fdump-ast): Rename to ...
(-fdump-tree): ... here. Document that options are symbolic, and
not all are applicable.

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

22 years ago2001-09-04 David S. Miller <davem@redhat.com>
davem [Tue, 4 Sep 2001 10:43:46 +0000 (10:43 +0000)]
2001-09-04  David S. Miller  <davem@redhat.com>

Cleanup redundant and unused insn attributes.
* config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
binary, and move.  Mark ialu as default.
(commented out define_function_unit "alu"): Kill.
(define_attr "use_clobbered"): Kill.
(whole file): Kill address insn type references.  Replace
all unary/binary/move references with ialu.
* config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
references.  Replace TYPE_{UNARY,BINARY,MOVE} references with
TYPE_IALU.

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

22 years ago2001-09-04 David S. Miller <davem@redhat.com>
davem [Tue, 4 Sep 2001 10:10:17 +0000 (10:10 +0000)]
2001-09-04  David S. Miller  <davem@redhat.com>

* config/sparc/sparc.md (define_splits): Kill constraints.

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

22 years agoDaily bump.
gccadmin [Tue, 4 Sep 2001 07:16:40 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * java/lang/reflect/natField.cc (set): Allow for case when the
tromey [Tue, 4 Sep 2001 03:03:33 +0000 (03:03 +0000)]
* java/lang/reflect/natField.cc (set): Allow for case when the
value is null.  Fixes PR libgcj/4208.

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

22 years agoNew file.
rth [Mon, 3 Sep 2001 20:57:15 +0000 (20:57 +0000)]
New file.

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

22 years ago * loop.c (express_from_1): Fix CONSTANT_P(a) case.
jakub [Mon, 3 Sep 2001 20:54:02 +0000 (20:54 +0000)]
* loop.c (express_from_1): Fix CONSTANT_P(a) case.

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

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

22 years ago * function.h (struct function): Add arg_pointer_save_area_init.
rth [Mon, 3 Sep 2001 20:50:33 +0000 (20:50 +0000)]
    * function.h (struct function): Add arg_pointer_save_area_init.
        * function.c (expand_function_end): Init arg_pointer_save_area.
        (get_arg_pointer_save_area): Do not init arg_pointer_save_area
        when called from a nested function.

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

22 years agoDaily bump.
gccadmin [Mon, 3 Sep 2001 20:50:23 +0000 (20:50 +0000)]
Daily bump.

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

22 years ago * libsupc++/eh_personality.cc (parse_lsda_header): Change type of
rsandifo [Mon, 3 Sep 2001 12:24:24 +0000 (12:24 +0000)]
* libsupc++/eh_personality.cc (parse_lsda_header): Change type of
tmp from _Unwind_Ptr to _Unwind_Word.

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

22 years ago * fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
geoffk [Sun, 2 Sep 2001 22:05:56 +0000 (22:05 +0000)]
* fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
is enabled.

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

22 years ago * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.
hubicka [Sun, 2 Sep 2001 16:38:46 +0000 (16:38 +0000)]
* reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.

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

22 years agoDaily bump.
gccadmin [Sun, 2 Sep 2001 07:16:12 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * java/security/spec/AlgorithmParameterSpec.java,
tromey [Sun, 2 Sep 2001 06:36:55 +0000 (06:36 +0000)]
* java/security/spec/AlgorithmParameterSpec.java,
java/security/spec/KeySpec.java: Re-merged with Classpath.

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

22 years ago * gcj/javaprims.h: Regenerated class list.
tromey [Sun, 2 Sep 2001 06:26:09 +0000 (06:26 +0000)]
* gcj/javaprims.h: Regenerated class list.
* java/lang/IllegalThreadStateException.java,
java/lang/InstantiationException.java: Minor comment tweaks to
satisfy libgcj `classes.pl' script.

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

22 years ago * Makefile.in: Rebuilt.
tromey [Sun, 2 Sep 2001 06:18:49 +0000 (06:18 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added
UnsupportedClassVersionError.
* java/lang/UnsupportedClassVersionError.java: New file from
Classpath.

* java/io/CharConversionException.java, java/io/EOFException.java,
java/io/FileNotFoundException.java, java/io/IOException.java,
java/io/InterruptedIOException.java,
java/io/ObjectStreamException.java,
java/io/OptionalDataException.java,
java/io/StreamCorruptedException.java,
java/io/SyncFailedException.java,
java/io/UTFDataFormatException.java,
java/io/UnsupportedEncodingException.java,
java/lang/AbstractMethodError.java,
java/lang/ArithmeticException.java,
java/lang/ArrayIndexOutOfBoundsException.java,
java/lang/ArrayStoreException.java,
java/lang/ClassCastException.java,
java/lang/ClassCircularityError.java,
java/lang/ClassFormatError.java,
java/lang/CloneNotSupportedException.java, java/lang/Error.java,
java/lang/Exception.java,
java/lang/ExceptionInInitializerError.java,
java/lang/IllegalAccessError.java,
java/lang/IllegalAccessException.java,
java/lang/IllegalArgumentException.java,
java/lang/IllegalMonitorStateException.java,
java/lang/IllegalStateException.java,
java/lang/IllegalThreadStateException.java,
java/lang/IncompatibleClassChangeError.java,
java/lang/IndexOutOfBoundsException.java,
java/lang/InstantiationError.java,
java/lang/InstantiationException.java,
java/lang/InternalError.java, java/lang/InterruptedException.java,
java/lang/LinkageError.java,
java/lang/NegativeArraySizeException.java,
java/lang/NoClassDefFoundError.java,
java/lang/NoSuchFieldError.java,
java/lang/NoSuchFieldException.java,
java/lang/NoSuchMethodError.java,
java/lang/NoSuchMethodException.java,
java/lang/NullPointerException.java,
java/lang/NumberFormatException.java,
java/lang/OutOfMemoryError.java, java/lang/RuntimeException.java,
java/lang/SecurityException.java,
java/lang/StackOverflowError.java,
java/lang/StringIndexOutOfBoundsException.java,
java/lang/ThreadDeath.java, java/lang/UnknownError.java,
java/lang/UnsatisfiedLinkError.java,
java/lang/UnsupportedOperationException.java,
java/lang/VerifyError.java, java/lang/VirtualMachineError.java,
java/lang/reflect/InvocationTargetException.java,
java/net/BindException.java, java/net/ConnectException.java,
java/net/MalformedURLException.java,
java/net/NoRouteToHostException.java,
java/net/ProtocolException.java, java/net/SocketException.java,
java/net/UnknownHostException.java,
java/net/UnknownServiceException.java,
java/text/ParseException.java: Copied from Classpath, thanks to
Mark Wielaard who did the merge.

* java/lang/System.java (getProperty): Use single argument form of
SecurityManager.checkPropertyAccess.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added VMSecurityManager.
* java/lang/VMSecurityManager.java: New file.
* java/lang/SecurityManager.java: Merged with Classpath.

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

22 years ago * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
geoffk [Sun, 2 Sep 2001 01:14:45 +0000 (01:14 +0000)]
* expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
(emit_push_insn): Use specified padding direction when
STACK_PUSH_CODE is POST_INC.

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

22 years ago * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
geoffk [Sat, 1 Sep 2001 18:31:46 +0000 (18:31 +0000)]
* config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.

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

22 years ago * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
ghazi [Sat, 1 Sep 2001 11:16:24 +0000 (11:16 +0000)]
* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.

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

22 years ago * cppinit.c (cpp_start_read): Free the imacros list as we
neil [Sat, 1 Sep 2001 10:22:17 +0000 (10:22 +0000)]
* cppinit.c (cpp_start_read): Free the imacros list as we
traverse it.  Don't free the chains before returning.
(_cpp_push_next_buffer): Only try pushing buffers if we've
completed -imacros handling.

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

22 years agoDaily bump.
gccadmin [Sat, 1 Sep 2001 07:16:11 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Sat, 1 Sep 2001 04:54:05 +0000 (04:54 +0000)]
2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>

* libjava.compile/final_assignment_check.java: New file.
* libjava.compile/final_assignment_check.xfail: Likewise.
* libjava.compile/final_local_switch.java: Likewise.

(http://gcc.gnu.org/ml/java-patches/2001-q3/msg00342.html )

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

22 years ago2001-08-30 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Sat, 1 Sep 2001 04:42:50 +0000 (04:42 +0000)]
2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>

* parse.y (patch_assignment): Don't verify final re-assignment here.
(java_complete_lhs): Verify assignments to finals calling
patch_assignment. Verify re-assignments to finals before calling
patch_assignment.

2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>

* parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
Fixes PR java/1413

2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>

* lex.c (java_lex): new local found_hex_digits. Set and then used
in test to reject invalid hexadecimal numbers.
* parse.y (java_complete_tree): Prevent unwanted cast with
initialized floating point finals.
(patch_binop): Emit a warning when detecting a division by zero,
mark result not constant, don't simplify non integer division.

(http://gcc.gnu.org/ml/java-patches/2001-q3/msg00343.html )

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

22 years ago * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.
bothner [Sat, 1 Sep 2001 01:26:14 +0000 (01:26 +0000)]
* gcj/javaprims.h (_Jv_RegisterClassHook):  New extern declaration.
(_Jv_RegisterClassHookDefault):  Likewise.
* java/lang/Class.h (_Jv_RegisterClassHookDefault):  Declare as friend.
* java/lang/natClassLoader.cc (_Jv_RegisterClassHook):  New variable.
(_Jv_RegisterClassHookDefault):  New.function.
(_Jv_RegisterClasses):  Call _Jv_RegisterClassHook.

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

22 years ago * java/lang/ClassLoader.java (system): Remove static field.
bothner [Sat, 1 Sep 2001 01:17:24 +0000 (01:17 +0000)]
* java/lang/ClassLoader.java (system):  Remove static field.
(getSystemClassLoader):  Get gnu.gcj.runtime.VMClassLoader.instance
directly instead of using it to set the system field.
(loadClass):  Use VMClassLoader.instance instead of system field.
(findSystemClass):   Similar.
* prims.cc (_Jv_RunMain):  Clear VMClassLoader::instance rather
than ClassLoader::system which no longer exists.
* java/lang/natClassLoader.java (_Jv_FindClass):  Simplify.

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

22 years ago * java/io/BufferedReader.java, java/io/ObjectInput.java,
tromey [Sat, 1 Sep 2001 00:59:09 +0000 (00:59 +0000)]
* java/io/BufferedReader.java, java/io/ObjectInput.java,
java/io/ObjectInputValidation.java, java/io/ObjectOutput.java:
Re-merged with Classpath.

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

22 years agoMerged from gcc-3_0-branch:
aoliva [Sat, 1 Sep 2001 00:47:19 +0000 (00:47 +0000)]
Merged from gcc-3_0-branch:
2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
* ltcf-c.sh: Use $objext, not $ac_objext.
2001-07-27  Mark Kettenis  <kettenis@gnu.org>
* ltcf-cxx.sh: Add support for GNU.
2001-07-22  Timothy Wall  <twall@redhat.com>
* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
default settings if using GNU tools with that configuration.
* ltcf-cxx.sh: Ditto.
* ltcf-gcj.sh: Ditto.
2001-07-21  Michael Chastain  <chastain@redhat.com>
* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
* ltmain.sh: Mark as gcc-local.

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

22 years ago2001-08-31 Eric Christopher <echristo@redhat.com>
echristo [Sat, 1 Sep 2001 00:23:53 +0000 (00:23 +0000)]
2001-08-31  Eric Christopher  <echristo@redhat.com>

* gcc.c (handle_braces): Add explaination for abort.

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

22 years ago * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
rth [Fri, 31 Aug 2001 23:09:11 +0000 (23:09 +0000)]
    * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
        for m68k.

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

22 years ago * expmed.c (store_bit_field): Update to patch from 2001-08-27:
rth [Fri, 31 Aug 2001 22:54:19 +0000 (22:54 +0000)]
    * expmed.c (store_bit_field): Update to patch from 2001-08-27:
        move adjustment of bitpos instead.

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

22 years ago Re-merge with Classpath:
tromey [Fri, 31 Aug 2001 22:31:40 +0000 (22:31 +0000)]
Re-merge with Classpath:
* java/util/Comparator (equals): Added.
* java/io/PipedWriter.java (write): Changed argument to `int'.

* java/io/FileDescriptor.java (FileDescriptor()): New
constructor.
* java/io/File.java (getAbsoluteFile): Doesn't throw IOException.

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

22 years ago * function.c: Remove all_functions. Make outer_function_chain
zack [Fri, 31 Aug 2001 22:22:02 +0000 (22:22 +0000)]
* function.c: Remove all_functions.  Make outer_function_chain
static.
(init_function_start): Don't add new function structure to
all_functions.
(find_function_data, push_function_context_to,
pop_function_context_from, put_var_into_stack,
trampoline_address): Update for changed structure element names.
(push_function_context_to): Disentangle.
(free_after_compilation): Also free F.
(expand_dummy_function_end): Don't free cfun here.
(put_var_into_stack): Comment why we can't use find_function_data here.
(fix_lexical_addr, trampoline_address, ): Use find_function_data.
(mark_function_chain): Split into maybe_mark_struct_function and
ggc_mark_struct_function.  Export the latter.
(init_function_once): Mark from cfun and outer_function_chain;
not all_functions.

* function.h (struct function): Kill next_global.  Rename next
to outer.  All users updated to match.
(all_functions, outer_function_chain): Don't declare.

* ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
* integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
don't touch f->inlinable, after calling rest_of_compilation.

* tree.h: Forward-declare struct function.  Prototype
ggc_mark_struct_function.

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

22 years ago * Makefile.in: Rebuilt.
tromey [Fri, 31 Aug 2001 21:31:20 +0000 (21:31 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Removed
EnumerationChain, added DoubleEnumeration.
(nat_source_files): Added natResourceBundle.cc.
* java/util/natResourceBundle.cc: New file.
* gnu/java/util/DoubleEnumeration.java: New file.
* gnu/gcj/util/EnumerationChain.java: Removed.
* java/beans/VetoableChangeSupport.java: Merged with Classpath.
* java/util/ResourceBundle.java: Merged with Classpath.
* java/util/StringTokenizer.java: Merged with Classpath.
* java/util/Locale.java: Merged with Classpath.
* java/util/Random.java: Merged with Classpath.
* java/util/PropertyResourceBundle.java: Merged with Classpath.
* java/util/ListResourceBundle.java: Merged with Classpath.
* java/util/ConcurrentModificationException.java: Re-merged with
Classpath.
* java/util/EmptyStackException.java: Likewise.
* java/util/MissingResourceException.java: Likewise.
* java/util/NoSuchElementException.java: Likewise.
* java/util/TooManyListenersException.java: Likewise.

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

22 years ago * config/h8300/h8300.md (*andorhi3): Fix typos.
kazu [Fri, 31 Aug 2001 20:13:38 +0000 (20:13 +0000)]
* config/h8300/h8300.md (*andorhi3): Fix typos.

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

22 years ago * class.c (set_constant_value): When not emiting class files, then a
bothner [Fri, 31 Aug 2001 20:07:31 +0000 (20:07 +0000)]
* class.c (set_constant_value):  When not emiting class files, then a
String ConstantValue is a utf8const_ptr_type.

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

22 years ago * calls.c (emit_library_call_value): Don't use a fixed
ghazi [Fri, 31 Aug 2001 19:28:58 +0000 (19:28 +0000)]
* calls.c (emit_library_call_value): Don't use a fixed
argument after VA_CLOSE, i.e. out of scope in traditional C.

* emit-rtl.c (gen_rtvec): Likewise.

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

22 years ago * Makefile.in (c-pragma.o): Depend on output.h.
ghazi [Fri, 31 Aug 2001 19:27:12 +0000 (19:27 +0000)]
* Makefile.in (c-pragma.o): Depend on output.h.
(reorg.o): Depend on except.h.

* c-pragma.c: Include output.h.

* reorg.c: Include except.h.

* unwind-dw2.c: Call __builtin_alloca, not alloca.

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

22 years ago * sched-deps.c (add_dependence): Don't elide dependancy if the
rth [Fri, 31 Aug 2001 18:01:08 +0000 (18:01 +0000)]
    * sched-deps.c (add_dependence): Don't elide dependancy if the
        conditional used by insn is modified in elem.

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

22 years ago * error.c (dump_template_decl): Output template parameters
lerdsuwa [Fri, 31 Aug 2001 17:46:06 +0000 (17:46 +0000)]
* error.c (dump_template_decl): Output template parameters
together with their specifiers.
Output `class' prefix for template template parameter.
(dump_decl): Fix formatting.

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