gcc.git
24 years agoNew testcase
Bernd Schmidt [Tue, 14 Dec 1999 10:01:23 +0000 (10:01 +0000)]
New testcase

From-SVN: r30908

24 years ago* target.h: Handle sparc64 the same way as alpha.
Jakub Jelinek [Tue, 14 Dec 1999 08:53:53 +0000 (09:53 +0100)]
* target.h: Handle sparc64 the same way as alpha.

From-SVN: r30907

24 years agobastring.h (class basic_string::Rep): Use proper defines for sparc v9 and fix asm...
Jakub Jelinek [Tue, 14 Dec 1999 08:48:11 +0000 (09:48 +0100)]
bastring.h (class basic_string::Rep): Use proper defines for sparc v9 and fix asm for sparc64.

* std/bastring.h (class basic_string::Rep): Use proper defines
for sparc v9 and fix asm for sparc64.

From-SVN: r30906

24 years agoDaily bump.
Jeff Law [Tue, 14 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30905

24 years agoAdd myself into "write after approval"
Jakub Jelinek [Tue, 14 Dec 1999 08:42:15 +0000 (09:42 +0100)]
Add myself into "write after approval"

From-SVN: r30904

24 years agocccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
Mumit Khan [Tue, 14 Dec 1999 07:06:05 +0000 (07:06 +0000)]
cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.

1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>

* cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
* cppfiles.c (INO_T_EQ): Likewise.

From-SVN: r30903

24 years agostl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime.
Mumit Khan [Tue, 14 Dec 1999 07:02:23 +0000 (07:02 +0000)]
stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime.

1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>

* stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread
safe runtime.

From-SVN: r30902

24 years agoclass.c (finish_base_struct): Allow multiple COM base classes as well as non-COM...
Mumit Khan [Tue, 14 Dec 1999 07:00:22 +0000 (07:00 +0000)]
class.c (finish_base_struct): Allow multiple COM base classes as well as non-COM bases as long as it's not...

1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>

* class.c (finish_base_struct): Allow multiple COM base classes
as well as non-COM bases as long as it's not the leftmost.

From-SVN: r30901

24 years agocrtdll.h (STARTFILE_SPEC): Add -pg profiling support.
Mumit Khan [Tue, 14 Dec 1999 06:57:48 +0000 (06:57 +0000)]
crtdll.h (STARTFILE_SPEC): Add -pg profiling support.

1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>

* i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
* i386/mingw32.h (LIB_SPEC): Likewise.
(STARTFILE_SPEC): Likewise.
* i386/uwin.h (LIB_SPEC): Likewise.
(STARTFILE_SPEC): Likewise.

* i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
* i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.

From-SVN: r30900

24 years ago* gcc.c-torture/compile/991213-3.c: New test.
Jeffrey A Law [Tue, 14 Dec 1999 06:47:30 +0000 (06:47 +0000)]
* gcc.c-torture/compile/991213-3.c: New test.

From-SVN: r30899

24 years ago* gcc.c-torture/compile/991213-2.c: New test.
Jeffrey A Law [Tue, 14 Dec 1999 06:21:32 +0000 (06:21 +0000)]
* gcc.c-torture/compile/991213-2.c: New test.

From-SVN: r30898

24 years ago* gcc.c-torture/compile/991213-1.c: New test.
Jeffrey A Law [Tue, 14 Dec 1999 06:06:06 +0000 (06:06 +0000)]
* gcc.c-torture/compile/991213-1.c: New test.

From-SVN: r30897

24 years agolex.c (saving_parse_to_obstack): New global.
Mumit Khan [Tue, 14 Dec 1999 05:33:22 +0000 (05:33 +0000)]
lex.c (saving_parse_to_obstack): New global.

1999-12-13  Mumit Khan  <khan@xraylith.wisc.edu>

* lex.c (saving_parse_to_obstack): New global.
(reinit_parse_for_block): Use.
(reinit_parse_for_expr): Use.
(check_newline): Use.

From-SVN: r30896

24 years agoAdd myself to "write after approval" list.
Mumit Khan [Tue, 14 Dec 1999 05:00:33 +0000 (05:00 +0000)]
Add myself to "write after approval" list.

From-SVN: r30895

24 years agocombine.c (combine_simplify_rtx): Fix order of checks for (ashiftrt foo C) -> (lt...
Jeffrey A Law [Tue, 14 Dec 1999 03:26:55 +0000 (03:26 +0000)]
combine.c (combine_simplify_rtx): Fix order of checks for (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.

        * combine.c (combine_simplify_rtx): Fix order of checks for
        (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.

From-SVN: r30894

24 years agoaclocal.m4, configure: Rebuilt.
Tom Tromey [Mon, 13 Dec 1999 20:15:51 +0000 (20:15 +0000)]
aclocal.m4, configure: Rebuilt.

* aclocal.m4, configure: Rebuilt.
* acinclude.m4: Changed version to 5.0a4.
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.

From-SVN: r30893

24 years ago* config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi) Backed out
Clinton Popetz [Mon, 13 Dec 1999 15:32:32 +0000 (10:32 -0500)]
* config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12/10/99 change, reapplied to merged-arm-thumb-backend-branch.

From-SVN: r30891

24 years agoSimplify reload register allocation
Bernd Schmidt [Mon, 13 Dec 1999 13:21:35 +0000 (13:21 +0000)]
Simplify reload register allocation

From-SVN: r30890

24 years agoDaily bump.
Jeff Law [Mon, 13 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30889

24 years agooptimize.c (initialize_inlined_parameters): Take FN to which the parameters belong...
Mark Mitchell [Mon, 13 Dec 1999 08:40:04 +0000 (08:40 +0000)]
optimize.c (initialize_inlined_parameters): Take FN to which the parameters belong as an argument.

* optimize.c (initialize_inlined_parameters): Take FN to which the
parameters belong as an argument.
(expand_call_inline): Expand calls into the parameter
initializations before pushing the function onto the list of
functions we are presently expanding.

From-SVN: r30888

24 years ago* doprnt.c: Remove incorrect comment closure.
Jeffrey A Law [Mon, 13 Dec 1999 08:01:44 +0000 (08:01 +0000)]
* doprnt.c: Remove incorrect comment closure.

From-SVN: r30887

24 years ago* flow.c (create_edge_list): Cast xmalloc return value.
Jeff Law [Mon, 13 Dec 1999 07:55:53 +0000 (00:55 -0700)]
* flow.c (create_edge_list): Cast xmalloc return value.

From-SVN: r30886

24 years ago* cse.c: Fix a few minor whitespace goofs.
Jeff Law [Mon, 13 Dec 1999 07:48:55 +0000 (00:48 -0700)]
* cse.c: Fix a few minor whitespace goofs.

From-SVN: r30885

24 years agovxworks.h: Fix problem with comment termination.
Don Bowman [Mon, 13 Dec 1999 07:37:42 +0000 (07:37 +0000)]
vxworks.h: Fix problem with comment termination.

        * mips/vxworks.h: Fix problem with comment termination.
        (EXTRA_SECTIONS): Add in_sbss.
        (EXTRA_SECTION_FUNCTIONS): Corresponding changes.

From-SVN: r30884

24 years agocse.c (struct cse_reg_info): Add hash_next member, reorder rest of struct for better...
David S. Miller [Mon, 13 Dec 1999 06:51:09 +0000 (22:51 -0800)]
cse.c (struct cse_reg_info): Add hash_next member, reorder rest of struct for better packing on 64-bit hosts.

* cse.c (struct cse_reg_info): Add hash_next member,
reorder rest of struct for better packing on 64-bit
hosts.
(cse_reg_info_tree): Kill.
(REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
REGHASH_FN): New custom pow2 hash mechanism.
(NBUCKETS): Kill.
(HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
use a pow2 hash table.
(get_cse_reg_info): Rework to use new REGHASH.
(new_basic_block): Likewise, use HASH_SIZE, and inline
free_element call.
(remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
and inline free_element call.
(lookup_as_function, insert, flush_hash_table, invalidate,
remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
invalidate_for_call, use_related_value, find_comparison_args,
fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
(hash_cse_reg_info, cse_reg_info_equal_p, free_element,
get_element): Kill.

From-SVN: r30883

24 years ago* cse.c (cse_basic_block): Free qty_table consistently.
Jeffrey A Law [Mon, 13 Dec 1999 04:33:11 +0000 (04:33 +0000)]
* cse.c (cse_basic_block): Free qty_table consistently.

From-SVN: r30882

24 years agore GNATS gcj/79 (Problem creating static arrays)
Alexandre Petit-Bianco [Mon, 13 Dec 1999 01:50:55 +0000 (01:50 +0000)]
re GNATS gcj/79 (Problem creating static arrays)

Fri Dec 10 21:53:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (java_complete_lhs): Force convertion of array
        dimensions to int_type_node, that's what runtime's ABI expects.

(This patch is a fix for the PR #79:
 http://sourceware.cygnus.com/ml/java-prs/1999-q4/msg00069.html)

From-SVN: r30881

24 years agosparc.md (movtf reg/reg split): Don't generate SUBREGs by hand, gen the appropriate...
David S. Miller [Mon, 13 Dec 1999 01:20:07 +0000 (17:20 -0800)]
sparc.md (movtf reg/reg split): Don't generate SUBREGs by hand, gen the appropriate hard reg directly.

* config/sparc/sparc.md (movtf reg/reg split): Don't generate
SUBREGs by hand, gen the appropriate hard reg directly.
(movtf reg/mem split): Likewise and alter_subreg on destination
if necessary.
(movtf mem/reg split): Similarly.
(movdf_cc_sp64): Rename from hidden pattern.
(movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
(movtf_cc_sp64, following split): New pattern and splitter.
(movdf_cc_reg_sp64): Rename from hidden pattern.
(movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
TARGET_HARD_QUAD.
(movtf_cc_reg_sp64, following split): New pattern and splitter.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r30880

24 years agocheck-init.c (check_init): Take into account both types of `throw's when checking...
Anthony Green [Sun, 12 Dec 1999 23:19:04 +0000 (23:19 +0000)]
check-init.c (check_init): Take into account both types of `throw's when checking for uninitialized variables.

1999-12-15  Anthony Green  <green@cygnus.com>

* check-init.c (check_init): Take into account both types of
        `throw's when checking for uninitialized variables.

From-SVN: r30879

24 years agoparse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...
Alexandre Petit-Bianco [Sun, 12 Dec 1999 19:54:35 +0000 (19:54 +0000)]
parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...

Fri Dec 10 16:13:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
  operand of a WFL, until the Java front-end gets fixed with regard
  to Mark Mitchell's gcc/tree.h patch (1999-12-04.)

From-SVN: r30878

24 years agotree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third operand, for use in the...
Alexandre Petit-Bianco [Sun, 12 Dec 1999 19:51:53 +0000 (19:51 +0000)]
tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third operand, for use in the Java front-end.

Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
  operand, for use in the Java front-end.

From-SVN: r30877

24 years agoOops. Date was wrong.
Anthony Green [Sun, 12 Dec 1999 18:56:25 +0000 (18:56 +0000)]
Oops.  Date was wrong.

From-SVN: r30876

24 years agoloop.c (load_mems): Don't hoist written floating point mem if -ffloat-store.
Stephen L Moshier [Sun, 12 Dec 1999 18:38:14 +0000 (18:38 +0000)]
loop.c (load_mems): Don't hoist written floating point mem if -ffloat-store.

* loop.c (load_mems): Don't hoist written floating point mem
if -ffloat-store.

From-SVN: r30875

24 years agoexcept.h (struct eh_queue): Add `next' pointer.
Mark Mitchell [Sun, 12 Dec 1999 18:32:36 +0000 (18:32 +0000)]
except.h (struct eh_queue): Add `next' pointer.

* except.h (struct eh_queue): Add `next' pointer.
(struct eh_status): Make x_ehqueue a pointer.
(push_ehqueue):  Declare.
(pop_ehqueue): Likewise.
* except.c (expand_eh_region_end): Adjust now that ehqueue is a
pointer.
(expand_fixup_region_end): Likewise.
(expand_leftover_cleanups): Likewise.
(push_ehqueue): Define.
(pop_ehqueue): Likewise.
(emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
than doing it inline.
(expand_start_all_catch):  Adjust now that ehqueue is a
pointer.
(mark_eh_queue): Mark all level of the queue.
(mark_eh_status):  Adjust now that ehqueue is a
pointer.
(init_eh_for_function): Allocate ehqueue.
(free_eh_status): Free it.
* stmt.c (expand_cleanups): Save the ehqueue around the cleanup
expansion for a fixup.

From-SVN: r30874

24 years agogcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux.
Anthony Green [Sun, 12 Dec 1999 18:06:08 +0000 (18:06 +0000)]
gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux.

        * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
        Linux.
        (DYNAMIC_LOADING): Define for PowerPC Linux.
        * os_dep.c: Remove some special cases for PowerPC Linux.
        * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
        for PowerPC Linux.

From-SVN: r30873

24 years agogthr-single.h (__gthread_active_p): Add prototype arguments.
Kaveh R. Ghazi [Sun, 12 Dec 1999 15:34:09 +0000 (15:34 +0000)]
gthr-single.h (__gthread_active_p): Add prototype arguments.

* gthr-single.h (__gthread_active_p): Add prototype arguments.

* libgcc2.c (__udivmoddi4): Remove unnecessary decls.
(__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
__bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
function_ptr, getpagesize, __enable_execute_stack,
__enable_execute_stack, __clear_insn_cache,
__enable_execute_stack, __do_global_dtors, __do_global_ctors,
_cleanup, _exit, __default_terminate, __terminate_func,
__terminate, __empty, __throw, new_eh_context,
eh_context_initialize, eh_context_static, eh_context_specific,
get_eh_context, __get_eh_context, __get_eh_info,
init_reg_size_table, eh_threads_initialize,
__get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
__unwinding_cleanup, throw_helper, __throw, __rethrow,
__pure_virtual): Add prototype arguments.
(__bb_exit_func): Cast a sizeof to long when comparing against one.
Cast a signed value to unsigned long when comparing against one.
(new_eh_context): Wrap in _GTHREADS macro.
(__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
declaration.
(in_reg_window): Mark parameters with __attribute__ ((__unused__)).
(throw_helper): Initialize variables `handler_p' and `pc_p'.

From-SVN: r30872

24 years agoDaily bump.
Jeff Law [Sun, 12 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30871

24 years agocombine.c (record_promoted_value): Remove unused variable `links2'.
Kaveh R. Ghazi [Sun, 12 Dec 1999 01:34:39 +0000 (01:34 +0000)]
combine.c (record_promoted_value): Remove unused variable `links2'.

* combine.c (record_promoted_value): Remove unused variable
`links2'.

* emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.

* global.c (record_conflicts): Likewise for `j'.

* genoutput.c (output_insn_data): Don't unnecessarily cast away
const-ness.

From-SVN: r30870

24 years agoi386-protos.h (output_387_binary_op, [...]): Constify a char*.
Kaveh R. Ghazi [Sun, 12 Dec 1999 01:06:29 +0000 (01:06 +0000)]
i386-protos.h (output_387_binary_op, [...]): Constify a char*.

* i386-protos.h (output_387_binary_op, output_fix_trunc,
output_fp_compare): Constify a char*.

* i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
static prototypes.
(override_options, ix86_comp_type_attributes, print_operand,
output_387_binary_op, output_fix_trunc, output_fp_compare):
Constify a char*.
(ix86_sched_reorder): Mark parameter `clock_var' with
ATTRIBUTE_UNUSED.

* i386.h (DEBUG_PRINT_REG): Constify a char*.

From-SVN: r30869

24 years agoclass.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX macro...
Kaveh R. Ghazi [Sat, 11 Dec 1999 19:02:10 +0000 (19:02 +0000)]
class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX macro instead of...

* class.c (get_vtable_name): Use a literal format string and
VTABLE_NAME_PREFIX macro instead of VTABLE_NAME_FORMAT.
(prepare_fresh_vtable): Likewise.

* cp-tree.h (VTABLE_NAME_PREFIX): Define this instead of
VTABLE_NAME_FORMAT.

* decl.c (make_rtl_for_local_static): Remove unused variable `type'.

* init.c (build_vec_init): Initialize variable `try_body'.

* lex.c (yyerror): Don't call a variadic function with a
non-literal format string.

* optimize.c (optimize_function): Call memset, not bzero.

* pt.c (for_each_template_parm_r): Add static prototype.

From-SVN: r30868

24 years agotypeck.c (apply_chill_array_layout, [...]): Avoid the use of ANSI string concatenation.
Kaveh R. Ghazi [Sat, 11 Dec 1999 15:22:24 +0000 (15:22 +0000)]
typeck.c (apply_chill_array_layout, [...]): Avoid the use of ANSI string concatenation.

        * typeck.c (apply_chill_array_layout, apply_chill_field_layout):
        Avoid the use of ANSI string concatenation.

        * expr.c (chill_expand_case_expr): Likewise.

From-SVN: r30867

24 years agoDaily bump.
Jeff Law [Sat, 11 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30866

24 years agoconfigure.in: Fix typo for "-64" in 64bit as check.
Ben Collins [Fri, 10 Dec 1999 22:33:07 +0000 (22:33 +0000)]
configure.in: Fix typo for "-64" in 64bit as check.

        * configure.in: Fix typo for "-64" in 64bit as check.
* configure: Rebuilt.

From-SVN: r30865

24 years agolonglong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate.
Jakub Jelinek [Fri, 10 Dec 1999 21:29:46 +0000 (22:29 +0100)]
longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate.

* longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
appropriate.

From-SVN: r30864

24 years agoc-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is utilized.
Kaveh R. Ghazi [Fri, 10 Dec 1999 21:00:34 +0000 (21:00 +0000)]
c-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is utilized.

        * c-parse.in (string): With -Wtraditional, warn if ANSI string
        concatenation is utilized.

        * invoke.texi (-Wtraditional): Document it.

From-SVN: r30863

24 years agoflow.c (flow_loops_dump): Avoid ANSI string concatenation.
Kaveh R. Ghazi [Fri, 10 Dec 1999 20:02:43 +0000 (20:02 +0000)]
flow.c (flow_loops_dump): Avoid ANSI string concatenation.

        * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
        Cast a ptrdiff_t to long and pass it to printf with %ld.

From-SVN: r30862

24 years agom68k.h (CONDITIONAL_REGISTER_USAGE): If we have no 68881, we have no 68881 registers...
Geoff Keating [Fri, 10 Dec 1999 19:15:32 +0000 (19:15 +0000)]
m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no 68881, we have no 68881 registers at all.

* config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
68881, we have no 68881 registers at all.
(HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
value in a 68881 register if it is available.

From-SVN: r30861

24 years agoarm.md (*mulsidi3adddi, [...]): New patterns for long long multiply-accumulate.
Clinton Popetz [Fri, 10 Dec 1999 18:11:58 +0000 (13:11 -0500)]
arm.md (*mulsidi3adddi, [...]): New patterns for long long multiply-accumulate.

* config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
for long long multiply-accumulate.

From-SVN: r30860

24 years agoparse.h (BUILD_THROW): Add support for sjlj-exceptions.
Andrew Haley [Fri, 10 Dec 1999 16:06:23 +0000 (16:06 +0000)]
parse.h (BUILD_THROW): Add support for sjlj-exceptions.

1999-11-17  Andrew Haley  <aph@cygnus.com>

* parse.h (BUILD_THROW): Add support for sjlj-exceptions.
decl.c (init_decl_processing): Add _Jv_Sjlj_Throw.
expr.c (build_java_athrow): Add support for sjlj-exceptions.
java-tree.h: Ditto.
jcf-write.c: Ditto.

From-SVN: r30859

24 years agoUndo previous change
Bernd Schmidt [Fri, 10 Dec 1999 15:27:55 +0000 (15:27 +0000)]
Undo previous change

From-SVN: r30858

24 years agosparc.c (fp_sethi_p, [...]): New functions.
David S. Miller [Fri, 10 Dec 1999 12:08:51 +0000 (04:08 -0800)]
sparc.c (fp_sethi_p, [...]): New functions.

* config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
New functions.
* config/sparc/sparc-protos.h: Add them.
* config/sparc/sparc.h: Add them to PREDICATE_CODES.
(EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
constraints which use those helpers.
(EXTRA_CONSTRAINT): Use this new macro.
* md.texi: Update sparc target constraints documentation.
* config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
movsf_const_high, movsf_const_lo, movsf_insn): Delete.
(movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
(movsf high/lo_sum split): Rework for new patterns.
(movsf expander): Allow storing fp_zero to memory if ! live_g0.

From-SVN: r30857

24 years agoDaily bump.
Jeff Law [Fri, 10 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30856

24 years agoc-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __builtin_si...
Gavin Romig-Koch [Fri, 10 Dec 1999 04:26:06 +0000 (04:26 +0000)]
c-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __builtin_size_t.

* c-common.c (c_common_nodes_and_builtins):
Create __builtin_ptrdiff_t and __builtin_size_t.

From-SVN: r30855

24 years ago* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
Jeffrey A Law [Fri, 10 Dec 1999 01:09:59 +0000 (01:09 +0000)]
* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.

From-SVN: r30854

24 years agoregclass.c (globalize_reg): Re-instate test that allows fixed registers to be declare...
J"orn Rennecke [Fri, 10 Dec 1999 00:57:03 +0000 (00:57 +0000)]
regclass.c (globalize_reg): Re-instate test that allows fixed registers to be declared as a variable even...

* regclass.c (globalize_reg): Re-instate test that allows
fixed registers to be declared as a variable even after functions
are defined.

* testsuite/gcc.dg/991209-1.c: New test.

From-SVN: r30853

24 years agoi386.md (cpu attribute): Add "athlon".
Jan Hubicka [Thu, 9 Dec 1999 23:54:58 +0000 (00:54 +0100)]
i386.md (cpu attribute): Add "athlon".

* i386.md (cpu attribute): Add "athlon".
(athlon_decode): New attribute.
(Athlon scheduling units definitions): New.
(fcmp and shld patterns): Set athlon_decode to "vector".
* i386.c (athlon_cost): New.
(m_ATHLON): New.
(x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
x86_use_sahf): Set for Athlon.
(x86_use_fiop): Unset for Athlon.
(override_options): Define Athlon alignments and "athlon" name.
(x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
* i386.h (TARGET_ATHLON): New.
(enum processor_type): Add PROCESSOR_ATHLON.
(TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
for CPU_DEFAULT==6
(TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.

From-SVN: r30852

24 years agoloop.c (record_biv): Declare parameter as int.
Andreas Jaeger [Thu, 9 Dec 1999 23:37:30 +0000 (00:37 +0100)]
loop.c (record_biv): Declare parameter as int.

* loop.c (record_biv): Declare parameter as int.

* config/i386/i386-protos.h: Declare long_memory_operand.

From-SVN: r30851

24 years agoexcept.c (expand_throw): Add static attribute to match prototype.
Andreas Jaeger [Thu, 9 Dec 1999 23:24:58 +0000 (23:24 +0000)]
except.c (expand_throw): Add static attribute to match prototype.

* except.c (expand_throw): Add static attribute to match
prototype.

* Makefile.in (semantics.o): Add dependency on output.h.
* semantics.c: Include output.h for declaration of
make_function_rtl.

From-SVN: r30850

24 years agodecl.c (init_decl_processing): Reenable inlining on trees.
Mark Mitchell [Thu, 9 Dec 1999 19:13:33 +0000 (19:13 +0000)]
decl.c (init_decl_processing): Reenable inlining on trees.

* decl.c (init_decl_processing): Reenable inlining on trees.
(finish_function): Likewise.
* expr.c (cplus_expand_expr): Don't handle AGGR_INIT_EXPR here.
* semantics.c (simplify_aggr_init_exprs): New function.
(expand_body): Use it.
* tree.c (walk_tree): Special-case TARGET_EXPRs since they
sometimes present the same sub-tree twice.

From-SVN: r30849

24 years agotree.c (copy_node): Do zero the TREE_CHAIN, even for an EXPR_WITH_FILE_LOCATION.
Mark Mitchell [Thu, 9 Dec 1999 18:59:30 +0000 (18:59 +0000)]
tree.c (copy_node): Do zero the TREE_CHAIN, even for an EXPR_WITH_FILE_LOCATION.

* tree.c (copy_node): Do zero the TREE_CHAIN, even for an
EXPR_WITH_FILE_LOCATION.

From-SVN: r30848

24 years agore GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.)
Tom Tromey [Thu, 9 Dec 1999 16:57:27 +0000 (16:57 +0000)]
re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.)

* include/posix-threads.h (_Jv_PthreadCheckMonitor): Handle case
where no recursive mutexes exist.  Fixes PR libgcj/117.

From-SVN: r30847

24 years agosparc.h (PROMOTE_FOR_CALL_ONLY): Define.
Jakub Jelinek [Thu, 9 Dec 1999 14:38:11 +0000 (15:38 +0100)]
sparc.h (PROMOTE_FOR_CALL_ONLY): Define.

* config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.

* calls.c (precompute_arguments): Make sure initial_value contains
value pseudo which CSE expects.
* cse.c (struct set): New entry orig_src.
(cse_insn): Set it early on entry, use it for libcall EQUIV note
replacement.

From-SVN: r30846

24 years ago> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function with...
Anthony Green [Thu, 9 Dec 1999 12:32:48 +0000 (12:32 +0000)]
> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function with side effects.

  >     * decl.c (init_decl_processing): Mark throw_node as a noreturn
  >     function with side effects.
  >     (init_decl_processing): Mark all memory allocating DECLs with
  >     DECL_IS_MALLOC.

From-SVN: r30845

24 years ago* i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand in expander.
Jan Hubicka [Thu, 9 Dec 1999 10:53:29 +0000 (11:53 +0100)]
* i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand in expander.

From-SVN: r30844

24 years ago* flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
Jan Hubicka [Thu, 9 Dec 1999 10:51:44 +0000 (11:51 +0100)]
* flow.c (recompute_reg_usage): Use basic block info to get loop_depth.

From-SVN: r30843

24 years agocombine.c (try_combine, [...]): Remove REG_N_REFS updating code.
Jan Hubicka [Thu, 9 Dec 1999 10:46:10 +0000 (11:46 +0100)]
combine.c (try_combine, [...]): Remove REG_N_REFS updating code.

* combine.c (try_combine, distribute_notes): Remove REG_N_REFS
updating code.

From-SVN: r30842

24 years agolinux64.h (TARGET_DEFAULT): Make -mapp-regs default on linux64 again.
Jakub Jelinek [Thu, 9 Dec 1999 10:41:45 +0000 (11:41 +0100)]
linux64.h (TARGET_DEFAULT): Make -mapp-regs default on linux64 again.

        * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
        default on linux64 again.
        * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
        models for multilibing.
        * genmultilib: Accept | as alternative separator within a set in
        MULTILIB_OPTIONS.

From-SVN: r30841

24 years agodump.c (dequeue_and_dump): Abbreviate `class' as `cls', not `csl'.
Mark Mitchell [Thu, 9 Dec 1999 09:07:29 +0000 (09:07 +0000)]
dump.c (dequeue_and_dump): Abbreviate `class' as `cls', not `csl'.

* dump.c (dequeue_and_dump): Abbreviate `class' as `cls', not
`csl'.

* semantics.c (finish_switch_cond): Do conversions here, not ...
* typeck.c (c_expand_start_case): Here.

* semantics.c (do_poplevel): Remove unused variable.

From-SVN: r30840

24 years agoDaily bump.
Jeff Law [Thu, 9 Dec 1999 08:45:09 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30839

24 years ago* gcc.c-torture/compile/991208-1.c: New test.
Nathan Sidwell [Thu, 9 Dec 1999 06:43:06 +0000 (06:43 +0000)]
* gcc.c-torture/compile/991208-1.c: New test.

From-SVN: r30838

24 years ago* flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
Richard Henderson [Thu, 9 Dec 1999 06:25:11 +0000 (22:25 -0800)]
* flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.

From-SVN: r30837

24 years agolonglong.h: Merge in changes from glibc.
Jakub Jelinek [Thu, 9 Dec 1999 01:00:45 +0000 (02:00 +0100)]
longlong.h: Merge in changes from glibc.

* longlong.h: Merge in changes from glibc.
Also don't clobber %g2 register in 32bit SPARC assembly, so that
-mno-app-regs libgcc can be compiled.
* libgcc2.c: Add defines so that the updated longlong.h
can be used in libgcc2.a. Also, make sure on most architectures
(at least on all which have optimized code in longlong.h defined
for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.

From-SVN: r30836

24 years agoDon't hoist volatile mems out of loops.
Bernd Schmidt [Wed, 8 Dec 1999 17:49:26 +0000 (17:49 +0000)]
Don't hoist volatile mems out of loops.

From-SVN: r30834

24 years agosparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits if TARGET_ARCH32.
Jakub Jelinek [Wed, 8 Dec 1999 15:28:00 +0000 (16:28 +0100)]
sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits if TARGET_ARCH32.

* config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
if TARGET_ARCH32.

From-SVN: r30833

24 years agosparc.c (ultra_cmove_results_ready_p, [...]): Typo fix.
Jakub Jelinek [Wed, 8 Dec 1999 15:22:38 +0000 (16:22 +0100)]
sparc.c (ultra_cmove_results_ready_p, [...]): Typo fix.

* config/sparc/sparc.c (ultra_cmove_results_ready_p,
ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.

From-SVN: r30832

24 years agosol2-64.h: Same as sol2-sld-64.h...
Alexandre Oliva [Wed, 8 Dec 1999 12:30:22 +0000 (12:30 +0000)]
sol2-64.h: Same as sol2-sld-64.h...

* config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
`-m EMULATION' is added to non-default LINK_ARCH_SPECs.
* configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
is GNU ld.
* configure: Rebuilt.

From-SVN: r30830

24 years agoalpha.c (secondary_reload_class): For !BWX, sub-simode outputs require a register.
Richard Henderson [Wed, 8 Dec 1999 11:47:38 +0000 (03:47 -0800)]
alpha.c (secondary_reload_class): For !BWX, sub-simode outputs require a register.

        * alpha.c (secondary_reload_class): For !BWX, sub-simode
        outputs require a register.

From-SVN: r30829

24 years agoMakefile.in (FPBIT_FUNCS, [...]): Add _sf_to_usi _df_to_usi.
Brendan Kehoe [Wed, 8 Dec 1999 11:44:47 +0000 (11:44 +0000)]
Makefile.in (FPBIT_FUNCS, [...]): Add _sf_to_usi _df_to_usi.

    * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
    _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
    functions like dptoul will be resolved.
    (libgcc2.a): Make sure that the object files from DPBIT are named
    differently (prefix `_dp') from those that would be coming from
    FPBIT.

From-SVN: r30828

24 years agoconfigure.in: When target is sparc* and tm_file contains 64, test for 64bit support...
Alexandre Oliva [Wed, 8 Dec 1999 10:27:54 +0000 (10:27 +0000)]
configure.in: When target is sparc* and tm_file contains 64, test for 64bit support in assembler.

* configure.in: When target is sparc* and tm_file contains 64,
test for 64bit support in assembler.  If not supported, remove
sparc/t-sol2-64 from target-dependent Makefile fragments.
(AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
(HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
(HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
* acconfig.h (AS_SPARC64_FLAG): Added.
* configure, config.in: Rebuilt.
* config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
support.  Use AS_SPARC64_FLAG.

From-SVN: r30827

24 years agoDaily bump.
Jeff Law [Wed, 8 Dec 1999 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30826

24 years agoconfigure.in (sparc64-*-linux*): Use posix threads if enabled.
Jakub Jelinek [Wed, 8 Dec 1999 08:04:43 +0000 (09:04 +0100)]
configure.in (sparc64-*-linux*): Use posix threads if enabled.

* configure.in (sparc64-*-linux*): Use posix threads if enabled.
* configure: Rebuilt.
* config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
-mcpu is given and we're doing 64bit compiles.

From-SVN: r30825

24 years agosparc.c (sparc_emit_float_lib_cmp): New function.
Jakub Jelinek [Wed, 8 Dec 1999 08:00:51 +0000 (09:00 +0100)]
sparc.c (sparc_emit_float_lib_cmp): New function.

* config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
* config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
* config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
routines, _Qp_* cannot be handled like that now.
(INIT_TARGET_OPTABS): Likewise.
* config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
(seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
sparc_emit_float_lib_cmp if ARCH64 and soft float.
(extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
divtf3, sqrttf3): New expanders.
(extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
non-_hq patterns.

From-SVN: r30824

24 years agosparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L as legitimate constant if ...
Jakub Jelinek [Wed, 8 Dec 1999 07:50:45 +0000 (08:50 +0100)]
sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L as legitimate constant if -mvis.

* config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
as legitimate constant if -mvis.
* config/sparc/sparc.md (movtf): Likewise.
(clear_sf): Use const_double_operand.
(clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.

From-SVN: r30823

24 years agosparc.md (sethi_di_medlow_embmedany_pic): Fix pattern so that it is actually matched.
Jakub Jelinek [Wed, 8 Dec 1999 07:28:17 +0000 (08:28 +0100)]
sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern so that it is actually matched.

* config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
so that it is actually matched.
(sethi_di_medlow): Likewise.

From-SVN: r30822

24 years agosparc.c (hard_32bit_mode_classes): Mark registers suitable for holding OFmode values...
Jakub Jelinek [Wed, 8 Dec 1999 07:26:04 +0000 (08:26 +0100)]
sparc.c (hard_32bit_mode_classes): Mark registers suitable for holding OFmode values so that gcc works with...

* config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
suitable for holding OFmode values so that gcc works with complex
quad long doubles.
(hard_64bit_mode_classes): Likewise.

From-SVN: r30821

24 years agoloop.h (struct induction): Add multi_insn_incr.
Richard Henderson [Wed, 8 Dec 1999 03:22:33 +0000 (19:22 -0800)]
loop.h (struct induction): Add multi_insn_incr.

        * loop.h (struct induction): Add multi_insn_incr.
        * loop.c (basic_induction_var): New multi_insn_incr argument.
        Set it if we search back through previous insns for the biv.
        (record_biv): New multi_insn_incr argument; fill in struct induction.
        (strength_reduce): Discard an iv with multiple bivs, any of
        which require multiple insns to increment.

From-SVN: r30820

24 years agoinvoke.texi (C Dialect Options): Remove -flang-c9x, add -std documentation.
Martin v. Löwis [Tue, 7 Dec 1999 22:00:33 +0000 (22:00 +0000)]
invoke.texi (C Dialect Options): Remove -flang-c9x, add -std documentation.

* invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
documentation.

From-SVN: r30819

24 years agoDaily bump.
Jeff Law [Tue, 7 Dec 1999 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30817

24 years agotree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...
Mark Mitchell [Tue, 7 Dec 1999 07:49:33 +0000 (07:49 +0000)]
tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...

* tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE
unless we're declaring the variable in question.

From-SVN: r30816

24 years agotree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...
Mark Mitchell [Tue, 7 Dec 1999 07:38:21 +0000 (07:38 +0000)]
tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...

* tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE
unless we're declaring the variable in question.

From-SVN: r30815

24 years agocombine.c (check_promoted_subreg): Do not conditionalize this upon PROMOTE_FUNCTION_R...
David S. Miller [Tue, 7 Dec 1999 03:05:45 +0000 (19:05 -0800)]
combine.c (check_promoted_subreg): Do not conditionalize this upon PROMOTE_FUNCTION_RETURN.

* combine.c (check_promoted_subreg): Do not conditionalize this upon
PROMOTE_FUNCTION_RETURN.

From-SVN: r30814

24 years agoFix ia64 abort while compiling gcc.c-torture/unsorted/logic.c.
Jim Wilson [Tue, 7 Dec 1999 00:24:38 +0000 (00:24 +0000)]
Fix ia64 abort while compiling gcc.c-torture/unsorted/logic.c.

* regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
and handle REG_UNUSED note on insn.

From-SVN: r30813

24 years agoFix ia64 execute/930630-1.c miscompilation.
Jim Wilson [Mon, 6 Dec 1999 23:22:47 +0000 (23:22 +0000)]
Fix ia64 execute/930630-1.c miscompilation.

* combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
inner_mask instead of mask.

From-SVN: r30812

24 years ago[multiple changes]
Alexandre Petit-Bianco [Mon, 6 Dec 1999 19:56:58 +0000 (11:56 -0800)]
[multiple changes]

Tue Nov 30 12:36:15 1999  Anthony Green  <green@cygnus.com>

        * verify.c (verify_jvm_instructions): Create new return label
        chain if non existant (don't rely on the verified state of the jsr
        target.)

Tue Nov 23 17:29:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * verify.c (merge_type_state): Non verified subroutines being
        considered more than once to trigger passive type merge.

From-SVN: r30811

24 years agosparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document .register declaration.
Jakub Jelinek [Mon, 6 Dec 1999 19:53:38 +0000 (20:53 +0100)]
sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document .register declaration.

* config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
.register declaration. Don't use variables with __ prefixes.

From-SVN: r30810

24 years agojcf-parse.c (saw_java_source): Global variable removed.
Alexandre Petit-Bianco [Mon, 6 Dec 1999 19:49:06 +0000 (19:49 +0000)]
jcf-parse.c (saw_java_source): Global variable removed.

Wed Nov 24 17:33:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * jcf-parse.c (saw_java_source): Global variable removed.
        (read_class): Don't use `saw_java_source'. Added extra braces.
        (yyparse): Code setting `saw_java_source' removed.

From-SVN: r30809

24 years agocombine.c (check_promoted_subreg, [...]): New functions.
Jakub Jelinek [Mon, 6 Dec 1999 19:45:38 +0000 (20:45 +0100)]
combine.c (check_promoted_subreg, [...]): New functions.

* combine.c (check_promoted_subreg, record_promoted_value): New
functions.
(combine_instructions): Use them to retain nonzero and sign bit
information after SUBREGs are eliminated by optimizations in
this pass if PROMOTE_FUNCTION_RETURN.

From-SVN: r30808

24 years agoexcept.c (expand_end_java_handler): Call expand_resume_after_catch and end_catch_handler.
Alexandre Petit-Bianco [Mon, 6 Dec 1999 19:37:30 +0000 (19:37 +0000)]
except.c (expand_end_java_handler): Call expand_resume_after_catch and end_catch_handler.

Wed Dec  1 04:25:06 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * except.c (expand_end_java_handler): Call
        expand_resume_after_catch and end_catch_handler.

From-SVN: r30807

24 years agojcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and FIX_TRU...
Alexandre Petit-Bianco [Mon, 6 Dec 1999 19:31:25 +0000 (19:31 +0000)]
jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and FIX_TRUNC_EXPR cases.

Tue Nov 30 12:28:34 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * jcf-write.c (generate_byecode_insns): Fixed indentation for
        COMPOUND_EXPR and FIX_TRUNC_EXPR cases.

        * parse.y (patch_assignment): Removed bogus final class test on
        lhs when checking on whether to emit an ArrayStoreException runtime
        check.
        * expr.c (expand_java_arraystore): Likewise.

From-SVN: r30806

24 years agocalls.c (save_fixed_argument_area): If save_mode is BLKmode, always use move_by_piece...
Jakub Jelinek [Mon, 6 Dec 1999 19:31:13 +0000 (20:31 +0100)]
calls.c (save_fixed_argument_area): If save_mode is BLKmode, always use move_by_pieces to avoid infinite recursion.

* calls.c (save_fixed_argument_area): If save_mode is BLKmode,
always use move_by_pieces to avoid infinite recursion.
(restore_fixed_argument_area): Likewise.

From-SVN: r30805