]> gcc.gnu.org Git - gcc.git/log
gcc.git
24 years agocp-tree.def (THUNK_DECL): Remove.
Mark Mitchell [Wed, 3 May 2000 22:25:21 +0000 (22:25 +0000)]
cp-tree.def (THUNK_DECL): Remove.

* cp-tree.def (THUNK_DECL): Remove.
* cp-tree.h (DECL_THUNK_P): New macro.
(DECL_NON_THUNK_FUNCTION_P): Likewise.
(DECL_EXTERN_C_FUNCTION_P): Likewise.
(SET_DECL_THUNK_P): Likewise.
(DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
(FNADDR_FROM_VTABLE_ENTRY): Likewise.
(DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
* decl.c (decls_match): Use DECL_EXTERN_C_P.
(duplicate_decls): Likewise.
(pushdecl): Likewise.  Adjust thunk handling.
(grokfndecl): Use DECL_EXTERN_C_P.
* decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
* dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
* except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
* expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
* method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
DECL_NO_STATIC_CHAIN.
(emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
* search.c (covariant_return_p): Remove THUNK_DECL handling.
* ir.texi: Update.

From-SVN: r33647

24 years agoFix typo
Mark Mitchell [Wed, 3 May 2000 22:19:14 +0000 (22:19 +0000)]
Fix typo

From-SVN: r33646

24 years ago* config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
Jason R Thorpe [Wed, 3 May 2000 21:17:35 +0000 (21:17 +0000)]
* config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.

From-SVN: r33645

24 years agomklibgcc.in: Restrict OLDCC=GCC test to native.
Richard Henderson [Wed, 3 May 2000 21:00:49 +0000 (14:00 -0700)]
mklibgcc.in: Restrict OLDCC=GCC test to native.

        * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
        LIBGCC1 empty with libgcc1.null.

From-SVN: r33644

24 years agoFix for ia64-linux misoptimization.
Jim Wilson [Wed, 3 May 2000 20:04:31 +0000 (20:04 +0000)]
Fix for ia64-linux misoptimization.

* fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
change.

From-SVN: r33643

24 years agoTestcase for ia64-linux extract_muldiv bug.
Jim Wilson [Wed, 3 May 2000 20:03:21 +0000 (20:03 +0000)]
Testcase for ia64-linux extract_muldiv bug.

* execute/20000503-1.c: New test for extract_muldiv bug.

From-SVN: r33642

24 years agotree.h (tree_common): Add bounded_flag member.
Greg McGary [Wed, 3 May 2000 19:58:42 +0000 (19:58 +0000)]
tree.h (tree_common): Add bounded_flag member.

* tree.h (tree_common): Add bounded_flag member.  Remove
inaccurate comment about number of remaining bits.
(BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
(TYPE_QUAL_BOUNDED): New constant.
(TYPE_QUALS): Handle bounded qualifier.
(TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
(TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
TYPE_AMBIENT_BOUNDEDNESS): New macros.
(MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
(tree_type): Add pointer_depth member.  Remove
inaccurate comment about number of remaining bits.
(DECL_POINTER_DEPTH): Add macro.
(tree_decl): Add pointer_depth member.

From-SVN: r33641

24 years agoavr-protos.h (test_hard_reg_class): Declared.
Denis Chertykov [Wed, 3 May 2000 19:20:09 +0000 (19:20 +0000)]
avr-protos.h (test_hard_reg_class): Declared.

* config/avr/avr-protos.h (test_hard_reg_class): Declared.
* config/avr/avr.c (ashrhi3_out): optimized shift by 15.
(lshrhi3_out): Likewise.
(ashrsi3_out): bugfix in shift by 8.
(test_hard_reg_class): New function.
* config/avr/avr.md: Bugfix inside conditions in peepholes.
(ashlhi3): removed define_expand of this pattern.
(*ashlhi3_insn): renamed to ashlhi3.
(ashlsi3): removed define_expand of this pattern.
(*ashlsi3_insn): renamed to ashlsi3.
(ashrqi3): removed define_expand of this pattern.
(*ashrqi3_insn): renamed to ashrqi3.
(ashrhi3): removed define_expand of this pattern.
(*ashrhi3_insn): renamed to ashrhi3.
(ashrsi3): removed define_expand of this pattern.
(*ashrsi3_insn): renamed to ashrsi3.
(lshrhi3): removed define_expand of this pattern.
(*lshrhi3_insn): renamed to lshrhi3.
(lshrsi3): removed define_expand of this pattern.
(*lshrsi3_insn): renamed to lshrsi3.

From-SVN: r33640

24 years agoReplace inclusion of <stdio.h> with "system.h"
Rodney Brown [Wed, 3 May 2000 18:49:17 +0000 (18:49 +0000)]
Replace inclusion of <stdio.h> with "system.h"

From-SVN: r33639

24 years agoPatches from David Mosberger, and a patch to make bootstrap work.
Jim Wilson [Wed, 3 May 2000 18:46:05 +0000 (11:46 -0700)]
Patches from David Mosberger, and a patch to make bootstrap work.

* config/ia64/ia64.c (ia64_encode_section_info): Add check for
TREE_ASM_WRITTEN.
* config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
if -mauto-pic is on.
...

From-SVN: r33638

24 years agoMakefile.in (STAGESTUFF): Add libgcc libgcc.mk.
Richard Henderson [Wed, 3 May 2000 18:21:49 +0000 (11:21 -0700)]
Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.

        * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
        (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
        (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
        (mklibgcc, libgcc.mk): New targets.
        (libgcc.a): Use libgcc.mk.
        (stmp-multilib): Likewise.
        (stmp-multilib-sub): Remove.
        (mostlyclean): Don't delete libgcc2 temp files.
        * configure.in (AC_PROG_CC_C_O): Add.
        (NO_MINUS_C_MINUS_O): Substitute it.
        (all_outputs): Add mklibgcc.
        * mklibgcc.in: New file.

From-SVN: r33637

24 years agoexpr.c (build_java_jsr): Use emit_jump, not expand_goto.
Tom Tromey [Wed, 3 May 2000 18:09:27 +0000 (18:09 +0000)]
expr.c (build_java_jsr): Use emit_jump, not expand_goto.

* expr.c (build_java_jsr): Use emit_jump, not expand_goto.

* javaop.h (WORD_TO_INT): New function.
(IMMEDIATE_s4): Use WORD_TO_INT.
* jcf.h (JPOOL_INT): Ditto.

* gjavah.c (decode_signature_piece): Don't treat `$' as namespace
separator.

From-SVN: r33636

24 years agocppexp.c (op_t): Make an int.
Jason Merrill [Wed, 3 May 2000 18:06:26 +0000 (18:06 +0000)]
cppexp.c (op_t): Make an int.

        * cppexp.c (op_t): Make an int.

        * rtlanal.c (dead_or_set_regno_p): Remove unused variable.

        * varasm.c (initializer_constant_valid_p): Fix parenthesis.

        * gensupport.c (process_rtx): Fix macros used.

From-SVN: r33635

24 years agoflow.c (propagate_one_insn): Also don't PROP_REG_INFO for call-clobbered registers...
Richard Henderson [Wed, 3 May 2000 17:59:25 +0000 (10:59 -0700)]
flow.c (propagate_one_insn): Also don't PROP_REG_INFO for call-clobbered registers of a call.

        * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
        call-clobbered registers of a call.

From-SVN: r33634

24 years agogensupport.c: New file.
Clinton Popetz [Wed, 3 May 2000 17:45:26 +0000 (17:45 +0000)]
gensupport.c: New file.

* gensupport.c: New file.
* gensupport.h: New file.
* Makefile.in (HOST_RTL): Depend on gensupport.
(gensupport.o) New rule.
* genattr.c: Use gensupport for reading .md files.
* genattrtab.c: Ditto.
* gencodes.c: Ditto.
* genconfig.c: Ditto.
* genemit.c: Ditto.
* genextract.c: Ditto.
* genflags.c: Ditto.
* genopinit.c: Ditto.
* genoutput.c: Ditto.
* genpeep.c: Ditto.
* genrecog.c: Ditto.
* rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
* md.texi (Insn Splitting): Document define_insn_and_split.

From-SVN: r33633

24 years agoflow.c (verify_flow_info): Added two more sanity checks.
Jason Eckhardt [Wed, 3 May 2000 16:39:55 +0000 (16:39 +0000)]
flow.c (verify_flow_info): Added two more sanity checks.

Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>

        * flow.c (verify_flow_info): Added two more sanity checks. The
        first checks that the blocks are numbered consecutively. The second
        checks that n_basic_blocks is actually equal to the number of
        basic blocks in the insn chain.

From-SVN: r33632

24 years agofooter.html: Update to see if it takes effect.
Phil Edwards [Wed, 3 May 2000 16:11:03 +0000 (16:11 +0000)]
footer.html: Update to see if it takes effect.

2000-05-03  Phil Edwards  <pme@sourceware.cygnus.com>
            Felix Natter <fnatter@gmx.net>

* docs/footer.html:  Update to see if it takes effect.
* docs/thanks.html:  More people.
* docs/17_intro/headers_cc.txt:  Copy from testsuite, since that can't
  be seen from the web pages.  Rename for browser-friendliness...
* docs/17_intro/howto.html:  ...and update here.
* docs/17_intro/porting-howto.html:  Changes from Felix.
* docs/gccrebuild.html:  Mention v3->egcs move.
* docs/faq/index.html:  Ditto.  Also misc tweaks and URL updates.
* docs/faq/index.txt:  Regenerate.

Co-Authored-By: Felix Natter <fnatter@gmx.net>
From-SVN: r33631

24 years agocpplib.h: Add accessor macros for token lists.
Zack Weinberg [Wed, 3 May 2000 15:35:47 +0000 (15:35 +0000)]
cpplib.h: Add accessor macros for token lists.

* cpplib.h: Add accessor macros for token lists.
* cpplib.c, cpphash.c, cpplex.c: Use them.

From-SVN: r33630

24 years agoexpr.c (expand_expr, [...]): Don't check for checking memory usage if not in a function.
Richard Kenner [Wed, 3 May 2000 13:20:48 +0000 (13:20 +0000)]
expr.c (expand_expr, [...]): Don't check for checking memory usage if not in a function.

* expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
memory usage if not in a function.
* varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
return address if static.

From-SVN: r33629

24 years agoAdd missing blank
Richard Kenner [Wed, 3 May 2000 13:17:29 +0000 (09:17 -0400)]
Add missing blank

From-SVN: r33628

24 years agoifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest whether address may trap.
Jan Hubicka [Wed, 3 May 2000 11:16:35 +0000 (11:16 +0000)]
ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest whether address may trap.

* ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
whether address may trap.

From-SVN: r33627

24 years agoDaily bump.
Jeff Law [Wed, 3 May 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r33624

24 years agobb-reorder (chain_reorder_blocks): Changed code to test for EDGE_FALLTHRU rather...
Jason Eckhardt [Wed, 3 May 2000 04:41:04 +0000 (04:41 +0000)]
bb-reorder (chain_reorder_blocks): Changed code to test for EDGE_FALLTHRU rather than making erroneous assumption...

Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>

* bb-reorder (chain_reorder_blocks): Changed code to test for
EDGE_FALLTHRU rather than making erroneous assumption that the
first outgoing edge is the fall-through edge.

From-SVN: r33623

24 years agospelling tweak
Jason Merrill [Wed, 3 May 2000 01:35:11 +0000 (21:35 -0400)]
spelling tweak

From-SVN: r33622

24 years agochange MIPS varargs ABI in config/mips/mips.c
Donald Lindsay [Wed, 3 May 2000 01:22:38 +0000 (01:22 +0000)]
change MIPS varargs ABI in config/mips/mips.c

From-SVN: r33621

24 years agobb-reorder.c (struct reorder_block_def): Remove members end, block_begin, and block_end.
Jason Eckhardt [Wed, 3 May 2000 00:20:24 +0000 (00:20 +0000)]
bb-reorder.c (struct reorder_block_def): Remove members end, block_begin, and block_end.

Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>

        * bb-reorder.c (struct reorder_block_def): Remove members end,
        block_begin, and block_end.
        (REORDER_BLOCK_OLD_END): Delete.
        (REORDER_BLOCK_BEGIN): Delete.
        (REORDER_BLOCK_END): Delete.
        (chain_reorder_blocks): Remove dead code.

From-SVN: r33620

24 years agobb-reorder.c (remove_scope_notes): Check for both types of scope notes as the end...
Jason Eckhardt [Tue, 2 May 2000 22:05:06 +0000 (22:05 +0000)]
bb-reorder.c (remove_scope_notes): Check for both types of scope notes as the end of a basic block before deleting.

Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>

* bb-reorder.c (remove_scope_notes): Check for both types of scope
notes as the end of a basic block before deleting.

From-SVN: r33619

24 years agooops
Jason Merrill [Tue, 2 May 2000 22:04:16 +0000 (18:04 -0400)]
oops

From-SVN: r33618

24 years agofinal.c (final_start_function): Fix spelling of "necessary".
Mumit Khan [Tue, 2 May 2000 21:52:27 +0000 (21:52 +0000)]
final.c (final_start_function): Fix spelling of "necessary".

2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>

* final.c (final_start_function): Fix spelling of "necessary".

From-SVN: r33617

24 years agotoplev.c (debug_ignore_block): Return int.
Jason Merrill [Tue, 2 May 2000 20:43:24 +0000 (20:43 +0000)]
toplev.c (debug_ignore_block): Return int.

        * toplev.c (debug_ignore_block): Return int.
        * dwarf2out.c (dwarf2out_ignore_block): Likewise.
        * toplev.h, dwarf2out.h: Adjust.
        * emit-rtl.c (remove_unnecessary_notes): Test return value.

        * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
        * toplev.c, final.c, rtl.h: Adjust.

From-SVN: r33616

24 years agoclass.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native function.
Tom Tromey [Tue, 2 May 2000 20:32:31 +0000 (20:32 +0000)]
class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native function.

* class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
on native function.
* jcf-parse.c (parse_class_file): Call build_jni_stub for native
JNI methods.
* expr.c (build_jni_stub): New function.
* lang-specs.h: -fjni and -femit-class-file are incompatible.
* parse.c: Rebuilt.
* parse.y (java_complete_expand_methods): Expand a native method
and call build_jni_stub if -fjni given.
* lang-options.h: Document -fjni.
* lang.c (flag_jni): New global.
(lang_f_options): Added `jni' entry.
* java-tree.h (soft_lookupjnimethod_node,
soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
Declare.
(flag_jni): Declare.
(build_jni_stub): Declare.
(struct lang_decl): Added `native' flag.
(METHOD_NATIVE): Redefined to use `native' field of lang specific
structure.
* decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
soft_jnipopsystemframe_node): New globals.
(init_decl_processing): Set them.  _Jv_InitClass only takes one
argument.

* java-tree.def: Put into `C' mode.

From-SVN: r33615

24 years agoaclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
Zack Weinberg [Tue, 2 May 2000 19:09:24 +0000 (19:09 +0000)]
aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.

* aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
* configure.in: Look for makeinfo in the unified tree, then
for a system makeinfo which is sufficiently new.
* Makefile.in: If configure says makeinfo is too old, don't
build or install Info documentation.

From-SVN: r33614

24 years agocpphash.c (collect_params): Fix off-by-one error.
Zack Weinberg [Tue, 2 May 2000 18:10:52 +0000 (18:10 +0000)]
cpphash.c (collect_params): Fix off-by-one error.

* cpphash.c (collect_params): Fix off-by-one error.
(dump_hash_helper): Dump all four macro nodetypes.

From-SVN: r33613

24 years agocpphash.c (trad_stringify): Adjust p after stringification as well.
Jakub Jelinek [Tue, 2 May 2000 16:33:44 +0000 (18:33 +0200)]
cpphash.c (trad_stringify): Adjust p after stringification as well.

* cpphash.c (trad_stringify): Adjust p after stringification as
well.

* gcc.dg/cpp-tradstringify.c: New test.

From-SVN: r33612

24 years agocpplib.h (CPP_POP, [...]): Delete.
Zack Weinberg [Tue, 2 May 2000 16:09:12 +0000 (16:09 +0000)]
cpplib.h (CPP_POP, [...]): Delete.

* cpplib.h (CPP_POP, parse_cleanup_t): Delete.
(cpp_buffer): Remove cleanup, seen_eof, manual_pop members.

* cppfiles.c (file_cleanup): Delete.
* cpphash.c (macro_cleanup): Delete.
(collect_objlike_expansion, collect_funlike_expansion,
macarg, scan_arguments): Remove CPP_POP case.

* cpplex.c (null_cleanup): Delete.
(cpp_pop_buffer): Do the work that was done in the cleanups
here.  Call _cpp_unwind_if_stack from here.
(_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
cpp_scan_buffer): Run until we see CPP_EOF and the top of
stack is the buffer _below_ the one we stacked.
(cpp_get_token): Always pop an exhausted buffer.  Return
CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
* cpplib.c (skip_if_group): Don't call cpp_get_token to
increment the line number.
(_cpp_handle_eof): Rename to _cpp_unwind_if_stack.

* fix-header.c (read_scan_file) [parsing getchar()]: Run until
we see CPP_EOF and the top of stack is the buffer _below_ the
one we stacked.
* scan-decls.c: Likewise.

From-SVN: r33611

24 years ago20000502-1.c: New test.
Jakub Jelinek [Tue, 2 May 2000 15:17:08 +0000 (17:17 +0200)]
20000502-1.c: New test.

* gcc.c-torture/compile/20000502-1.c: New test.
* g++.old-deja/g++.other/align.C: New test.

From-SVN: r33610

24 years agoia64.c (ia64_encode_section_info): Handle the case where this function is called...
Andrew Haley [Tue, 2 May 2000 13:50:25 +0000 (13:50 +0000)]
ia64.c (ia64_encode_section_info): Handle the case where this function is called for the second time on a decl...

2000-05-02  Andrew Haley  <aph@cygnus.com>

        * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
        where this function is called for the second time on a decl that
        has had its section info changed in such a way as to move it out
        of small data/bss.
        * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.

From-SVN: r33609

24 years agoDaily bump.
Jeff Law [Tue, 2 May 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r33608

24 years ago2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
Vadim Egorov [Tue, 2 May 2000 07:11:03 +0000 (07:11 +0000)]
2000-05-01  Vadim Egorov  <egorovv@@mailandnews.com>

        * bits/char_traits.h: Fix parameter types.
        * bits/string.tcc: Avoid traits_type::move.

From-SVN: r33607

24 years agoatomicity.h (__exchange_and_add): More fixes.
Benjamin Kosnik [Tue, 2 May 2000 06:45:21 +0000 (06:45 +0000)]
atomicity.h (__exchange_and_add): More fixes.

2000-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
fixes.

From-SVN: r33606

24 years agoifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before the sequence we...
Richard Henderson [Tue, 2 May 2000 06:35:22 +0000 (23:35 -0700)]
ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before the sequence we're moving...

        * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
        the sequence we're moving, not to merge_bb->head.

From-SVN: r33605

24 years ago* tree.c (walk_tree): Set lineno.
Jason Merrill [Tue, 2 May 2000 05:25:27 +0000 (01:25 -0400)]
* tree.c (walk_tree): Set lineno.

From-SVN: r33604

24 years ago2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
Vadim Egorov [Tue, 2 May 2000 04:50:23 +0000 (04:50 +0000)]
2000-05-01  Vadim Egorov  <egorovv@@mailandnews.com>

        * bits/char_traits.h: Fix parameter types.
        * bits/string.tcc: Avoid traits_type::move.

From-SVN: r33603

24 years agore GNATS gcj/195: (gcj fail on code to implement an inner interface.)
Alexandre Petit-Bianco [Tue, 2 May 2000 04:49:51 +0000 (21:49 -0700)]
re GNATS gcj/195: (gcj fail on code to implement an inner interface.)

(This trying to counter the effect of the PR 195 check in -- this should
 be right now.)

From-SVN: r33602

24 years agoexception.cc: Update license notice.
Mark Mitchell [Tue, 2 May 2000 01:25:15 +0000 (01:25 +0000)]
exception.cc: Update license notice.

* exception.cc: Update license notice.
* new.cc: Likewise.
* new1.cc: Likewise.
* new2.cc: Likewise.
* tinfo.cc: Likewise.
* tinfo2.cc: Likewise.
* vec.cc: Likewise.
* inc/cxxabi.h: Likewise.
* inc/exception: Likewise.
* inc/new: Likewise.
* inc/new.h: Likewise.
* inc/typeinfo: Likewise.

From-SVN: r33601

24 years agoconfig.if: Tweak.
Benjamin Kosnik [Tue, 2 May 2000 00:51:59 +0000 (00:51 +0000)]
config.if: Tweak.

2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>

* config.if: Tweak.

From-SVN: r33600

24 years agolocale_facets.h: Fix syntax error.
Steven King [Tue, 2 May 2000 00:27:21 +0000 (00:27 +0000)]
locale_facets.h: Fix syntax error.

2000-04-30  Steven King <sxking@uswest.net>

        * bits/locale_facets.h: Fix syntax  error.
        * bits/std_fstream.h: ditto

From-SVN: r33599

24 years agoconfigure.in (alpha*-*-linux-gnulibc1*): Remove reference to alpha/t-linux.
Richard Henderson [Tue, 2 May 2000 00:15:28 +0000 (17:15 -0700)]
configure.in (alpha*-*-linux-gnulibc1*): Remove reference to alpha/t-linux.

        * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
        reference to alpha/t-linux.
        (alpha*-*-linux-gnu*): Likewise.
        * configure: Rebuild.

From-SVN: r33598

24 years agoflow.c (calculate_global_regs_live): Skip for_each_successor_phi if not in SSA form.
Richard Henderson [Tue, 2 May 2000 00:02:24 +0000 (17:02 -0700)]
flow.c (calculate_global_regs_live): Skip for_each_successor_phi if not in SSA form.

        * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
        if not in SSA form.

From-SVN: r33597

24 years ago* calls.c (expand_call): Don't emit reg notes for a sibcall.
Richard Henderson [Mon, 1 May 2000 23:59:00 +0000 (16:59 -0700)]
* calls.c (expand_call): Don't emit reg notes for a sibcall.

From-SVN: r33596

24 years agotree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just return it.
Jason Merrill [Mon, 1 May 2000 23:51:37 +0000 (23:51 +0000)]
tree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just return it.

        * tree.c (build_target_expr_with_type): If we already have a
        TARGET_EXPR, just return it.

        * optimize.c (initialize_inlined_parameters): Don't generate an
        EXPR_STMT if we can just use DECL_INITIAL.
        * decl.c (emit_local_var): Only make the initialization a
        full-expression if stmts_are_full_exprs_p.

From-SVN: r33595

24 years agoMakefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
Benjamin Kosnik [Mon, 1 May 2000 23:47:31 +0000 (23:47 +0000)]
Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.

2000-05-01  Benjamin Kosnik  <bkoz@haight.constant.com>

* src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
* src/Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.

From-SVN: r33593

24 years ago(The patch contained impurities -- this should fix the situation.)
Alexandre Petit-Bianco [Mon, 1 May 2000 22:32:20 +0000 (15:32 -0700)]
(The patch contained impurities -- this should fix the situation.)

From-SVN: r33591

24 years ago* ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
Richard Henderson [Mon, 1 May 2000 22:25:54 +0000 (15:25 -0700)]
* ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.

From-SVN: r33590

24 years agointegrate.c (copy_decl_for_inlining): Copy TREE_READONLY and TREE_THIS_VOLATILE.
Jason Merrill [Mon, 1 May 2000 21:49:37 +0000 (21:49 +0000)]
integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and TREE_THIS_VOLATILE.

        * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
        TREE_THIS_VOLATILE.

From-SVN: r33589

24 years agore GNATS gcj/195: (gcj fail on code to implement an inner interface.)
Alexandre Petit-Bianco [Mon, 1 May 2000 21:46:29 +0000 (14:46 -0700)]
re GNATS gcj/195: (gcj fail on code to implement an inner interface.)

2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.

(This is a fix for the Java PR #195:
 http://sourceware.cygnus.com/ml/java-prs/2000-q2/msg00009.html)

From-SVN: r33588

24 years agoMakefile.am (GCJCOMPILE, [...]): Move -L option out of FLAGS.
Jakub Jelinek [Mon, 1 May 2000 21:36:39 +0000 (23:36 +0200)]
Makefile.am (GCJCOMPILE, [...]): Move -L option out of FLAGS.

2000-04-28  Jakub Jelinek  <jakub@redhat.com>

* Makefile.am (GCJCOMPILE, JCFLAGS, JF1CLAGS, jv_convert_LINK,
gij_LINK, libgcj.zip, .java=.class): Move -L option out of FLAGS.
(libgcj_la_LDFLAGS): Add -L../libstdc++ for in-gcc builds.
(jv_convert_LDFLAGS, gij_LDFLAGS): Add `pwd`/../libstdc++ to
-rpath for in-gcc builds.
* Makefile.in: Rebuilt.

From-SVN: r33587

24 years agoMakefile.am (SUBDIRS): Define.
Jakub Jelinek [Mon, 1 May 2000 21:35:35 +0000 (23:35 +0200)]
Makefile.am (SUBDIRS): Define.

2000-04-28  Jakub Jelinek  <jakub@redhat.com>

* Makefile.am (SUBDIRS): Define.
(AM_MAKEFLAGS): Likewise.
(Multilib support.): Add section.
* Makefile.in: Rebuilt.
* ltconfig (extra_compiler_flags, extra_compiler_flags_value):
        New variables. Set for gcc using -print-multi-lib. Export them
        to libtool.
        (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
        * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
        for -shared links.
        (extra_compiler_flags_value, extra_compiler_flags): Check these
        for extra compiler options which need to be passed down in
        compiler_flags.

From-SVN: r33586

24 years agoifcvt.c (noce_emit_cmove): Conditionally compile call to emit_conditional_move.
Richard Henderson [Mon, 1 May 2000 21:21:44 +0000 (14:21 -0700)]
ifcvt.c (noce_emit_cmove): Conditionally compile call to emit_conditional_move.

        * ifcvt.c (noce_emit_cmove): Conditionally compile call to
        emit_conditional_move.

From-SVN: r33585

24 years agoChange dynamic linker name to conform to current glibc. From Jakub Jelinek.
Jakub Jelinek [Mon, 1 May 2000 20:23:37 +0000 (22:23 +0200)]
Change dynamic linker name to conform to current glibc.  From Jakub Jelinek.

* config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
as the dynamic linker.

From-SVN: r33584

24 years agocppfiles.c (open_include_file): Open file in blocking mode.
Zack Weinberg [Mon, 1 May 2000 20:05:11 +0000 (20:05 +0000)]
cppfiles.c (open_include_file): Open file in blocking mode.

* cppfiles.c (open_include_file): Open file in blocking mode.
(read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
Only exclude block devices and directories.

From-SVN: r33583

24 years agoOops, forgot to commit this with the last change
Zack Weinberg [Mon, 1 May 2000 18:23:07 +0000 (18:23 +0000)]
Oops, forgot to commit this with the last change

From-SVN: r33582

24 years agocpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.
Zack Weinberg [Mon, 1 May 2000 18:20:10 +0000 (18:20 +0000)]
cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.

* cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
static.  Allocate the hashnode and its string in the same
block of memory.
(del_HASHNODE): Don't free h->name.
(_cpp_lookup): If there is no entry for this string, create
one, of type T_VOID.
(_cpp_lookup_slot): Delete.
* cpphash.h: Update prototypes.

* cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
not hp == NULL.
* cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
node here, just fill in the value field properly.  "Delete"
entries by setting the value field to T_VOID.  Check for
hp->type == T_VOID, not hp == NULL.

* Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
* cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
hashtab.h.

From-SVN: r33581

24 years agoatomicity.h: Fix typo.
Benjamin Kosnik [Mon, 1 May 2000 18:14:03 +0000 (18:14 +0000)]
atomicity.h: Fix typo.

2000-04-30  Benjamin Kosnik  <bkoz@gnu.org>

* config/cpu/powerpc/bits/atomicity.h: Fix typo.
* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around
weak-linking issues on AIX, HPUX.

From-SVN: r33580

24 years agoUpdate copyrights.
Jeff Law [Mon, 1 May 2000 17:32:22 +0000 (11:32 -0600)]
Update copyrights.

From-SVN: r33579

24 years agoUpdate copyright.
Jeff Law [Mon, 1 May 2000 17:31:40 +0000 (11:31 -0600)]
Update copyright.

From-SVN: r33578

24 years agomn10300.c (print_operand_address): Do not add zero to SP.
Alexandre Oliva [Mon, 1 May 2000 17:28:26 +0000 (17:28 +0000)]
mn10300.c (print_operand_address): Do not add zero to SP.

* config/mn10300/mn10300.c (print_operand_address): Do not add
zero to SP.

From-SVN: r33577

24 years agoUpdate copyrights.
Jeff Law [Mon, 1 May 2000 17:24:23 +0000 (11:24 -0600)]
Update copyrights.

From-SVN: r33576

24 years agoUpdate copyright
Jeff Law [Mon, 1 May 2000 17:18:52 +0000 (11:18 -0600)]
Update copyright

From-SVN: r33575

24 years agoUpdate copyright.
Jeff Law [Mon, 1 May 2000 17:17:55 +0000 (11:17 -0600)]
Update copyright.

From-SVN: r33574

24 years agomn10300.c (expand_epilogue): If SP is to be adjusted by less than 256 bytes...
Alexandre Oliva [Mon, 1 May 2000 17:09:05 +0000 (17:09 +0000)]
mn10300.c (expand_epilogue): If SP is to be adjusted by less than 256 bytes...

* config/mn10300/mn10300.c (expand_epilogue): If SP is to be
adjusted by less than 256 bytes, use ret regardless of having any
callee-saved register to restore.

From-SVN: r33573

24 years ago* tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
Laurynas Biveinis [Mon, 1 May 2000 16:53:03 +0000 (16:53 +0000)]
* tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.

From-SVN: r33572

24 years agocp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro.
Mark Mitchell [Mon, 1 May 2000 16:51:17 +0000 (16:51 +0000)]
cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro.

* cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
macro.
* call.c (standard_conversion): Use it.
(direct_reference_binding): Likewise.
(build_over_call): Likewise.
(is_properly_derived_from): Likewise.
(compare_ics): Likewise.
* class.c (resolves_to_fixed_type_p): Likewise.
* optimize.c (declare_return_variable): Likewise.
* pt.c (is_specialization_of): Likewise.
(unify): Likewise.
* typeck.c (comp_target_parms): Likeiwse.
(build_static_cast): Likewise.
(build_reinterpret_cast): Likewise.
(build_const_cast): Likewise.
(comp_ptr_ttypes_real): Likewise.
(comp_ptr_ttypes_const): Likewise.
* typeck2.c (process_init_constructor): Likewise.

From-SVN: r33571

24 years agodjgpp.h (INT_ASM_OP): Define.
Mark Elbrecht [Mon, 1 May 2000 16:50:49 +0000 (16:50 +0000)]
djgpp.h (INT_ASM_OP): Define.

        * config/i386/djgpp.h (INT_ASM_OP): Define.
        (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
        (ASM_WEAKEN_LABEL): Define.
        (MASK_BNU210): Define.
        (SUBTARGET_SWITCHES): Define.
        (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
        (MAKE_DECL_ONE_ONLY): Define.
        (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.

From-SVN: r33570

24 years ago* i386/cygwin.h (INT_ASM_OP): Define.
Mumit Khan [Mon, 1 May 2000 16:47:22 +0000 (16:47 +0000)]
* i386/cygwin.h (INT_ASM_OP): Define.

From-SVN: r33569

24 years agoavr.c (address_cost): renamed to avr_address_cost.
Denis Chertykov [Mon, 1 May 2000 14:37:11 +0000 (14:37 +0000)]
avr.c (address_cost): renamed to avr_address_cost.

* config/avr/avr.c (address_cost): renamed to avr_address_cost.
* config/avr/avr.h (ADDRESS_COST): use avr_address_cost.

From-SVN: r33568

24 years agoavr.c (asm_file_start): output 0 as r0 and 1 as r1 in __tmp_reg__ and __zero_reg__...
Denis Chertykov [Mon, 1 May 2000 14:11:51 +0000 (14:11 +0000)]
avr.c (asm_file_start): output 0 as r0 and 1 as r1 in __tmp_reg__ and __zero_reg__ initialization.

* config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
__tmp_reg__ and __zero_reg__ initialization.

From-SVN: r33567

24 years agoNew file
Martin v. Löwis [Mon, 1 May 2000 11:15:22 +0000 (11:15 +0000)]
New file

From-SVN: r33566

24 years agoDaily bump.
Jeff Law [Mon, 1 May 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r33565

24 years ago* flow.c (propagate_one_insn): Mark sets even when the insn is dead.
Richard Henderson [Mon, 1 May 2000 07:21:29 +0000 (00:21 -0700)]
* flow.c (propagate_one_insn): Mark sets even when the insn is dead.

From-SVN: r33564

24 years agoifcvt.c (noce_process_if_block): Fail the conversion if X is referenced bewteen the...
Richard Henderson [Mon, 1 May 2000 06:55:44 +0000 (23:55 -0700)]
ifcvt.c (noce_process_if_block): Fail the conversion if X is referenced bewteen the condition and the jump.

        * ifcvt.c (noce_process_if_block): Fail the conversion if X is
        referenced bewteen the condition and the jump.  Don't delete
        anything but the jump.

From-SVN: r33563

24 years agodecl.c (finish_destructor_body): Use the base destructor when destroying virtual...
Scott Snyder [Mon, 1 May 2000 06:01:33 +0000 (06:01 +0000)]
decl.c (finish_destructor_body): Use the base destructor when destroying virtual bases.

* decl.c (finish_destructor_body): Use the base destructor when
destroying virtual bases.

From-SVN: r33562

24 years agoexpr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs.
Mark Mitchell [Mon, 1 May 2000 05:50:40 +0000 (05:50 +0000)]
expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs.

* expr.c (cplus_expand_expr): Preserve temporaries when expanding
STMT_EXPRs.
* optimize.c (struct inline_data): Add target_exprs field.
(declare_return_variable): When a function returns an aggregate,
use the variable declared in the TARGET_EXPR as the remapped
DECL_RESULT.
(expand_call_inline): Update the pending target_exprs stack.
(optimize_function): Initialize the stack.

From-SVN: r33561

24 years agobb-reorder.c (scope_def): New struct.
Jason Eckhardt [Mon, 1 May 2000 03:46:21 +0000 (03:46 +0000)]
bb-reorder.c (scope_def): New struct.

Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>

* bb-reorder.c (scope_def): New struct.
(scope_forest_info): New struct.
(struct reorder_block_def): New member "scope".
(REORDER_BLOCK_SCOPE): New macro.
(relate_bbs_with_scopes): New function and prototype.
(make_new_scope): Likewise.
(build_scope_forest): Likewise.
(remove_scope_notes): Likewise.
(insert_intra_1): Likewise.
(insert_intra_bb_scope_notes): Likewise.
(insert_inter_bb_scope_notes): Likewise.
(rebuild_scope_notes): Likewise.
(free_scope_forest_1): Likewise.
(free_scope_forest): Likewise.
(dump_scope_forest): Likewise.
(dump_scope_forest_1): Likewise.
(chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
block.
(reorder_basic_blocks): Added calls to build_scope_scope_forest
and remove_scope_notes before reordering is done. Added calls to
rebuild_scope_notes, free_scope_forest, and reorder_blocks after
after reordering is done.

From-SVN: r33560

24 years ago* decl2.c (finish_file): Fix typo in comment.
Mark Mitchell [Mon, 1 May 2000 01:43:24 +0000 (01:43 +0000)]
* decl2.c (finish_file): Fix typo in comment.

From-SVN: r33559

24 years agomknumeric_limits (trait_name): Fix copyright notice.
Benjamin Kosnik [Mon, 1 May 2000 00:14:10 +0000 (00:14 +0000)]
mknumeric_limits (trait_name): Fix copyright notice.

2000-04-30  Benjamin Kosnik  <bkoz@gnu.org>

* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around
weak-linking issues on AIX, HPUX.

From-SVN: r33558

24 years agoremoved two stale entries
Bruce Korb [Sun, 30 Apr 2000 23:59:45 +0000 (23:59 +0000)]
removed two stale entries

From-SVN: r33557

24 years agoAdded definitions needed by OSR5
Bruce Korb [Sun, 30 Apr 2000 23:30:15 +0000 (23:30 +0000)]
Added definitions needed by OSR5

From-SVN: r33556

24 years agoifcvt.c (dead_or_predicable): Manually squeeze non-movable notes from the last insn...
Richard Henderson [Sun, 30 Apr 2000 18:41:37 +0000 (11:41 -0700)]
ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes from the last insn in the sequence.

        * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
        from the last insn in the sequence.

From-SVN: r33555

24 years ago* method.c (emit_thunk): Don't try to return a `void' value.
Mark Mitchell [Sun, 30 Apr 2000 18:03:36 +0000 (18:03 +0000)]
* method.c (emit_thunk): Don't try to return a `void' value.

From-SVN: r33554

24 years agooptimize.c (initialize_inlined_parameters): If the parameter is addressable...
Mark Mitchell [Sun, 30 Apr 2000 18:02:10 +0000 (18:02 +0000)]
optimize.c (initialize_inlined_parameters): If the parameter is addressable...

* optimize.c (initialize_inlined_parameters): If the parameter is
addressable, we need to make a new VAR_DECL, even if the
initializer is constant.

From-SVN: r33553

24 years agocpplex.c (cpp_idcmp): New function.
Zack Weinberg [Sun, 30 Apr 2000 17:30:25 +0000 (17:30 +0000)]
cpplex.c (cpp_idcmp): New function.

* cpplex.c (cpp_idcmp): New function.
* cpplib.h: Prototype it.
* scan_decls.c (scan_decls): Use it to inspect token names.
* fix-header.c (read_scan_file): Likewise.  Set system_header_p on
the file being run through the preprocessor.
(check_macro_names): Provide length of token to cpp_defined.

* Makefile.in: Remove stale warning message.

From-SVN: r33552

24 years agocppfiles.c (redundant_include_p): Provide length of token to cpp_defined.
Zack Weinberg [Sun, 30 Apr 2000 17:11:25 +0000 (17:11 +0000)]
cppfiles.c (redundant_include_p): Provide length of token to cpp_defined.

* cppfiles.c (redundant_include_p): Provide length of token to
cpp_defined.
* cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
values are unsigned int.
(_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
(_cpp_lookup_slot): Do not calculate the hash, either.
* cpphash.h: Update prototypes.
* cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
Hashes are unsigned int.  Calculate hash here, pass by value
to _cpp_lookup_slot.

From-SVN: r33551

24 years agomkcheck.in: Rely on exit status instead of the presence of a core file.
Benjamin Kosnik [Sun, 30 Apr 2000 16:12:56 +0000 (16:12 +0000)]
mkcheck.in: Rely on exit status instead of the presence of a core file.

2000-04-28  Loren J. Rittle  <ljrittle@acm.org>

        * mkcheck.in: Rely on exit status instead of the presence of a
        core file.  Added comments on how/where to save core and exe
        files.  Move shell wildcards outside quotes and fix core path.

From-SVN: r33550

24 years agoFix memory corruption bug
Bernd Schmidt [Sun, 30 Apr 2000 13:37:15 +0000 (13:37 +0000)]
Fix memory corruption bug

From-SVN: r33549

24 years agod30v: New port.
Richard Henderson [Sun, 30 Apr 2000 11:17:13 +0000 (04:17 -0700)]
d30v: New port.

        * config/d30v: New port.

        * configure.in (d30v-*): Set fp format.
        * configure: Rebuild.

From-SVN: r33548

24 years agoifcvt.c: New file.
Richard Henderson [Sun, 30 Apr 2000 11:01:53 +0000 (04:01 -0700)]
ifcvt.c: New file.

        * ifcvt.c: New file.
        * Makefile.in (OBJS): Add it.
        (ifcvt.o): New target.
        * jump.c (jump_optimize_1): Remove all code related to if-conversion,
        and conditional arithmetic.
        (find_insert_position): Remove.
        * timevar.def (TV_IFCVT, TV_IFCVT2): New.
        * toplev.c (DFI_ce, DFI_ce2): New.
        (dump_file): Add ce and ce2 dumps.
        (rest_of_compilation): Run if_convert a couple o times.  Set
        cse_not_expected after cse2.  Don't set no_new_pseudos until
        after sched1 or recompute_reg_usage.

From-SVN: r33547

24 years agot-crtbe (crtbegin.o): Add "-I.".
Richard Henderson [Sun, 30 Apr 2000 10:56:21 +0000 (03:56 -0700)]
t-crtbe (crtbegin.o): Add "-I.".

        * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
        (crtend.o, crtbeginS.o, crtendS.o): Likewise.

From-SVN: r33546

24 years agoRemove ifnottex block confusing makeinfo 3.12.
Richard Henderson [Sun, 30 Apr 2000 10:50:57 +0000 (03:50 -0700)]
Remove ifnottex block confusing makeinfo 3.12.

From-SVN: r33545

24 years agoflow.c (struct reg_cond_life_info): New.
Richard Henderson [Sun, 30 Apr 2000 10:37:57 +0000 (03:37 -0700)]
flow.c (struct reg_cond_life_info): New.

        * flow.c (struct reg_cond_life_info): New.
        (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
        (init_propagate_block_info): Initialize them.
        (free_propagate_block_info): Destruct them.
        (mark_set_1): Consider conditional life before killing a register.
        (mark_regno_cond_dead): New.
        (free_reg_cond_life_info): New.
        (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
        (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
        (mark_used_reg): Record conditional life.

        * haifa-sched.c (schedule_insns): Disable death counting
        sanity check for HAVE_conditional_execution.

From-SVN: r33544

This page took 0.098197 seconds and 5 git commands to generate.