gcc.git
22 years ago* reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
Jan Hubicka [Sat, 8 Sep 2001 20:01:54 +0000 (22:01 +0200)]
* reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.

From-SVN: r45490

22 years agoDaily bump.
GCC Administrator [Sat, 8 Sep 2001 07:16:10 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45488

22 years ago* i386.h (TARGET_SWITCHES): Fix spelling of option.
Andreas Jaeger [Sat, 8 Sep 2001 06:31:52 +0000 (08:31 +0200)]
* i386.h (TARGET_SWITCHES): Fix spelling of option.

From-SVN: r45487

22 years agoinstall.texi: Explain AIX exception handling work-around.
David Edelsohn [Sat, 8 Sep 2001 06:24:00 +0000 (06:24 +0000)]
install.texi: Explain AIX exception handling work-around.

        * doc/install.texi: Explain AIX exception handling work-around.
        Update URL for AIX fixes.

From-SVN: r45486

22 years agors6000.c (num_insns_constant): Compute number of instructions more accurately.
David Edelsohn [Sat, 8 Sep 2001 02:40:36 +0000 (02:40 +0000)]
rs6000.c (num_insns_constant): Compute number of instructions more accurately.

        * rs6000.c (num_insns_constant): Compute number of instructions
        more accurately.

From-SVN: r45484

22 years agore PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/super.c)
Jim Wilson [Fri, 7 Sep 2001 23:25:01 +0000 (23:25 +0000)]
re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/super.c)

Fix for PR 3783.
* alias.c (clear_reg_alias_info): New.
* flow.c (attempt_auto_inc): Call clear_reg_alias_info.
* rtl.h (clear_reg_alias_info): Declare.

From-SVN: r45482

22 years agoreal.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is available.
Roman Lechtchinsky [Fri, 7 Sep 2001 22:33:56 +0000 (22:33 +0000)]
real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is available.

        * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
        available.
        (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
        (m16m,edivm,emulm): Change declaration to match definition.

From-SVN: r45481

22 years agoreload.c (push_reload): Check for subreg_lowpart_p instead of SUBREG_BYTE being 0...
Roman Lechtchinsky [Fri, 7 Sep 2001 22:19:05 +0000 (22:19 +0000)]
reload.c (push_reload): Check for subreg_lowpart_p instead of SUBREG_BYTE being 0 when...

        * reload.c (push_reload): Check for subreg_lowpart_p instead of
        SUBREG_BYTE being 0 when determining if the inner part of a subreg
        can be reloaded.

From-SVN: r45480

22 years agoc-common.c (signed_or_unsigned_type): Handle machine mode types which have no corresp...
Richard Henderson [Fri, 7 Sep 2001 22:14:43 +0000 (15:14 -0700)]
c-common.c (signed_or_unsigned_type): Handle machine mode types which have no corresponding C type.

        * c-common.c (signed_or_unsigned_type): Handle machine mode types
        which have no corresponding C type.
        * fold_const.c (target_isinf,target_isnan,target_negative): Update
        the representation of 64-bit doubles to work with 64-bit ints.

From-SVN: r45479

22 years agomips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU_STRING_...
Aldy Hernandez [Fri, 7 Sep 2001 21:29:05 +0000 (21:29 +0000)]
mips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU_STRING_DEFAULT was specified.

        * config/mips/mips.c (override_options): Do not override ISA when ABI
        specified if MIPS_CPU_STRING_DEFAULT was specified.

From-SVN: r45476

22 years agojava-tree.h (compile_resource_file): Grouped with other prototypes.
Alexandre Petit-Bianco [Fri, 7 Sep 2001 18:40:26 +0000 (11:40 -0700)]
java-tree.h (compile_resource_file): Grouped with other prototypes.

2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>

* java-tree.h (compile_resource_file): Grouped with other prototypes.
* jvspec.c (lang_specific_driver): Removed unused local `ptr.'

(http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00249.html )

From-SVN: r45475

22 years agore PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3.1 experm...
Alexandre Petit-Bianco [Fri, 7 Sep 2001 18:30:29 +0000 (11:30 -0700)]
re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3.1 expermental.)

2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>

* jcf-write.c (generate_classfile): Issue an error in case of
field/initial value mismatch.
* parse.y (analyze_clinit_body): Keep <clinit> if an array is
being initialized and we're generating bytecode.
(java_complete_lhs): In MODIFY_EXPR section: added comments,
set DECL_INITIAL properly when appropriate.
Fixes PR java/4230
Fixes PR java/4204

(http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00247.html )

From-SVN: r45474

22 years agoloop.c (record_giv): Avoid simplifying MULT to ASHIFT.
Richard Henderson [Fri, 7 Sep 2001 18:14:32 +0000 (11:14 -0700)]
loop.c (record_giv): Avoid simplifying MULT to ASHIFT.

        * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
        (express_from_1): Wrap lines.
        * rtlanal.c (commutative_operand_precedence): Rename from
        operand_preference; export.
        * rtl.h: Declare it.
        * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
        (simplify_binary_operation): Invoke simplify_plus_minus on
        (CONST (PLUS ...)) as well.
        (struct simplify_plus_minus_op_data): New.
        (simplify_plus_minus_op_data_cmp): New.
        (simplify_plus_minus): Use them.  Avoid infinite recursion with
        simplify_binary_operation wrt CONST.

From-SVN: r45473

22 years agoResourceBundle fixes
Anthony Green [Fri, 7 Sep 2001 18:14:20 +0000 (18:14 +0000)]
ResourceBundle fixes

From-SVN: r45472

22 years agoh8300-protos.h (general_operand_dst_push): Remove.
Kazu Hirata [Fri, 7 Sep 2001 17:55:47 +0000 (17:55 +0000)]
h8300-protos.h (general_operand_dst_push): Remove.

        * h8300-protos.h (general_operand_dst_push): Remove.
        * h8300.c (general_operand_dst_push): Likewise.
        * h8300.h (OK_FOR_T): Likewise.
        (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
        * h8300.md (pushqi_h8300): New.
        (pushqi_h8300hs): Likewise.
        (pushqi): Likewise.
        (pushhi_h8300): Likewise.
        (pushhi_h8300hs): Likewise.
        (pushhi): Likewise.

From-SVN: r45470

22 years agogenattrtab.c (attr_printf): First arg is unsigned.
Richard Kenner [Fri, 7 Sep 2001 16:52:26 +0000 (16:52 +0000)]
genattrtab.c (attr_printf): First arg is unsigned.

* genattrtab.c (attr_printf): First arg is unsigned.
Clean up formatting of callers.

From-SVN: r45469

22 years agoTest gcov output for functions that use longjmp.
Janis Johnson [Fri, 7 Sep 2001 16:42:54 +0000 (16:42 +0000)]
Test gcov output for functions that use longjmp.

From-SVN: r45468

22 years agoControl which kinds of gcov output to verify.
Janis Johnson [Fri, 7 Sep 2001 16:42:04 +0000 (16:42 +0000)]
Control which kinds of gcov output to verify.

From-SVN: r45467

22 years agoAdd support for a .x file to control XFAIL and wich kinds of gcov output
Janis Johnson [Fri, 7 Sep 2001 16:39:44 +0000 (16:39 +0000)]
Add support for a .x file to control XFAIL and wich kinds of gcov output
to verify.

From-SVN: r45466

22 years agogcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output...
Janis Johnson [Fri, 7 Sep 2001 16:38:32 +0000 (16:38 +0000)]
gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output to verify.

* gcc.misc-tests/gcov.exp: Add support for a .x file to control
XFAIL and which kinds of gcov output to verify.
* gcc.misc-tests/gcov-4b.x: New file.
* gcc.misc-tests/gcov-5b.x: New file.
* gcc.misc-tests/gcov-6.x: New file.
* gcc.misc-tests/gcov-7.c: New test.
* gcc.misc-tests/gcov-7.x: New file.

From-SVN: r45465

22 years agomips.c (override_options): Allow abi32 with 64 bit registers.
Aldy Hernandez [Fri, 7 Sep 2001 12:52:49 +0000 (12:52 +0000)]
mips.c (override_options): Allow abi32 with 64 bit registers.

    * config/mips/mips.c (override_options): Allow abi32 with 64 bit
registers.

From-SVN: r45464

22 years ago* i386.h (TARGET_SWITCHES): Fix descriptions.
Andreas Jaeger [Fri, 7 Sep 2001 08:57:13 +0000 (10:57 +0200)]
* i386.h (TARGET_SWITCHES): Fix descriptions.

From-SVN: r45463

22 years agoDaily bump.
GCC Administrator [Fri, 7 Sep 2001 08:55:16 +0000 (08:55 +0000)]
Daily bump.

From-SVN: r45462

22 years agotypeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.
Matt Kraai [Fri, 7 Sep 2001 08:54:32 +0000 (08:54 +0000)]
typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.

        * java/typeck.c (java_array_type_length, build_prim_array_type):
        Represent empty arrays by NULL index.

        * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.

From-SVN: r45460

22 years agorevert: gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse...
Richard Sandiford [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...

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.

From-SVN: r45459

22 years agoRuleBasedCollator.java (clone): Rewrote.
Tom Tromey [Fri, 7 Sep 2001 00:15:47 +0000 (00:15 +0000)]
RuleBasedCollator.java (clone): Rewrote.

* 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.

From-SVN: r45458

22 years agoRemove OP_IDENTIFIER.
Ira Ruben [Thu, 6 Sep 2001 23:49:39 +0000 (23:49 +0000)]
Remove OP_IDENTIFIER.

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.

From-SVN: r45457

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

From-SVN: r45456

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

From-SVN: r45454

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

From-SVN: r45453

22 years agogcov.exp: Add support for call return percentages.
Janis Johnson [Thu, 6 Sep 2001 23:25:58 +0000 (23:25 +0000)]
gcov.exp: Add support for call return percentages.

* gcc.misc-tests/gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov-6.c: New test.

From-SVN: r45452

22 years agojvm.h: Declare _Jv_RegisterResource.
Anthony Green [Thu, 6 Sep 2001 22:32:54 +0000 (22:32 +0000)]
jvm.h: Declare _Jv_RegisterResource.

        * 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.

From-SVN: r45450

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

From-SVN: r45449

22 years agoclass.c (O_BINARY): Define if necessary.
Anthony Green [Thu, 6 Sep 2001 22:22:44 +0000 (22:22 +0000)]
class.c (O_BINARY): Define if necessary.

        * 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.

From-SVN: r45448

22 years agosimplify-rtx.c (simplify_binary_operation): Simplify contents of CONST.
Richard Henderson [Thu, 6 Sep 2001 22:14:43 +0000 (15:14 -0700)]
simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST.

        * simplify-rtx.c (simplify_binary_operation): Simplify contents
        of CONST.

From-SVN: r45447

22 years agors6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR register.
Franz Sirl [Thu, 6 Sep 2001 18:12:53 +0000 (18:12 +0000)]
rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR register.

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.

From-SVN: r45444

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

From-SVN: r45442

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

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.

Co-Authored-By: Joern Rennecke <amylaar@cygnus.com>
From-SVN: r45441

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

From-SVN: r45436

22 years agore PR c++/3986 (ICE in build_rtti_vtbl_entries)
Nathan Sidwell [Thu, 6 Sep 2001 09:03:31 +0000 (09:03 +0000)]
re PR c++/3986 (ICE in build_rtti_vtbl_entries)

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.

From-SVN: r45435

22 years agoRemove TYPE_NONCOPIED_PARTS.
Nathan Sidwell [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.

From-SVN: r45434

22 years agofor some reason this was missed in the
Nathan Sidwell [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

From-SVN: r45433

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

From-SVN: r45431

22 years agors6000.c (mask_operand): Use signed vars to avoid compiler warnings.
Alan Modra [Thu, 6 Sep 2001 02:19:58 +0000 (02:19 +0000)]
rs6000.c (mask_operand): Use signed vars to avoid compiler warnings.

* 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.

From-SVN: r45430

22 years agoobjc-act.c (build_message_expr): If a class method cannot be found...
Ziemowit Laski [Thu, 6 Sep 2001 00:26:34 +0000 (00:26 +0000)]
objc-act.c (build_message_expr): If a class method cannot be found...

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.

From-SVN: r45428

22 years agotestsuite_flags.in: No longer need to search testsuite builddir.
Phil Edwards [Wed, 5 Sep 2001 22:38:06 +0000 (22:38 +0000)]
testsuite_flags.in: No longer need to search testsuite builddir.

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.

From-SVN: r45426

22 years agoFrom Eric Blake, via Classpath:
Tom 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.

From-SVN: r45425

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

From-SVN: r45422

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

From-SVN: r45421

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

From-SVN: r45420

22 years agofunction.c (ggc_mark_struct_function): Mark f->outer.
Zack Weinberg [Wed, 5 Sep 2001 17:48:26 +0000 (17:48 +0000)]
function.c (ggc_mark_struct_function): Mark f->outer.

* 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.

From-SVN: r45419

22 years agonatClassLoader.cc: Include VirtualMachineError.h
Corey Minyard [Wed, 5 Sep 2001 17:48:18 +0000 (17:48 +0000)]
natClassLoader.cc: Include VirtualMachineError.h

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.

Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r45418

22 years agonatSystem.cc (init_properties): Default locale is en_US, not just en.
Tom Tromey [Wed, 5 Sep 2001 17:11:57 +0000 (17:11 +0000)]
natSystem.cc (init_properties): Default locale is en_US, not just en.

* java/lang/natSystem.cc (init_properties): Default locale is
en_US, not just en.

From-SVN: r45417

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

From-SVN: r45416

22 years agoi386.c (size_cost): New static variable.
Jan Hubicka [Wed, 5 Sep 2001 15:32:12 +0000 (17:32 +0200)]
i386.c (size_cost): New static variable.

* 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.

From-SVN: r45415

22 years agosom.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
John David Anglin [Wed, 5 Sep 2001 14:57:00 +0000 (14:57 +0000)]
som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.

* som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
* pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
UNALIGNED_DOUBLE_INT_ASM_OP): Define

From-SVN: r45414

22 years agostor-layout.c (layout_type): Complain if an array's size can not be represented in...
Jeffrey A 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.

        * 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.

Co-Authored-By: Jason Merrill <jason@redhat.com>
From-SVN: r45413

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

* gcc.c: (process_command) Add parentheses around assignment
used as truth value.

From-SVN: r45411

22 years agogcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and...
David Billinghurst [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_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.

From-SVN: r45410

22 years agomips.c (save_restore_insns): Don't mark any register save slots as unchanging if...
Richard Sandiford [Wed, 5 Sep 2001 08:45:33 +0000 (08:45 +0000)]
mips.c (save_restore_insns): Don't mark any register save slots as unchanging if...

  * config/mips/mips.c (save_restore_insns): Don't mark any register
save slots as unchanging if current_function_calls_eh_return.

From-SVN: r45406

22 years agoalpha.c (alpha_legitimate_address_p): New.
Richard Henderson [Wed, 5 Sep 2001 08:43:13 +0000 (01:43 -0700)]
alpha.c (alpha_legitimate_address_p): New.

        * 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.

From-SVN: r45405

22 years ago20010904-1.c: New test.
Jakub Jelinek [Wed, 5 Sep 2001 08:39:33 +0000 (10:39 +0200)]
20010904-1.c: New test.

* gcc.c-torture/execute/20010904-1.c: New test.
* gcc.c-torture/execute/20010904-2.c: New test.

From-SVN: r45404

22 years agot-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
Richard Sandiford [Wed, 5 Sep 2001 08:39:06 +0000 (08:39 +0000)]
t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.

* config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
(crti.o): Prefix name of object file with $(T).
(crtn.o): Likewise.

From-SVN: r45403

22 years agolinux.h: Set CPLUSPLUS_CPP_SPEC.
David S. Miller [Wed, 5 Sep 2001 08:36:49 +0000 (01:36 -0700)]
linux.h: Set CPLUSPLUS_CPP_SPEC.

* config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
* config/sparc/linux64.h: Likewise.

From-SVN: r45402

22 years agoinvoke.texi (i386 Options): -mwide-multiply is not available anymore, remove the...
Andreas Jaeger [Wed, 5 Sep 2001 08:30:39 +0000 (10:30 +0200)]
invoke.texi (i386 Options): -mwide-multiply is not available anymore, remove the documentation.

* 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.

From-SVN: r45400

22 years agoalpha.c (alpha_expand_mov, [...]): New functions split out of md file expanders.
Richard Henderson [Wed, 5 Sep 2001 07:46:54 +0000 (00:46 -0700)]
alpha.c (alpha_expand_mov, [...]): New functions split out of md file expanders.

        * 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.

From-SVN: r45399

22 years agoMessageFormat.java (setLocale): Don't catch ParseException here, DecimalFormat.applyP...
Bryce McKinlay [Wed, 5 Sep 2001 07:26:33 +0000 (07:26 +0000)]
MessageFormat.java (setLocale): Don't catch ParseException here, DecimalFormat.applyPattern() does not throw it.

        * java/text/MessageFormat.java (setLocale): Don't catch ParseException
        here, DecimalFormat.applyPattern() does not throw it.

From-SVN: r45398

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

From-SVN: r45396

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

From-SVN: r45395

22 years agoreload.c (push_reload): Export.
Richard Henderson [Wed, 5 Sep 2001 05:54:09 +0000 (22:54 -0700)]
reload.c (push_reload): Export.

        * 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.

From-SVN: r45392

22 years agoAbstractMap.java: Re-merged with Classpath.
Tom Tromey [Wed, 5 Sep 2001 00:14:15 +0000 (00:14 +0000)]
AbstractMap.java: Re-merged with Classpath.

* java/util/AbstractMap.java: Re-merged with Classpath.
* java/util/IdentityHashMap.java: Re-merged with Classpath.

From-SVN: r45391

22 years agoSimpleDateFormat.java: Re-merged with Classpath.
Tom Tromey [Wed, 5 Sep 2001 00:00:55 +0000 (00:00 +0000)]
SimpleDateFormat.java: Re-merged with Classpath.

* 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.

From-SVN: r45390

22 years agoiterator.h: Include <bits/std_iterator.h>, remove reverse_bidirectional_iterator.
Scott Johnston [Tue, 4 Sep 2001 22:05:33 +0000 (22:05 +0000)]
iterator.h: Include <bits/std_iterator.h>, remove reverse_bidirectional_iterator.

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.

Co-Authored-By: Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
From-SVN: r45389

22 years agoparse.y (maybe_yank_clinit): A field without an initializer is not relevant.
Per Bothner [Tue, 4 Sep 2001 21:50:31 +0000 (14:50 -0700)]
parse.y (maybe_yank_clinit): A field without an initializer is not relevant.

* 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.

From-SVN: r45388

22 years agostd_c*.h: Don't use include_next.
Benjamin Kosnik [Tue, 4 Sep 2001 21:42:24 +0000 (21:42 +0000)]
std_c*.h: Don't use include_next.

2001-09-04  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r45387

22 years agodecl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.
Mark Mitchell [Tue, 4 Sep 2001 21:04:59 +0000 (21:04 +0000)]
decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.

* 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.

From-SVN: r45386

22 years agodarwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
Stan Shebs [Tue, 4 Sep 2001 20:58:19 +0000 (20:58 +0000)]
darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.

        * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
        * config/darwin.c (machopic_stub_name): Account for internally
        generated lib calls such as memcpy.

From-SVN: r45385

22 years agounwind.h (_UA_END_OF_STACK): New flag.
Richard Henderson [Tue, 4 Sep 2001 18:20:21 +0000 (11:20 -0700)]
unwind.h (_UA_END_OF_STACK): New flag.

        * unwind.h (_UA_END_OF_STACK): New flag.
        * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.

From-SVN: r45384

22 years agoasprintf.c: Don't define USE_STDARG.
Kaveh R. Ghazi [Tue, 4 Sep 2001 18:19:18 +0000 (18:19 +0000)]
asprintf.c: Don't define USE_STDARG.

* 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.

From-SVN: r45382

22 years agore PR libgcj/4213 (SimpleDateFormat constructor SEGV's.)
Tom Tromey [Tue, 4 Sep 2001 17:18:20 +0000 (17:18 +0000)]
re PR libgcj/4213 (SimpleDateFormat constructor SEGV's.)

Fix for PR libgcj/4213:
* Makefile.am (ordinary_java_source_files): Added new file.
* gnu/gcj/text/LocaleData.java: New file.

From-SVN: r45381

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

From-SVN: r45380

22 years agomips.c (save_restore_insns): Change base_offset to fp_offset in second call to mips_e...
Richard Sandiford [Tue, 4 Sep 2001 15:02:17 +0000 (15:02 +0000)]
mips.c (save_restore_insns): Change base_offset to fp_offset in second call to mips_emit_frame_related_store.

* config/mips/mips.c (save_restore_insns): Change base_offset to
fp_offset in second call to mips_emit_frame_related_store.

From-SVN: r45379

22 years agortl.texi: Mention that besides as a CODE_LABEL...
Hans-Peter Nilsson [Tue, 4 Sep 2001 13:47:28 +0000 (13:47 +0000)]
rtl.texi: Mention that besides as a CODE_LABEL...

* 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.

From-SVN: r45378

22 years agoSimplify length insn attribute and make more judicious use of insn attribute defaulting.
David S. Miller [Tue, 4 Sep 2001 13:10:26 +0000 (06:10 -0700)]
Simplify length insn attribute and make more judicious use of insn attribute defaulting.

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".

From-SVN: r45377

22 years agore PR c++/4203 (empty base class optimization zeroes first byte of other base class...
Nathan Sidwell [Tue, 4 Sep 2001 12:21:33 +0000 (12:21 +0000)]
re PR c++/4203 (empty base class optimization zeroes first byte of other base class when using multiple inheritance)

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.

From-SVN: r45374

22 years agoc-common.h (tree_dump_index): Add more comments.
Nathan Sidwell [Tue, 4 Sep 2001 12:12:50 +0000 (12:12 +0000)]
c-common.h (tree_dump_index): Add more comments.

* 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.

From-SVN: r45373

22 years agoCleanup redundant and unused insn attributes.
David S. Miller [Tue, 4 Sep 2001 10:43:46 +0000 (03:43 -0700)]
Cleanup redundant and unused insn attributes.

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.

From-SVN: r45371

22 years agosparc.md (define_splits): Kill constraints.
David S. Miller [Tue, 4 Sep 2001 10:10:17 +0000 (03:10 -0700)]
sparc.md (define_splits): Kill constraints.

2001-09-04  David S. Miller  <davem@redhat.com>

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

From-SVN: r45370

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

From-SVN: r45369

22 years agore PR libgcj/4208 (Problem using 'null' with Java reflection)
Tom Tromey [Tue, 4 Sep 2001 03:03:33 +0000 (03:03 +0000)]
re PR libgcj/4208 (Problem using 'null' with Java reflection)

* java/lang/reflect/natField.cc (set): Allow for case when the
value is null.  Fixes PR libgcj/4208.

From-SVN: r45367

22 years agoNew file.
Richard Henderson [Mon, 3 Sep 2001 20:57:15 +0000 (13:57 -0700)]
New file.

From-SVN: r45366

22 years agoloop.c (express_from_1): Fix CONSTANT_P(a) case.
Jakub Jelinek [Mon, 3 Sep 2001 20:54:02 +0000 (22:54 +0200)]
loop.c (express_from_1): Fix CONSTANT_P(a) case.

* loop.c (express_from_1): Fix CONSTANT_P(a) case.

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

From-SVN: r45365

22 years agofunction.h (struct function): Add arg_pointer_save_area_init.
Richard Henderson [Mon, 3 Sep 2001 20:50:33 +0000 (13:50 -0700)]
function.h (struct function): Add arg_pointer_save_area_init.

        * 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.

From-SVN: r45362

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

From-SVN: r45361

22 years agoeh_personality.cc (parse_lsda_header): Change type of tmp from _Unwind_Ptr to _Unwind...
Richard Sandiford [Mon, 3 Sep 2001 12:24:24 +0000 (12:24 +0000)]
eh_personality.cc (parse_lsda_header): Change type of tmp from _Unwind_Ptr to _Unwind_Word.

* libsupc++/eh_personality.cc (parse_lsda_header): Change type of
tmp from _Unwind_Ptr to _Unwind_Word.

From-SVN: r45360

22 years agoMakefile.in: Regenerate fixincl.x only if maintainer-mode is enabled.
Angela Marie Thomas [Sun, 2 Sep 2001 22:05:56 +0000 (22:05 +0000)]
Makefile.in: Regenerate fixincl.x only if maintainer-mode is enabled.

* fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
is enabled.

From-SVN: r45359

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

From-SVN: r45358

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

From-SVN: r45356

22 years agoAlgorithmParameterSpec.java, [...]: Re-merged with Classpath.
Tom Tromey [Sun, 2 Sep 2001 06:36:55 +0000 (06:36 +0000)]
AlgorithmParameterSpec.java, [...]: Re-merged with Classpath.

* java/security/spec/AlgorithmParameterSpec.java,
java/security/spec/KeySpec.java: Re-merged with Classpath.

From-SVN: r45355

22 years agojavaprims.h: Regenerated class list.
Tom Tromey [Sun, 2 Sep 2001 06:26:09 +0000 (06:26 +0000)]
javaprims.h: Regenerated class list.

* gcj/javaprims.h: Regenerated class list.
* java/lang/IllegalThreadStateException.java,
java/lang/InstantiationException.java: Minor comment tweaks to
satisfy libgcj `classes.pl' script.

From-SVN: r45354