platform/upstream/linaro-gcc.git
24 years agoExpect error messages from cross targets as well as native targets.
nickc [Fri, 5 Nov 1999 09:58:18 +0000 (09:58 +0000)]
Expect error messages from cross targets as well as native targets.

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

24 years ago * Makefile.in (typeck2.o): Depend on output.h.
mmitchel [Fri, 5 Nov 1999 09:26:11 +0000 (09:26 +0000)]
* Makefile.in (typeck2.o): Depend on output.h.
* typeck2.c: Include output.h.

* decl.c (flag_ansi): Remove declaration.

* pt.c (tinst_level_tick): Make it static.
(last_template_error_tick): Likewise.

* cp-tree.h (mapcar): Remove declaration.
(search_tree): Likewise.
(walk_tree_fn): New typedef.
(walk_tree): New function.
* tree.c (bot_manip): Change prototype.  Adjust to be called via
walk_tree.
(bot_replace): Likewise.
(no_linkage_helper): Likewise.
(copy_tree_r): New function.
(search_tree): Rename, and adjust, to become ...
(walk_tree): New function.
(mapcar): Remove.
(target_remap): Remove.
(target_remap_count): Likewise.
(break_out_target_exprs): Use walk_tree.
* decl.c (local_variable_p): Change prototype.
(check_default_argument): Use walk_tree.
* pt.c (for_each_template_parm_r): New function, split out from ...
(for_each_template_parm): Here.  Use it, via walk_tree.

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

24 years ago * Makefile.in (typeck2.o): Depend on output.h.
mmitchel [Fri, 5 Nov 1999 09:21:53 +0000 (09:21 +0000)]
* Makefile.in (typeck2.o): Depend on output.h.
* typeck2.c: Include output.h.

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

24 years ago * genoutput.c (null_operand =): Initialize all fields.
law [Fri, 5 Nov 1999 09:12:56 +0000 (09:12 +0000)]
    * genoutput.c (null_operand =): Initialize all fields.

        * errors.h: Add extern to prototypes.

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

24 years ago * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
law [Fri, 5 Nov 1999 08:50:01 +0000 (08:50 +0000)]
    * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
        * configure: Rebuilt.

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

24 years agoDaily bump.
law [Fri, 5 Nov 1999 08:45:06 +0000 (08:45 +0000)]
Daily bump.

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

24 years agoFri Nov 5 01:24:37 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
law [Fri, 5 Nov 1999 08:31:48 +0000 (08:31 +0000)]
Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>

        * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
        (mirror_conflicts): New function.
        (global_alloc): Call it.
        (expand_preferences): Remove redundant CONFLICTP test.
        (find_reg, dump_conflicts): Likewise.
        (prune_preferences): Process conflicts one word at a time.

Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>

        * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
        instead of an explicit loop.

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

24 years agoFix cse bug that broke the ia64 port.
wilson [Fri, 5 Nov 1999 07:08:13 +0000 (07:08 +0000)]
Fix cse bug that broke the ia64 port.
* cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
if REG_RETVAL check succeeds, then put classp in src_elt.

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

24 years ago * function.c (pad_to_arg_alignment): Only update argument_pad
law [Fri, 5 Nov 1999 06:49:38 +0000 (06:49 +0000)]
    * function.c (pad_to_arg_alignment): Only update argument_pad
        if the argument's alignment is greater than STACK_BOUNDARY.

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

24 years ago * bitmap.h (BITMAP_XFREE): New.
rth [Fri, 5 Nov 1999 00:49:03 +0000 (00:49 +0000)]
    * bitmap.h (BITMAP_XFREE): New.
        * flow.c (life_analysis): Use it.
        (life_analysis_1): Free blocks.

        * combine.c (undo_commit): New.
        (try_combine): Use it.  Don't zap undobuf.undos.
        (combine_instructions): Don't zap undobuf.undos; free the
        undobuf.frees list.

        * local-alloc.c (local_alloc): Free qty_phys_num_sugg.

        * stmt.c (cost_table_): New.
        (estimate_case_costs): Use it instead of xmalloc.

        * toplev.c (compile_file): Reuse dumpname memory instead
        of strdup'ing it.

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

24 years ago * haifa-sched.c (init_rgn_data_dependences): Correctly
rth [Fri, 5 Nov 1999 00:41:11 +0000 (00:41 +0000)]
    * haifa-sched.c (init_rgn_data_dependences): Correctly
        size bb_pending_lists_length when zeroing.

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

24 years ago * reg-stack.c (convert_regs_1): Initialize target_stack->top
rth [Fri, 5 Nov 1999 00:37:48 +0000 (00:37 +0000)]
    * reg-stack.c (convert_regs_1): Initialize target_stack->top
        after verifying an EH edge.

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

24 years ago * function.c (diddle_return_value): New.
rth [Fri, 5 Nov 1999 00:35:10 +0000 (00:35 +0000)]
    * function.c (diddle_return_value): New.
        (expand_function_end): Use it.
        * stmt.c (expand_null_return): Likewise.
        (expand_value_return): Likewise.

        * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.

        * reload1.c (reload): Don't remove return value clobbers.

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

24 years ago * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
rth [Thu, 4 Nov 1999 21:35:22 +0000 (21:35 +0000)]
    * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.

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

24 years ago * cse.c (cse_main): Use xmalloc, not alloca.
rth [Thu, 4 Nov 1999 20:51:04 +0000 (20:51 +0000)]
    * cse.c (cse_main): Use xmalloc, not alloca.
        (cse_basic_block): Likewise.
        * local-alloc.c (local_alloc): Likewise.

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

24 years ago* rtl.c: Include toplev.h.
oliva [Thu, 4 Nov 1999 19:51:48 +0000 (19:51 +0000)]
* rtl.c: Include toplev.h.
(fatal): Remove declaration.

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

24 years ago * java/lang/natClass.cc (method_cache_count): Removed.
tromey [Thu, 4 Nov 1999 19:47:01 +0000 (19:47 +0000)]
* java/lang/natClass.cc (method_cache_count): Removed.
(_Jv_FindMethodInCache): Don't loop looking for the hash entry.
(_Jv_AddMethodToCache): Don't loop.

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

24 years ago * Makefile.in: Rebuilt.
tromey [Thu, 4 Nov 1999 19:39:50 +0000 (19:39 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.

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

24 years ago * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
tromey [Thu, 4 Nov 1999 18:53:24 +0000 (18:53 +0000)]
* misc.c (GC_init_inner): Don't call GC_init_linuxppc().
(GC_thr_init): Don't declare.

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

24 years ago * configure: Rebuilt.
tromey [Thu, 4 Nov 1999 17:25:07 +0000 (17:25 +0000)]
* configure: Rebuilt.
* configure.in: Removed qt threads case.
* dyn_load.c: Don't mention QUICK_THREADS.
* os_dep.c: Don't mention QUICK_THREADS.
* misc.c: Don't mention QUICK_THREADS.
* gcconfig.h: Don't mention QUICK_THREADS.
* gc_priv.h: Removed QUICK_THREADS code.
* quick_threads.c: Removed.

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

24 years ago * configure.in: Removed `qt' threads case.
tromey [Thu, 4 Nov 1999 17:12:25 +0000 (17:12 +0000)]
* configure.in: Removed `qt' threads case.
* include/quick-threads.h: Removed.
* quick-threads.cc: Removed.

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

24 years ago * include/quick-threads.h (_Jv_ThreadCancel): Removed.
tromey [Thu, 4 Nov 1999 16:45:11 +0000 (16:45 +0000)]
* include/quick-threads.h (_Jv_ThreadCancel): Removed.
(_Jv_ThreadDestroy): Likewise.
* include/no-threads.h (_Jv_ThreadCancel): Removed.
(_Jv_ThreadDestroy): Likewise.
* include/posix-threads.h (struct _Jv_Thread_t): Removed
`exception' field.
(_Jv_ThreadCancel): Removed decl.
(_Jv_ThreadDestroy): Removed.
* posix-threads.cc (_Jv_ThreadCancel): Removed.
(throw_cleanup): Removed.
(really_start): Don't push or pop cleanup.
(_Jv_ThreadInitData): Don't initialize `exception' field.
* java/lang/Thread.java (stop): Officially unimplemented.
* java/lang/natThread.cc (stop): Officially unimplemented.

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

24 years agoAllow for systems that do not have S_IR* defined values
korbb [Thu, 4 Nov 1999 14:50:44 +0000 (14:50 +0000)]
Allow for systems that do not have S_IR* defined values
Do not call realloc with a NULL pointer

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

24 years ago * haifa-sched.c (schedule_block): Fix thinko.
law [Thu, 4 Nov 1999 13:39:28 +0000 (13:39 +0000)]
    * haifa-sched.c (schedule_block): Fix thinko.

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

24 years agoDaily bump.
law [Thu, 4 Nov 1999 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * flags.h (flag_renumber_insns): Declare.
mmitchel [Thu, 4 Nov 1999 07:23:58 +0000 (07:23 +0000)]
* flags.h (flag_renumber_insns): Declare.
* emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
renumbering table.
* rtl.h (renumber_insns): Change prototype.
* toplev.c (flag_renumber_insns): Define.
(rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.

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

24 years ago * rtl.h (renumber_insns): New function.
mmitchel [Thu, 4 Nov 1999 06:44:29 +0000 (06:44 +0000)]
* rtl.h (renumber_insns): New function.
(remove_unnecessary_notes): Likewise.
* emit-rtl.c (renumber_insns): Define.
(remove_unncessary_notes): Likewise.
* toplev.c (rest_of_compilation): Remove dead code.
Use renumber_insns and remove_unncessary_notes.

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

24 years agoWed Nov 3 15:11:27 1999 David S. Miller <davem@redhat.com>
davem [Wed, 3 Nov 1999 23:25:02 +0000 (23:25 +0000)]
Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>

* config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
and fpsqrtd.  Use them and create fdiv function unit to more
accurately represent fpu sqrt pipeline semantics on UltraSparc.
* config/sparc/sparc.c: Account for fpsqrt{s,d} changes.

Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>

* config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
3 on UltraSparc.
* config/sparc/sparc.c (ultra_schedule_insn): Insert launched
insn into ready list, do not use just a raw swap.

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

24 years ago * rtl.h (renumber_insns): New function.
mmitchel [Wed, 3 Nov 1999 23:18:57 +0000 (23:18 +0000)]
* rtl.h (renumber_insns): New function.
(remove_unnecessary_notes): Likewise.
* emit-rtl.c (renumber_insns): Define.
(remove_unncessary_notes): Likewise.
* toplev.c (rest_of_compilation): Remove dead code.
Use renumber_insns and remove_unncessary_notes.

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

24 years ago * gcse.c (struct null_pointer_info): New type.
mmitchel [Wed, 3 Nov 1999 22:45:45 +0000 (22:45 +0000)]
* gcse.c (struct null_pointer_info): New type.
(get_bitmap_width): New function.
(current_block): Remove.
(nonnull_local): Likewise.
(nonnull_killed): Likewise.
(invalidate_nonnull_info): Take a null_pointer_info as input.
(delete_null_pointer_checks_1): New function.
(delete_null_pointer_checks): Use it.

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

24 years ago * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
mmitchel [Wed, 3 Nov 1999 22:44:10 +0000 (22:44 +0000)]
* haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
(split_edges): Likewise.
(schedule_block): Likewise.
(compute_block_backward_dependencies): Likewise.
(schedule_region): Likewise.
(schedule_insns): Likewise.

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

24 years ago * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
clm [Wed, 3 Nov 1999 21:55:51 +0000 (21:55 +0000)]
    * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
        * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
        * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
        * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
        * jump.c (delete_unreferenced_labels): Don't delete if
        LABEL_ALTERNATE_NAME is set.
        * print-rtl.c (print_rtx): Dump alternate name.
        * rtl.def (CODE_LABEL): Change format to "iuuis00s".
        * rtl.h (LABEL_ALTERNATE_NAME): Define.
        * rtl.texi (LABEL_ALTERNATE_NAME): Document.
        * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.

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

24 years ago * class.c (check_bitfield_decl): New function, split out from
mmitchel [Wed, 3 Nov 1999 21:34:04 +0000 (21:34 +0000)]
* class.c (check_bitfield_decl): New function, split out from
finish_stuct_1.
(check_field_decl): Likewise.  Recursively examine members of
anonymous structs.
(finish_struct_1): Use them.
* cp-tree.h (ANON_UNION_TYPE_P): New macro.

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

24 years ago * fix-header.c (recognized_extern, recognized_function): Constify
ghazi [Wed, 3 Nov 1999 20:40:32 +0000 (20:40 +0000)]
    * fix-header.c (recognized_extern, recognized_function): Constify
        a char*.

        * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
        (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
        (compute_available): Remove unused variable `last'.
        (compute_nearerout): Remove unused variable `temp_bitmap'.
        (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
        Remove unused variable `x'.

        * scan.h (recognized_function, recognized_extern): Constify a
        char*.

        * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.

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

24 years agoActually removed files which were supposedly
tromey [Wed, 3 Nov 1999 19:25:13 +0000 (19:25 +0000)]
Actually removed files which were supposedly
removed a long time ago.

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

24 years ago * varasm.c (decode_rtx_const): Use XSTR to access the string
rth [Wed, 3 Nov 1999 18:42:17 +0000 (18:42 +0000)]
     * varasm.c (decode_rtx_const): Use XSTR to access the string
         of a SYMBOL_REF.

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

24 years ago * c-decl.c (duplicate_decls): Copy DECL_MODE too.
rth [Wed, 3 Nov 1999 18:11:23 +0000 (18:11 +0000)]
    * c-decl.c (duplicate_decls): Copy DECL_MODE too.

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

24 years ago * gcconfig.h: Merged in local changes from old config.h.
tromey [Wed, 3 Nov 1999 17:26:59 +0000 (17:26 +0000)]
* gcconfig.h: Merged in local changes from old config.h.

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

24 years ago * pa.c (ireg_operand): New function.
law [Wed, 3 Nov 1999 13:25:17 +0000 (13:25 +0000)]
    * pa.c (ireg_operand): New function.
        * pa.h (PREDICATE_CODES): Handle ireg_operand.
        * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
        Fix out of date comment.

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

24 years ago * pa.md (negdi2): Turn into expander + anonymous pattern.
law [Wed, 3 Nov 1999 12:45:21 +0000 (12:45 +0000)]
    * pa.md (negdi2): Turn into expander + anonymous pattern.

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

24 years ago * reload.c (find_reloads): Fix typos in recent change.
law [Wed, 3 Nov 1999 12:43:35 +0000 (12:43 +0000)]
    * reload.c (find_reloads): Fix typos in recent change.

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

24 years agoCopy reg notes in eliminate_regs_in_insn.
crux [Wed, 3 Nov 1999 11:23:27 +0000 (11:23 +0000)]
Copy reg notes in eliminate_regs_in_insn.

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

24 years ago * dwarf2out.c: Do not include ctype.h.
law [Wed, 3 Nov 1999 10:28:30 +0000 (10:28 +0000)]
    * dwarf2out.c: Do not include ctype.h.

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

24 years agoDaily bump.
law [Wed, 3 Nov 1999 08:45:39 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * decl.c (grokfndecl): Remove dead code.
mmitchel [Wed, 3 Nov 1999 06:58:48 +0000 (06:58 +0000)]
* decl.c (grokfndecl): Remove dead code.

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

24 years ago * dump.c (dequeue_and_dump): Fix thinko for catch-clauses.
mmitchel [Wed, 3 Nov 1999 06:54:37 +0000 (06:54 +0000)]
* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.

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

24 years ago1999-11-02 Scott Snyder <snyder@fnal.gov>
mmitchel [Wed, 3 Nov 1999 06:52:46 +0000 (06:52 +0000)]
1999-11-02  Scott Snyder  <snyder@fnal.gov>

        * decl2.c (build_expr_from_tree): Handle REALPART_EXPR and
        IMAGPART_EXPR.
* pt.c (tsubst_copy): Likewise.

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

24 years ago1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 3 Nov 1999 03:10:22 +0000 (03:10 +0000)]
1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

        * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h
        instead.

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

24 years ago1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 3 Nov 1999 03:04:52 +0000 (03:04 +0000)]
1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

        * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.

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

24 years ago * regclass.c (record_reg_classes): Always use may_move_cost when
kenner [Wed, 3 Nov 1999 02:52:18 +0000 (02:52 +0000)]
* regclass.c (record_reg_classes): Always use may_move_cost when
seeing how operand fits with various register classes.

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

24 years ago1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 3 Nov 1999 02:13:40 +0000 (02:13 +0000)]
1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

        * posix-threads.cc: Don't include boehm-config.h.

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

24 years ago * quick_threads.c: Include gcconfig.h, not boehm-config.h.
tromey [Wed, 3 Nov 1999 01:26:31 +0000 (01:26 +0000)]
* quick_threads.c: Include gcconfig.h, not boehm-config.h.

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

24 years ago * boehm.cc: Don't include boehm-config.h.
tromey [Wed, 3 Nov 1999 01:15:40 +0000 (01:15 +0000)]
* boehm.cc: Don't include boehm-config.h.

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

24 years ago * configure: Rebuilt.
tromey [Wed, 3 Nov 1999 01:11:03 +0000 (01:11 +0000)]
* configure: Rebuilt.
* configure.in: Don't create boehm-config.h.
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
config.h.
($(all_objs)): Depend on gcconfig.h.
* gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
* gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
* config.h: Removed.

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

24 years ago * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
rth [Tue, 2 Nov 1999 23:43:44 +0000 (23:43 +0000)]
    * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
        * toplev.c: Revert Nov 1 13:22 change.

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

24 years ago* gcc.dg/ultrasp1.c: Removed xfail.
oliva [Tue, 2 Nov 1999 21:08:34 +0000 (21:08 +0000)]
* gcc.dg/ultrasp1.c: Removed xfail.
* gcc.dg/struct-ret-2.c: Likewise.
* gcc.dg/array-1.c: Likewise.

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

24 years agoTue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com>
jle [Tue, 2 Nov 1999 20:29:50 +0000 (20:29 +0000)]
Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>

        * config/pa/pa.md (height reduction patterns): Add checks for
        overlapping operands to avoid semantic-destroying splits for
        height reduction patterns.

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

24 years ago* configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
oliva [Tue, 2 Nov 1999 17:46:16 +0000 (17:46 +0000)]
* configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
have been an hyphen, fixed.
* configure: Rebuilt.

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

24 years agoFix compile time warnings
nickc [Tue, 2 Nov 1999 17:06:24 +0000 (17:06 +0000)]
Fix compile time warnings

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

24 years ago * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
law [Tue, 2 Nov 1999 16:37:23 +0000 (16:37 +0000)]
    * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
        detection code

        * unroll.c (unroll_loop): Remove LOOP notes when loop is
        completely unrolled.

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

24 years agoDelete two useless declarations.
crux [Tue, 2 Nov 1999 16:00:03 +0000 (16:00 +0000)]
Delete two useless declarations.

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

24 years ago * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
clm [Tue, 2 Nov 1999 15:48:26 +0000 (15:48 +0000)]
    * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
        * rtl.h (rtx_equal_p): Move prototype.
        * rtl.c (rtx_equal_function_value_matters): Move from
        rtlanal.c
        (rtx_equal_p): Likewise.
        * rtlanal.c (rtx_equal_function_value_matters): Delete.
        (rtx_equal_p): Likewise.

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

24 years ago * resource.c (mark_target_live_regs): For unconditional branches,
dnovillo [Tue, 2 Nov 1999 14:41:16 +0000 (14:41 +0000)]
* resource.c (mark_target_live_regs): For unconditional branches,
the resources found at the branch target should be added to the
resources found so far, not intersected.

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

24 years ago * xstrdup (sys/types.h): Include this file.
law [Tue, 2 Nov 1999 10:25:28 +0000 (10:25 +0000)]
    * xstrdup (sys/types.h): Include this file.

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

24 years ago * gcc.1 (PA options): Remove obsolete -mshared-libs options.
law [Tue, 2 Nov 1999 10:23:46 +0000 (10:23 +0000)]
    * gcc.1 (PA options): Remove obsolete -mshared-libs options.

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

24 years ago * pa.h (ADDR_VEC_ALIGN): Define.
law [Tue, 2 Nov 1999 08:50:55 +0000 (08:50 +0000)]
    * pa.h (ADDR_VEC_ALIGN): Define.

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

24 years agoDaily bump.
law [Tue, 2 Nov 1999 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

24 years agoMon Nov 1 23:42:00 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Tue, 2 Nov 1999 07:51:19 +0000 (07:51 +0000)]
Mon Nov  1 23:42:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (method_header:): Issue error message for rule `type
  error'.
(synchronized:): Error report when not using synchronized.

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

24 years ago * decl2.c (maybe_make_one_only): Always make things comdat on
jason [Tue, 2 Nov 1999 07:33:05 +0000 (07:33 +0000)]
* decl2.c (maybe_make_one_only): Always make things comdat on
ELF targets, too.

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

24 years agotweak comment
jason [Tue, 2 Nov 1999 07:26:47 +0000 (07:26 +0000)]
tweak comment

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

24 years ago * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
jason [Tue, 2 Nov 1999 07:24:27 +0000 (07:24 +0000)]
* libgcc2.c (__do_global_dtors): Only do EH frame stuff if
! HAS_INIT_SECTION.

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

24 years ago * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
law [Tue, 2 Nov 1999 07:22:47 +0000 (07:22 +0000)]
    * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
        notes when presented with "if (foo) break; end_of_loop" and
        the break sequence gets moved out of the loop.

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

24 years ago * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
law [Tue, 2 Nov 1999 06:39:04 +0000 (06:39 +0000)]
    * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
        Remove explicit zero initializations of entries within MAP.

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

24 years ago * reg-stack.c (convert_regs_1): Handle EH edges specially.
rth [Tue, 2 Nov 1999 02:09:55 +0000 (02:09 +0000)]
    * reg-stack.c (convert_regs_1): Handle EH edges specially.

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

24 years ago * boehm.cc (_Jv_InitGC): Set GC_java_finalization.
tromey [Tue, 2 Nov 1999 00:12:10 +0000 (00:12 +0000)]
* boehm.cc (_Jv_InitGC): Set GC_java_finalization.
(sum_blocks): Removed.
(_Jv_GCFreeMemory): Use GC_get_free_bytes.

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

24 years agoRemove duplicate of friend18.C
mmitchel [Mon, 1 Nov 1999 23:38:57 +0000 (23:38 +0000)]
Remove duplicate of friend18.C

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

24 years ago * bitmap.h (BITMAP_XMALLOC): New macro.
mmitchel [Mon, 1 Nov 1999 23:19:44 +0000 (23:19 +0000)]
* bitmap.h (BITMAP_XMALLOC): New macro.
* flow.c (CLEAN_ALLOCA): Remove.
(delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
(life_analysis): Likewise.
(update_life_info): Don't use CLEAN_ALLOCA.
(life_analysis_1): Use xmalloc/xcalloc instead of alloca.
(calculate_global_regs_live): Likewise.
(print_rtl_with_bb): Likewise.
(verify_flow_info): Likewise.
* global.c (global_alloc): Likewise.
(global_conflicts): Likewise.
* integrate.c (save_for_inline_nocopy): Likewise.
(expand_inline_function): Likewise.
* jump.c (jump_optimize_1): Likewise.
(duplicate_loop_exit_test): Likewise.
(thread_jumps): Likewise.
* loop.c (loop_optimize): Likewise.
(combine_givs): Likewise.
(recombine_givs): Likewise.
* reorg.c (dbr_schedule): Likewise.
* unroll.c (unroll_loop): Likewise.

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

24 years agoMerged GC 5.0alpha4 with local changes, plus:
tromey [Mon, 1 Nov 1999 23:15:51 +0000 (23:15 +0000)]
Merged GC 5.0alpha4 with local changes, plus:
* Makefile.in: Rebuilt.
* Makefile.am (gctest_LDADD): Added THREADLIB.
(TESTS): New macro.
* configure: Rebuilt.
* configure.in (INCLUDES): New subst.

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

24 years ago * combine.c (combine_instructions): Use xmalloc instead of alloca.
mmitchel [Mon, 1 Nov 1999 22:42:01 +0000 (22:42 +0000)]
* combine.c (combine_instructions): Use xmalloc instead of alloca.

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

24 years ago * toplev.c (rest_of_compilation): Don't optimize the CFG
rth [Mon, 1 Nov 1999 21:22:59 +0000 (21:22 +0000)]
    * toplev.c (rest_of_compilation): Don't optimize the CFG
        when rebuilding, just before dbr.

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

24 years agoThis commit was generated by cvs2svn to compensate for changes in r30327,
tromey [Mon, 1 Nov 1999 20:48:52 +0000 (20:48 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30327,
which included commits to RCS files with non-trunk default branches.

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

24 years agoInitial revision
tromey [Mon, 1 Nov 1999 20:48:50 +0000 (20:48 +0000)]
Initial revision

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

24 years ago * output.h (assemble_end_function, assemble_destructor,
ghazi [Mon, 1 Nov 1999 19:38:06 +0000 (19:38 +0000)]
    * output.h (assemble_end_function, assemble_destructor,
        assemble_constructor, assemble_gc_entry, assemble_global,
        assemble_label, output_constant_pool) Constify a char*.

        * varasm.c (assemble_destructor, assemble_constructor,
        assemble_gc_entry, assemble_end_function, assemble_global,
        assemble_label, output_constant_pool): Likewise.

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

24 years agoPatch from Philippe De Muyter <phdm@macqel.be>
korbb [Mon, 1 Nov 1999 18:14:50 +0000 (18:14 +0000)]
Patch from Philippe De Muyter  <phdm@macqel.be>

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

24 years agoAdd comments explaining what thumb_expand_prologue() does.
nickc [Mon, 1 Nov 1999 14:23:53 +0000 (14:23 +0000)]
Add comments explaining what thumb_expand_prologue() does.

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

24 years ago * regclass.c (record_reg_classes): In matching case, recompute
kenner [Mon, 1 Nov 1999 12:57:38 +0000 (12:57 +0000)]
* regclass.c (record_reg_classes): In matching case, recompute
costs since the direction of movement is different.

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

24 years agoMon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Mon, 1 Nov 1999 09:48:46 +0000 (09:48 +0000)]
Mon Nov  1 01:32:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (resolve_qualified_expression_name): Prevent `this' from
  being used before the superclass constructor has been called.
(complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
  instead of `CALL_THIS_CONSTRUCTOR_P'.

(Fixed the incomplete last ChangeLog entry.)

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

24 years agoMon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Mon, 1 Nov 1999 09:45:18 +0000 (09:45 +0000)]
Mon Nov  1 01:32:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (resolve_qualified_expression_name): Prevent `this'
  from being before the superclass constructor has been called.

(This fixes the net PR #48:
 http://sourceware.cygnus.com/ml/java-prs/1999-q3/msg00106.html)

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

24 years ago * flow.c (calculate_global_regs_live): Fix thinko.
law [Mon, 1 Nov 1999 08:53:40 +0000 (08:53 +0000)]
    * flow.c (calculate_global_regs_live): Fix thinko.

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

24 years agoDaily bump.
law [Mon, 1 Nov 1999 08:45:06 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * ggc-page.c (struct page_entry): Remove save_num_free_objects.
mmitchel [Mon, 1 Nov 1999 06:57:01 +0000 (06:57 +0000)]
* ggc-page.c (struct page_entry): Remove save_num_free_objects.
(DIV_ROUND_UP): Robustify.
(ggc_recalculate_in_use_p): New function.
(release_pages): Don't inline it.
(ggc_alloc_obj): Don't refuse to allocate objects on pages for
outer contexts.
(ggc_pop_context): Use ggc_recalculate_in_use_p.
(clear_marks): Always save in_use_p.
(sweep_pages): Use ggc_recalculate_in_use_p.
(ggc_page_print_statistics): Avoid signed/unsigned comparisons.
Release pages before counting statistics.

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

24 years ago * toplev.c (rest_of_compilation): Fix thinko in this change:
mmitchel [Mon, 1 Nov 1999 06:42:00 +0000 (06:42 +0000)]
* toplev.c (rest_of_compilation): Fix thinko in this change:

Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>

(rest_of_compilation): If inside an inlined external function,
pretend we are just being declared.

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

24 years ago * integrate.c (expand_inline_function): Fix bugs in previous
law [Mon, 1 Nov 1999 06:04:59 +0000 (06:04 +0000)]
    * integrate.c (expand_inline_function): Fix bugs in previous
        change from Oct 28, 1999.

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

24 years ago * Makefile.in (convert.o, typeck.o): Depend on output.h
law [Mon, 1 Nov 1999 05:35:03 +0000 (05:35 +0000)]
    * Makefile.in (convert.o, typeck.o): Depend on output.h
        * convert.c: Include output.h.
        * typeck.c: Include output.h.
        (initializer_constant_valid_p): Delete fucntion.
        * ch-tree.h (initializer_constant_valid_p): Delete prototype.

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

24 years ago* gcc.dg/struct-ret-2.c: New test.
oliva [Mon, 1 Nov 1999 05:19:07 +0000 (05:19 +0000)]
* gcc.dg/struct-ret-2.c: New test.

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

24 years ago* gcc.dg/array-1.c: New test.
oliva [Mon, 1 Nov 1999 05:18:17 +0000 (05:18 +0000)]
* gcc.dg/array-1.c: New test.

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

24 years ago * stmt.c (expand_value_return): Fix typo in this change:
mmitchel [Mon, 1 Nov 1999 04:24:33 +0000 (04:24 +0000)]
* stmt.c (expand_value_return): Fix typo in this change:

Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
(expand_value_return): Correctly convert VAL when promoting function
return; support RETURN_REG being a PARALLEL.

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

24 years ago * stmt.c (expand_value_return): Fix typo in this change:
mmitchel [Mon, 1 Nov 1999 04:23:27 +0000 (04:23 +0000)]
* stmt.c (expand_value_return): Fix typo in this change:

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

24 years ago * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
mmitchel [Mon, 1 Nov 1999 04:08:54 +0000 (04:08 +0000)]
* expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.

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

24 years ago * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
law [Mon, 1 Nov 1999 02:19:25 +0000 (02:19 +0000)]
    * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
        is nonzero and the single set does not have an elt, then assign
        it an elt.

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