]> gcc.gnu.org Git - gcc.git/log
gcc.git
25 years agom68k.md (cmpsi+1): Use cmp.w when comparing a 16 bit constant with an address register.
Andreas Schwab [Wed, 28 Apr 1999 01:48:20 +0000 (01:48 +0000)]
m68k.md (cmpsi+1): Use cmp.w when comparing a 16 bit constant with an address register.

* config/m68k/m68k.md (cmpsi+1): Use cmp.w when comparing a 16 bit
constant with an address register.

From-SVN: r26684

25 years agoDaily bump.
Jeff Law [Wed, 28 Apr 1999 00:45:05 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26683

25 years agoBump for snapshot
Jeffrey A Law [Wed, 28 Apr 1999 00:16:48 +0000 (18:16 -0600)]
Bump for snapshot

From-SVN: r26681

25 years agortl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no throw...
Andrew MacLeod [Tue, 27 Apr 1999 17:08:37 +0000 (17:08 +0000)]
rtl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no throw and no nonlocal gotos.

Tue Apr 27 19:50:25 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
* rtl.h (REG_EH_REGION): Update comment to indicate a value of -1
indicates no throw and no nonlocal gotos.
* optabs.c (emit_libcall_block): Emit REG_EH_REGION with a value
of -1 instead of 0 to indicate a nonlocal goto won't happen either.
* flow.c (count_basic_blocks, find_basic_blocks_1): Ignore libcall
blocks, look for REG_EH_REGION note exclusively.
(make_edges): Check for REG_EH_REGION > 0 for specified handlers.

From-SVN: r26680

25 years agoFixed some old ChangeLog entries I wrote before becoming aware of the GNU
Alexandre Oliva [Tue, 27 Apr 1999 13:27:29 +0000 (13:27 +0000)]
Fixed some old ChangeLog entries I wrote before becoming aware of the GNU
coding standards.

From-SVN: r26679

25 years agors6000.h (read_only_data_section, [...]): Align CSECT on doubleword boundary for...
David Edelsohn [Tue, 27 Apr 1999 12:39:58 +0000 (12:39 +0000)]
rs6000.h (read_only_data_section, [...]): Align CSECT on doubleword boundary for 64-bit target.

* rs6000.h (read_only_data_section, private_data_section,
read_only_private_data_section, toc_section): Align CSECT on
doubleword boundary for 64-bit target.
(DATA_SECTION_ASM_OP): Likewise.
* rs6000.c (rs6000_stack_info): Leaf procedure stack limit is 288.

From-SVN: r26678

25 years agoAdded colon.
Joern Rennecke [Tue, 27 Apr 1999 12:27:18 +0000 (13:27 +0100)]
Added colon.

From-SVN: r26677

25 years agosh.md (insv): Use copy_addr_to_reg.
J"orn Rennecke [Tue, 27 Apr 1999 12:23:20 +0000 (12:23 +0000)]
sh.md (insv): Use copy_addr_to_reg.

* sh.md (insv): Use copy_addr_to_reg.
* final.c (insn_lengths_max_uid) New variable.
(init_insn_lengths, shorten_branches): Set it.
(get_attr_lengths): Test insn uid against insn_lengths_max_uid.

From-SVN: r26676

25 years ago* rtti.c (build_x_typeid): Check rtti is enabled.
Nathan Sidwell [Tue, 27 Apr 1999 09:41:33 +0000 (09:41 +0000)]
* rtti.c (build_x_typeid): Check rtti is enabled.

From-SVN: r26675

25 years agoNew test - regression for expr.c bug
Zack Weinberg [Tue, 27 Apr 1999 05:57:31 +0000 (05:57 +0000)]
New test - regression for expr.c bug

From-SVN: r26674

25 years agoexpr.c (emit_move_insn_1): Abort if MODE argument is invalid.
Zack Weinberg [Tue, 27 Apr 1999 05:34:43 +0000 (05:34 +0000)]
expr.c (emit_move_insn_1): Abort if MODE argument is invalid.

1999-04-27 08:32 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* expr.c (emit_move_insn_1): Abort if MODE argument is invalid.
(compare): Punt if TREE_OPERAND (exp, 0) is an ERROR_MARK.

From-SVN: r26673

25 years agoexpr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal labels.
Anthony Green [Tue, 27 Apr 1999 05:18:11 +0000 (05:18 +0000)]
expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal labels.

* expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
create internal labels.
(lookup_label): Ditto.

From-SVN: r26672

25 years agoDaily bump.
Jeff Law [Tue, 27 Apr 1999 00:45:04 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26671

25 years agoMakefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.
Jeffrey A Law [Tue, 27 Apr 1999 00:39:48 +0000 (00:39 +0000)]
Makefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.

        * Makefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.
        Remove "CC".
        (FLAGS_TO_PASS): New variable.

From-SVN: r26670

25 years agosearch.c (is_subobject_of_p): Make sure we're looking at the right baseclasses.
Mark Mitchell [Tue, 27 Apr 1999 00:02:52 +0000 (00:02 +0000)]
search.c (is_subobject_of_p): Make sure we're looking at the right baseclasses.

* search.c (is_subobject_of_p): Make sure we're looking at the
right baseclasses.

From-SVN: r26669

25 years ago* Make-lang.in (cplib2.ready): Don't depend on phony targets.
Marc Espie [Mon, 26 Apr 1999 23:50:36 +0000 (23:50 +0000)]
* Make-lang.in (cplib2.ready): Don't depend on phony targets.

From-SVN: r26668

25 years agoarm.md (nop): Output instruction using output_asm_insn to fix assembler dialect problems.
Nick Burrett [Mon, 26 Apr 1999 23:42:11 +0000 (23:42 +0000)]
arm.md (nop): Output instruction using output_asm_insn to fix assembler dialect problems.

        * arm.md (nop): Output instruction using output_asm_insn to fix
        assembler dialect problems.

From-SVN: r26667

25 years ago* Makefile.in (fixinc.sh): Fix dependencies.
Robert Lipe [Mon, 26 Apr 1999 23:00:53 +0000 (23:00 +0000)]
* Makefile.in (fixinc.sh): Fix dependencies.

From-SVN: r26666

25 years agoinclhack.def (avoid_bool): Enable match if typedefs are prepended by spaces.
Robert Lipe [Mon, 26 Apr 1999 22:57:01 +0000 (22:57 +0000)]
inclhack.def (avoid_bool): Enable match if typedefs are prepended by spaces.

        * fixinc/inclhack.def (avoid_bool): Enable match if typedefs are
        prepended by spaces.
        (sco5_stat_wrappers): New fix.   Make sys/stat.h C++ safe.
        * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.

From-SVN: r26665

25 years agofunction.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_set_right...
Mumit Khan [Mon, 26 Apr 1999 22:51:09 +0000 (22:51 +0000)]
function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_set_right_libfunc calls.

        * function.c (put_var_into_stack): Change ptr_mode to Pmode
        in setup for chkr_set_right_libfunc calls.
        (assign_params): Likewise.
        * expr.c (emit_push_insn): Change ptr_mode to Pmode in
        setup for chkr_copy_bitmap_libfunc and chkr_set_right_libfunc calls.
        (expand_assignment): Change ptr_mode to Pmode in
        setup for chkr_add_libfunc and chkr_copy_bitmap_libfunc.
        (store_expr): Change ptr_mode to Pmode in
        setup for chkr_add_libfunc and chkr_copy_bitmap_libfunc.
        (expand_expr): Change ptr_mode to Pmode in
        setup for chkr_check_addr_libfunc.
        (expand_builtin): Change ptr_mode to Pmode in
        setup for chkr_check_str_libfunc, chkr_copy_bitmap_libfunc and
        chkr_check_addr_libfunc.
        * calls.c (rtx_for_function_call): Change ptr_mode to Pmode in
        setup for chkr_check_exec_libfunc.
        (expand_call): Change ptr_mode to Pmode in
        setup for chkr_set_right_libfunc.
        (expand_call): Change ptr_mode to Pmode in
        setup for chkr_set_right_libfunc.
        (store_one_arg): Change ptr_mode to Pmode in
        setup for chkr_set_right_libfunc.

Co-Authored-By: Donn Terry <donn@interix.com>
From-SVN: r26664

25 years agoc-parse.in (absdcl1): Allow attributes in explicit typespecs.
Mumit Khan [Mon, 26 Apr 1999 22:35:58 +0000 (22:35 +0000)]
c-parse.in (absdcl1): Allow attributes in explicit typespecs.

        * c-parse.in (absdcl1): Allow attributes in explicit typespecs.
        (%expect): Update.
        * c-parse.y: Regenerate.
        * c-parse.c: Likewise.
        * objc/objc-parse.c: Likewise.
        * objc/objc-parse.y: Likewise.

Co-Authored-By: Donn Terry <donn@interix.com>
From-SVN: r26663

25 years agoc-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.
Jason Merrill [Mon, 26 Apr 1999 21:18:08 +0000 (21:18 +0000)]
c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.

* c-pragma.c (push_alignment): Don't ignore alignments greater than
4 bytes.
(handle_pragma_token): Likewise.
* c-pragma.c: Support for #pragma pack (push, <id>, <n>).
(struct align_stack): Add id field.
(push_alignment, pop_alignment): Take id parameter.
(handle_pragma_token): Add necessary states.
* c-pragma.h (enum pragma_state): Add necessary states.

From-SVN: r26662

25 years agoclass.c (layout_class_method): Generate <clinit>'s rtl for interfaces.
Alexandre Petit-Bianco [Mon, 26 Apr 1999 19:09:37 +0000 (19:09 +0000)]
class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.

Sat Apr 24 16:50:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* class.c (layout_class_method): Generate <clinit>'s rtl for
  interfaces.
* decl.c (complete_start_java_method): Don't call _Jv_InitClass
  for interfaces' <clinit>.
* expr.c (lookup_field): Search for fields in interfaces.
(expand_invoke): Fixed indentation.
(expand_java_field_op): Likewise. Use IS_CLINIT.
* parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
(IS_CLINIT): New macro.
* parse.y (type_declaration:): Call maybe_generate_clinit after an
  interface was parsed.
(maybe_generate_clinit): Don't generate if the current class is an
  interface with only fields of primitive types.
(reset_method_name): Use IS_CLINIT.
(java_complete_expand_method): Expand <clinit> when it exists for
  interfaces. Use IS_CLINIT.
(resolve_expression_name): Use DECL_CONTEXT instead of
  current_class to build static field references.
(java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
  ARRAY_REF when doing xreferencing.
(check_final_assignment): Fixed typo in leading comment. Use
  IS_CLINIT.
(patch_array_ref): Don't fully expand array references when
  xreferencing.
(patch_return): Use IS_CLINIT.
(patch_throw_statement): Likewise.

From-SVN: r26661

25 years ago* config/c4x/c4x.md (*cmpqf, *cmpqf_noov, *cmpqi_test,
Michael Hayes [Mon, 26 Apr 1999 19:05:06 +0000 (19:05 +0000)]
* config/c4x/c4x.md (*cmpqf, *cmpqf_noov, *cmpqi_test,

*cmpqi_test_noov): Remove ? modifier from constraints list.
(*smulqi3_highpart_clobber, *umulqi3_highpart_clobber): Swap
output strings to match new constraint ordering.

From-SVN: r26660

25 years agocpphash.c (dump_definition): New function.
Zack Weinberg [Mon, 26 Apr 1999 16:41:02 +0000 (16:41 +0000)]
cpphash.c (dump_definition): New function.

1999-04-26 19:16 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* cpphash.c (dump_definition): New function.
* cpphash.h: Prototype it.
* cpplib.c (handle_directive): Don't output anything here.
Streamline.
(pass_thru_directive): Take a length, not a pointer to the
end.  All callers changed.
(do_define): Handle -dD, -dN, -g3 entirely here.  Streamline.
(do_include): Handle -dI here.
(do_ident): Correct to match cccp.
(do_pragma): Copy the pragma through here.
(do_assert, do_unassert): Tidy.
* cppinit.c (cpp_finish): If -dM was specified, walk the macro
hash table and call dump_definition on all the entries.
* cppmain.c: cpp_finish may produce output.

From-SVN: r26659

25 years agotoplev.c (compile_file): Move call to check_global_declarations after output_exceptio...
Mark Mitchell [Mon, 26 Apr 1999 16:03:01 +0000 (09:03 -0700)]
toplev.c (compile_file): Move call to check_global_declarations after output_exception_table to restore...


* toplev.c (compile_file): Move call to check_global_declarations
after output_exception_table to restore behavior as it was before
1999-04-22 change.

From-SVN: r26658

25 years agotoplev.c (compile_file): Move call to check_global_declarations after output_exceptio...
Mark Mitchell [Mon, 26 Apr 1999 16:02:57 +0000 (09:02 -0700)]
toplev.c (compile_file): Move call to check_global_declarations after output_exception_table to restore...

d
* toplev.c (compile_file): Move call to check_global_declarations
after output_exception_table to restore behavior as it was before
1999-04-22 change.

From-SVN: r26657

25 years agoUpdate a few addresses.
Jeff Law [Mon, 26 Apr 1999 15:58:01 +0000 (09:58 -0600)]
Update a few addresses.

From-SVN: r26656

25 years ago* natCollator.cc: New file.
Tom Tromey [Mon, 26 Apr 1999 15:42:52 +0000 (15:42 +0000)]
* natCollator.cc: New file.

From-SVN: r26655

25 years agoGregorianCalendar.java (setDefaultTime): New method.
Tom Tromey [Mon, 26 Apr 1999 15:34:44 +0000 (15:34 +0000)]
GregorianCalendar.java (setDefaultTime): New method.

* java/util/GregorianCalendar.java (setDefaultTime): New method.
(GregorianCalendar): Use it in all constructors.
* java/util/Calendar.java (Calendar): Changed argument name to
`zone' to match code.
* gnu/gcj/text/LocaleData_en.java: Added collatorRule element.
* java/text/CollationKey.java: New file.
* java/text/CollationElementIterator.java: New file.
* java/text/Collator.java: New file.
* java/text/RuleBasedCollator.java: New file.

From-SVN: r26654

25 years agoMakefile.in: Rebuilt.
Tom Tromey [Mon, 26 Apr 1999 15:12:21 +0000 (15:12 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_LDFLAGS): Added -nodefaultlibs.
(jv_convert_LDADD): Explicltly add -lm -lc.

From-SVN: r26653

25 years agolibtoolized libgcj. See ChangeLog for details.
Tom Tromey [Mon, 26 Apr 1999 14:50:15 +0000 (14:50 +0000)]
libtoolized libgcj.  See ChangeLog for details.

From-SVN: r26652

25 years agolibjava.exp (libjava_find_lib): New proc.
Tom Tromey [Mon, 26 Apr 1999 14:28:20 +0000 (14:28 +0000)]
libjava.exp (libjava_find_lib): New proc.

* lib/libjava.exp (libjava_find_lib): New proc.
(libjava_arguments): Use it.  Force static linking.

From-SVN: r26651

25 years agolibtoolized GC library. See ChangeLog for details.
Tom Tromey [Mon, 26 Apr 1999 14:15:05 +0000 (14:15 +0000)]
libtoolized GC library.  See ChangeLog for details.

Also a couple bug fixes:
* dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
`weak'.
* misc.c (GC_init_inner): If QUICK_THREADS defined, compute
GC_stackbottom.

From-SVN: r26650

25 years agoUpdate.
Richard Henderson [Mon, 26 Apr 1999 11:29:31 +0000 (04:29 -0700)]
Update.

From-SVN: r26649

25 years agoRegenerate fixinc/*.sh
Bruce Korb [Mon, 26 Apr 1999 11:16:52 +0000 (11:16 +0000)]
Regenerate fixinc/*.sh

From-SVN: r26648

25 years agoRegenerate
Bruce Korb [Mon, 26 Apr 1999 11:13:37 +0000 (11:13 +0000)]
Regenerate

From-SVN: r26647

25 years agoImprove child process exits and Remove unnecessary character quote
Bruce Korb [Mon, 26 Apr 1999 10:55:35 +0000 (10:55 +0000)]
Improve child process exits and Remove unnecessary character quote

From-SVN: r26646

25 years agoRemove unnecessary character quote
Bruce Korb [Mon, 26 Apr 1999 10:48:59 +0000 (10:48 +0000)]
Remove unnecessary character quote

From-SVN: r26645

25 years agoproperly handle child processes
Bruce Korb [Mon, 26 Apr 1999 10:38:38 +0000 (10:38 +0000)]
properly handle child processes

From-SVN: r26644

25 years agoMon Apr 26 10:41:42 EDT 1999 <amacleod@cygnus.com>
Andrew Macleod [Mon, 26 Apr 1999 07:50:15 +0000 (07:50 +0000)]
Mon Apr 26 10:41:42 EDT 1999 <amacleod@cygnus.com>

h
Mon Apr 26 10:41:42 EDT 1999  <amacleod@cygnus.com>
* config/alpha/alpha.md (builtin_setjmp_receiver): Use a label_ref.

From-SVN: r26643

25 years agoMon Apr 26 10:41:42 EDT 1999 <amacleod@cygnus.com>
Andrew Macleod [Mon, 26 Apr 1999 07:50:12 +0000 (07:50 +0000)]
Mon Apr 26 10:41:42 EDT 1999 <amacleod@cygnus.com>


Mon Apr 26 10:41:42 EDT 1999  <amacleod@cygnus.com>
* config/alpha/alpha.md (builtin_setjmp_receiver): Use a label_ref.

From-SVN: r26642

25 years agortl.texi: Document the rtl classes and their relation to formats.
Zack Weinberg [Mon, 26 Apr 1999 06:48:57 +0000 (06:48 +0000)]
rtl.texi: Document the rtl classes and their relation to formats.

1999-04-26 09:47 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* rtl.texi: Document the rtl classes and their relation to
formats.

From-SVN: r26641

25 years agofreebsd.ml (LIBS): Add ARLINK.
Loren J. Rittle [Mon, 26 Apr 1999 01:30:37 +0000 (19:30 -0600)]
freebsd.ml (LIBS): Add ARLINK.

        * config/freebsd.ml (LIBS): Add ARLINK.
        * config/openbsd.ml (LIBS): Add ARLINK.

From-SVN: r26640

25 years agoalpha.md (fix_trunc patterns): Use reg_no_subreg_operand on op0 for less work in...
Richard Henderson [Mon, 26 Apr 1999 01:05:13 +0000 (18:05 -0700)]
alpha.md (fix_trunc patterns): Use reg_no_subreg_operand on op0 for less work in reload.

        * alpha.md (fix_trunc patterns): Use reg_no_subreg_operand on op0
        for less work in reload.
        (movsf and movdf patterns): Put fp reg alternatives first.

From-SVN: r26639

25 years agoconfigure.in (openbsd): Factorize xmake_file.
Marc Espie [Mon, 26 Apr 1999 01:01:40 +0000 (01:01 +0000)]
configure.in (openbsd): Factorize xmake_file.

        * configure.in (openbsd): Factorize xmake_file.
        (ix86 openbsd): Trim obsolete comment.
        (vax openbsd): Fix typo.
        * configure: Rebuilt.

From-SVN: r26638

25 years agopa.h (architecture_type): New enum.
Jerry Quinn [Mon, 26 Apr 1999 00:54:50 +0000 (00:54 +0000)]
pa.h (architecture_type): New enum.

        * pa.h (architecture_type): New enum.
        (pa_arch_string, pa_arch): Declare.
        (MASK_PA_10, MASK_PA_20): New flags.
        (TARGET_SWITCHES): Add pa-risc-2-0.  Update docs for PA1.0 codegen.
        (TARGET_OPTIONS): Add -march= option.
        * pa.c (pa_arch, pa_arch_string):  Define.
        (override_options):  Set them.
        * pa/pa-hpux10.h (ASM_FILE_START):  Output LEVEL 2.0 asm directive for
        2.0 architecture.
        * invoke.texi (Option Summary, HPPA Options):  Document new
        architecture flags.

From-SVN: r26637

25 years agoDaily bump.
Jeff Law [Mon, 26 Apr 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26636

25 years agoconfigure.in (alloca detection): Handle alloca directly for interix.
Donn Terry [Mon, 26 Apr 1999 00:40:51 +0000 (00:40 +0000)]
configure.in (alloca detection): Handle alloca directly for interix.

        * configure.in (alloca detection): Handle alloca directly for interix.
        * configure: Rebuilt.

From-SVN: r26635

25 years ago* expr.c (expand_assignment): Improve test for pointer type.
Donn Terry [Mon, 26 Apr 1999 00:39:01 +0000 (00:39 +0000)]
* expr.c (expand_assignment): Improve test for pointer type.

From-SVN: r26634

25 years ago* alpha.c (print_operand_address): Account for the subreg word.
Richard Henderson [Mon, 26 Apr 1999 00:27:17 +0000 (17:27 -0700)]
* alpha.c (print_operand_address): Account for the subreg word.

From-SVN: r26633

25 years agofold-const.c (make_range): Always initialize arg0 and arg1.
Toshiyasu Morita [Mon, 26 Apr 1999 00:15:54 +0000 (00:15 +0000)]
fold-const.c (make_range): Always initialize arg0 and arg1.

        * fold-const.c (make_range): Always initialize arg0 and arg1.
        (fold): Simlarly for alt0 and alt1.
        * function.c (fixup_var_refs_insns): Initialize insn_list.
        (instantiate_virtual_regs_1): Initialize offset.
        * optabs.c (expand_binop): Initialize carry_in, carry_out, op0_xhigh
        and op1_xhigh.
        * stmt.c (expand_end_case): Initialize minval and maxval.

From-SVN: r26632

25 years agotoplev.c (report_error_function): Reorder file stack and function name printing.
Nathan Sidwell [Mon, 26 Apr 1999 00:07:58 +0000 (00:07 +0000)]
toplev.c (report_error_function): Reorder file stack and function name printing.

        * toplev.c (report_error_function): Reorder file stack and
        function name printing.  Ignore FILE parameter.

From-SVN: r26631

25 years agopa-hpux.h, [...]: Replace TARGET_SNAKE by TARGET_PA_11 and MASK_SNAKE by MASK_PA_11.
Jerry Quinn [Mon, 26 Apr 1999 00:04:54 +0000 (00:04 +0000)]
pa-hpux.h, [...]: Replace TARGET_SNAKE by TARGET_PA_11 and MASK_SNAKE by MASK_PA_11.

        * pa/pa-hpux.h, pa/pa-hpux10.h, pa/pa-hpux9.h, pa/pa-osf.h, pa.h,
        pa.c, pa.md, configure.in, configure: Replace TARGET_SNAKE by
        TARGET_PA_11 and MASK_SNAKE by MASK_PA_11.

From-SVN: r26630

25 years agoflags.h (inline_max_insns): Declare.
Theodore Papadopoulo [Sun, 25 Apr 1999 23:35:15 +0000 (01:35 +0200)]
flags.h (inline_max_insns): Declare.

        * flags.h (inline_max_insns): Declare.
        * integrate.c (inline_max_insns): New variable.
        (function_cannot_inline_p): Use it.
        * toplev.c (main): Add the flag -finline-limit-n.
        (display_help): Document -finline-limit-n.
        * invoke.texi: Document -finline-limit-n

From-SVN: r26629

25 years ago* stmt.c (expand_asm_operands): Reload in-out reg-only memory operands.
Richard Henderson [Sun, 25 Apr 1999 23:06:36 +0000 (16:06 -0700)]
* stmt.c (expand_asm_operands): Reload in-out reg-only memory operands.

From-SVN: r26628

25 years agoupdate NEWS derived file
Craig Burley [Sun, 25 Apr 1999 19:42:04 +0000 (15:42 -0400)]
update NEWS derived file

From-SVN: r26627

25 years agodoc fix
Craig Burley [Sun, 25 Apr 1999 19:39:22 +0000 (19:39 +0000)]
doc fix

From-SVN: r26626

25 years agofix assignment to partially-overlapped COMPLEX
Craig Burley [Sun, 25 Apr 1999 18:01:35 +0000 (18:01 +0000)]
fix assignment to partially-overlapped COMPLEX

From-SVN: r26625

25 years agofunction.c (assign_parms/STACK_BYTES): Revert last change, and that of 19 Nov.
Richard Henderson [Sun, 25 Apr 1999 13:09:33 +0000 (06:09 -0700)]
function.c (assign_parms/STACK_BYTES): Revert last change, and that of 19 Nov.

        * function.c (assign_parms/STACK_BYTES): Revert last change,
        and that of 19 Nov.

From-SVN: r26624

25 years agocalls.c (emit_call_1): New arg rounded_stack_size; update callers.
Richard Henderson [Sun, 25 Apr 1999 12:31:52 +0000 (05:31 -0700)]
calls.c (emit_call_1): New arg rounded_stack_size; update callers.

        * calls.c (emit_call_1): New arg rounded_stack_size; update callers.
        Update pending_stack_adjust based on this value.
        (compute_argument_block_size): Include pending_stack_adjust in
        PREFERRED_STACK_BOUNDARY alignment.
        * function.c (assign_parms): Don't round to PREFERRED_STACK_BOUNDARY.

From-SVN: r26623

25 years ago* gcc.dg/990424-1.c: New test.
Richard Henderson [Sun, 25 Apr 1999 12:29:35 +0000 (05:29 -0700)]
* gcc.dg/990424-1.c: New test.

From-SVN: r26622

25 years agostupid.c (stupid_mark_refs): Generate a REG_UNUSED note for a register which is clobb...
John Wehle [Sun, 25 Apr 1999 11:43:49 +0000 (11:43 +0000)]
stupid.c (stupid_mark_refs): Generate a REG_UNUSED note for a register which is clobbered even if...

* stupid.c (stupid_mark_refs): Generate a REG_UNUSED note
for a register which is clobbered even if the register
was used by an earlier instruction.
* i386.md (fix_truncsfdi2, fix_truncdfdi2,
fix_truncxfdi2): Don't bother with the gen_reg_RTX.
(fix_truncsfsi2, fix_truncsfdi2, fix_truncdfsi2,
fix_truncdfdi2, fix_truncxfsi2, fix_truncxfdi2): Update
operand constraints and modes.
* i386.c (output_fix_trunc): Use HImode register to avoid
memory stalls.  Call output_move_double instead of output_to_reg.
(output_to_reg): Remove.
* i386.h: Likewise.
* i386.md (negsf2, negdf2, negxf2): Set the type
attribute to fpop.

From-SVN: r26621

25 years agoDaily bump.
Jeff Law [Sun, 25 Apr 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26620

25 years ago* choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
Mumit Khan [Sun, 25 Apr 1999 00:23:06 +0000 (00:23 +0000)]
* choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.

From-SVN: r26619

25 years agoMakefile.in (CC1OBJ): Define in terms of CC.
Mumit Khan [Sun, 25 Apr 1999 00:21:51 +0000 (00:21 +0000)]
Makefile.in (CC1OBJ): Define in terms of CC.

        * Makefile.in (CC1OBJ): Define in terms of CC.
        (runtime-info.h): Use.

From-SVN: r26618

25 years ago* alpha.md (call_value_nt): Correct subscripts.
Donn Terry [Sat, 24 Apr 1999 23:16:46 +0000 (23:16 +0000)]
* alpha.md (call_value_nt): Correct subscripts.

From-SVN: r26617

25 years agoalpha.h (PRINT_OPERAND_ADDRESS): Break out to ...
Richard Henderson [Sat, 24 Apr 1999 20:50:46 +0000 (13:50 -0700)]
alpha.h (PRINT_OPERAND_ADDRESS): Break out to ...

        * alpha.h (PRINT_OPERAND_ADDRESS): Break out to ...
        * alpha.c (print_operand_address): here.  Handle subregs.

From-SVN: r26616

25 years agoturn LSTAT/STAT checking back on
Craig Burley [Sat, 24 Apr 1999 10:08:34 +0000 (10:08 +0000)]
turn LSTAT/STAT checking back on

From-SVN: r26615

25 years agoforgot to update news.texi
Craig Burley [Sat, 24 Apr 1999 09:29:46 +0000 (09:29 +0000)]
forgot to update news.texi

From-SVN: r26614

25 years agofix INTEGER*2 in DATA implied-DO
Craig Burley [Sat, 24 Apr 1999 09:24:13 +0000 (09:24 +0000)]
fix INTEGER*2 in DATA implied-DO

From-SVN: r26613

25 years agofix typos
Craig Burley [Sat, 24 Apr 1999 09:19:48 +0000 (05:19 -0400)]
fix typos

From-SVN: r26612

25 years agohave ChangeLog entries default to current-time-string as per gcc/, gcc/f/
Craig Burley [Sat, 24 Apr 1999 08:14:33 +0000 (04:14 -0400)]
have ChangeLog entries default to current-time-string as per gcc/, gcc/f/

From-SVN: r26611

25 years agorevert Sat Apr 17 patch
Craig Burley [Sat, 24 Apr 1999 08:10:00 +0000 (08:10 +0000)]
revert Sat Apr 17 patch

From-SVN: r26610

25 years agoDaily bump.
Jeff Law [Sat, 24 Apr 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26609

25 years agoacconfig.h (HAVE_GAS_FILDS_FISTS): Add.
John Wehle [Fri, 23 Apr 1999 19:41:03 +0000 (19:41 +0000)]
acconfig.h (HAVE_GAS_FILDS_FISTS): Add.

* acconfig.h (HAVE_GAS_FILDS_FISTS): Add.
* configure.in: Check assembler instructions.
* configure: Rebuild.
* config.in: Likewise.
* i386.md (floathisf2, floathidf2, floathixf2): New patterns.
* i386.c (print_operand): Use the proper suffix for a 387 HImode
operand.  Abort if a 387 operand has an unsupported size.

From-SVN: r26608

25 years agoalpha.c (alpha_write_verstamp): Mark `file' unused.
Richard Henderson [Fri, 23 Apr 1999 16:58:24 +0000 (09:58 -0700)]
alpha.c (alpha_write_verstamp): Mark `file' unused.

        * alpha.c (alpha_write_verstamp): Mark `file' unused.
        * alpha.h (FUNCTION_VALUE): Use gen_rtx_REG not gen_rtx.
        (LIBCALL_VALUE): Likewise.
        (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Handle normal subregs.

From-SVN: r26607

25 years agodecl2.c (finish_file): Tweak handling of extern inlines so that they are not unnecess...
Mark Mitchell [Fri, 23 Apr 1999 16:58:01 +0000 (16:58 +0000)]
decl2.c (finish_file): Tweak handling of extern inlines so that they are not unnecessarily put out.

* decl2.c (finish_file): Tweak handling of extern inlines so that
they are not unnecessarily put out.

From-SVN: r26606

25 years agoMakefile.am: Added URLDecoder and URLEncoder.
Warren Levy [Fri, 23 Apr 1999 16:36:22 +0000 (16:36 +0000)]
Makefile.am: Added URLDecoder and URLEncoder.

* Makefile.am: Added URLDecoder and URLEncoder.
* Makefile.in: Rebuilt.
* java/net/ServerSocket.java (setSocketFactory): Renamed from
setSocketImplFactory to match spec.
* java/net/Socket.java (getSoLinger): Changed return type to
match spec.
* java/net/URLDecoder.java: New file.
* java/net/URLEncoder.java: New file.

From-SVN: r26605

25 years agoalpha.c (alpha_initialize_trampoline): Add covert_memory_address calls as needed.
Donn Terry [Fri, 23 Apr 1999 15:04:07 +0000 (15:04 +0000)]
alpha.c (alpha_initialize_trampoline): Add covert_memory_address calls as needed.

        * alpha.c (alpha_initialize_trampoline): Add covert_memory_address
        calls as needed.

From-SVN: r26604

25 years ago* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
Donn Terry [Fri, 23 Apr 1999 14:58:10 +0000 (14:58 +0000)]
* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.

From-SVN: r26603

25 years agoalpha.c (alpha_expand_prologue): Don't negate frame size for use with subq.
Richard Henderson [Fri, 23 Apr 1999 14:39:42 +0000 (07:39 -0700)]
alpha.c (alpha_expand_prologue): Don't negate frame size for use with subq.

        * alpha.c (alpha_expand_prologue): Don't negate frame size
        for use with subq.

From-SVN: r26602

25 years agosearch.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and such as base classes.
Mark Mitchell [Fri, 23 Apr 1999 10:16:21 +0000 (10:16 +0000)]
search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and such as base classes.

* search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and
such as base classes.

From-SVN: r26601

25 years agoDisplay LABEL_NUSES when printing a code label
Nick Clifton [Fri, 23 Apr 1999 09:44:28 +0000 (09:44 +0000)]
Display LABEL_NUSES when printing a code label

From-SVN: r26600

25 years agoAdd Nathan Sidwell (write after approval)
Nathan Sidwell [Fri, 23 Apr 1999 04:41:38 +0000 (04:41 +0000)]
Add Nathan Sidwell (write after approval)

From-SVN: r26599

25 years agoDaily bump.
Jeff Law [Fri, 23 Apr 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26598

25 years agotree.c (build_exception_variant): Fix typo: use the chain of U, not trying V, while...
Brendan Kehoe [Thu, 22 Apr 1999 23:33:15 +0000 (23:33 +0000)]
tree.c (build_exception_variant): Fix typo: use the chain of U, not trying V, while cycling through U.

* tree.c (build_exception_variant): Fix typo: use the chain of U,
not trying V, while cycling through U.

From-SVN: r26597

25 years agoupdate NEWS derived file
Craig Burley [Thu, 22 Apr 1999 23:15:41 +0000 (19:15 -0400)]
update NEWS derived file

From-SVN: r26596

25 years agodoc cleanup vis-a-vis f2c
Craig Burley [Thu, 22 Apr 1999 23:14:03 +0000 (23:14 +0000)]
doc cleanup vis-a-vis f2c

From-SVN: r26595

25 years agocp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.
Mark Mitchell [Thu, 22 Apr 1999 23:13:12 +0000 (23:13 +0000)]
cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.

* cp-tree.h (lang_decl_flags): Remove returns_first_arg and
preserves_first_arg.  Enlarge dummy accordingly.
(DECL_TINFO_FN_P): New macro.
(SET_DECL_TINO_FN_P): Likeiwse.
(DECL_RETURNS_FIRST_ARG): Remove.
(DECL_PRESERVES_THIS): Likewise.
(DECL_INIT_PRIORITY): New macro.
(finish_struct_1): Change prototype.
(cat_namespace_levels): Remove prototype.
(vtable_decl_p): New prototype.
(vtype_decl_p): Likewise.
(sigtable_decl_p): Likewise.
(walk_globals_pred): New typedef.
(walk_globals_fn): Likewise.
(walk_globals): New prototype.
(walk_namespaces_fn): New typedef.
(walk_namespaces): New prototype.
(wrapup_globals_for_namespace): Likewise.
(walk_vtables): Remove prototype.
(walk_sigtables): Likewise.
(instantiate_pending_templates): New prototype.
* class.c (finish_struct_1): Don't return a value.
* decl.h (pending_statics): Remove declaration.
* decl.c (walk_namespaces_r): New function.
(walk_globals_r): Likewise.
(vtable_decl_p): Likewise.
(vtype_decl_p): Likewise.
(sigtable_decl_p): Likewise.
(walk_namespaces): Likewise.
(walk_globals_data): New type.
(walk_globals): New function.
(wrapup_globals_for_namespace): Likewise.
(expand_static_init): Remove assertion.  Remove redundancy in
conditional.  Don't put static data members in static_aggregates
Tidy.
(finish_function): Remove redundancy in conditional.  Don't set
DECL_RETURNS_FIRST_ARG.
(cat_namespace_levels): Remove.
* decl2.c: Include splay-tree.h and varray.h.
(priority_info_s): New structure.
(finish_vtable_vardecl): Change prototype.  Adjust for new calling
conventions.
(prune_vtable_vardecl): Likewise.
(finish_sigtable_vardecl): Likewise.
(setup_initp): Remove.
(do_dtors): Remove.
(do_ctors): Remove.
(start_static_storage_duration_function): New function.
(generate_inits_for_priority): Likewise.
(finish_static_storage_duration_function): Likewise.
(get_priority_info): Likewise.
(do_static_initialization): Likewise.
(do_static_destruction): Likewise.
(do_static_initialization_and_destruction): Likewise.
(generate_ctor_or_dtor_function): Likewise.
(generate_ctor_and_dtor_functions_for_priority): Likewise.
(pending_statics): Make it a varray.
(pending_statics_used): New variable.
(saved_inlines): Make it a varray.
(saved_inlines_used): New variable.
(finish_static_data_member): Change method of updating
pending_statics.
(mark_inline_for_output): Remove #if 0'd code.  Change method of
updating saved_inlines.
(walk_vtables): Remove.
(walk_sigtables): Likewise.
(import_export_decl): Use DECL_TINFO_FN_P.
(pending_templates): Remove declaration.
(maybe_templates): Likewise.
(static_aggregates_initp): Likewise.
(setup_initp): Likewise.
(finish_objects): Simplify.
(INITIALIZE_P_IDENTIFIER): New macro.
(PRIORITY_IDENTIFIER): New macro.
(SSDF_IDENTIFIER): New macro.
(initialize_p_decl): New variable.
(priority_decl): Likewise.
(ssdf_decl): Likewise.
(priority_info_map): Likewise.
(finish_file): Recode output of static intializers and other
file-scope finalization tasks.
* error.c (OB_END_TEMPLATE_ID): New macro.
(dump_type_real): Use it.
(dump_decl): Likewise.
(dump_function_name): Likewise.
* lex.c (set_typedecl_interface_info): Adjust for new walk_globals
interface.
(check_newline): Use walk_globals, not walk_vtables.
* pt.c (pending_tempalte_expansions): Remove.
(set_vardecl_interface_info): Likewise.
(pending_templates): Make static.
(maybe_templates): Likewise.
(instantiate_class_template): Adjust call to finish_struct_1.
(instantiate_pending_templates): New function.
* rtti.c (get_tinfo_fn): Use SET_DECL_TINFO_FN_P.
* tree.c (static_aggregates_initp): Remove.
(cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY
instead.
* Makefile.in (decl2.o): Depend on varray.h and splay-tree.h.

From-SVN: r26594

25 years agotoplev.h (wrapup_global_declarations): Declare.
Mark Mitchell [Thu, 22 Apr 1999 23:06:09 +0000 (23:06 +0000)]
toplev.h (wrapup_global_declarations): Declare.

* toplev.h (wrapup_global_declarations): Declare.
(check_global_declarations): Likewise.
* toplev.c (wrapup_global_declarations): New function, split out
from ...
(check_global_declarations): Likewise...
(compile_file): Here.

From-SVN: r26593

25 years agosupport array bounds checking
Craig Burley [Thu, 22 Apr 1999 23:01:43 +0000 (23:01 +0000)]
support array bounds checking

From-SVN: r26592

25 years agoThis isn't Saturday.
Richard Henderson [Thu, 22 Apr 1999 22:35:24 +0000 (15:35 -0700)]
This isn't Saturday.

From-SVN: r26591

25 years agoc-parse.in (expr_no_commas): Verify we've an expr before calling C_SET_EXP_ORIGINAL_CODE.
Richard Henderson [Thu, 22 Apr 1999 22:04:02 +0000 (15:04 -0700)]
c-parse.in (expr_no_commas): Verify we've an expr before calling C_SET_EXP_ORIGINAL_CODE.

        * c-parse.in (expr_no_commas): Verify we've an expr before
        calling C_SET_EXP_ORIGINAL_CODE.

From-SVN: r26590

25 years agotoplev.c (rest_of_compilation): Always set current_function_uses_only_leaf_regs appro...
John Wehle [Thu, 22 Apr 1999 19:25:05 +0000 (19:25 +0000)]
toplev.c (rest_of_compilation): Always set current_function_uses_only_leaf_regs appropriately.

* toplev.c (rest_of_compilation): Always set
current_function_uses_only_leaf_regs appropriately.

From-SVN: r26589

25 years agogxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.
Mark Mitchell [Thu, 22 Apr 1999 17:37:35 +0000 (17:37 +0000)]
gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.

* gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes
with the RTL code RETURN.
* hash.h: Regenerated.
* lex.c (reinit_parse_for_block): Use RETURN_KEYWORD.
* parse.y: Replace RETURN with RETURN_KEYWORD throughout.
* parse.c: Regenerated.
* parse.h: Likewise.
* pt.c: Include varray.h.  Include rtl.h since varray.h requires
it.
(inline_parm_levels): New variable.
(inline_parm_levels_used): Likewise.
(maybe_begin_member_template_processing): Update them.
(maybe_end_member_template_processing): Use them, rather than
guessing how many levels to pop.

From-SVN: r26588

25 years agogxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.
Mark Mitchell [Thu, 22 Apr 1999 17:37:02 +0000 (17:37 +0000)]
gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.

* gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes
with the RTL code RETURN.
* hash.h: Regenerated.
* lex.c (reinit_parse_for_block): Use RETURN_KEYWORD.
* parse.y: Replace RETURN with RETURN_KEYWORD throughout.
* parse.c: Regenerated.
* pt.c: Include varray.h.  Include rtl.h since varray.h requires
it.
(inline_parm_levels): New variable.
(inline_parm_levels_used): Likewise.
(maybe_begin_member_template_processing): Update them.
(maybe_end_member_template_processing): Use them, rather than
guessing how many levels to pop.

From-SVN: r26587

25 years ago* decl.c (make_typename_type): Tighten error-checking.
Mark Mitchell [Thu, 22 Apr 1999 16:26:44 +0000 (16:26 +0000)]
* decl.c (make_typename_type): Tighten error-checking.

From-SVN: r26586

25 years ago* Make-lang.in (JAVA_SRCS): Added check-init.c.
Tom Tromey [Thu, 22 Apr 1999 16:19:35 +0000 (16:19 +0000)]
* Make-lang.in (JAVA_SRCS): Added check-init.c.

From-SVN: r26585

25 years agoxm-cygwin.h (HAVE_BCOPY): Delete unneeded macro.
Mumit Khan [Thu, 22 Apr 1999 14:40:55 +0000 (14:40 +0000)]
xm-cygwin.h (HAVE_BCOPY): Delete unneeded macro.

        * i386/xm-cygwin.h (HAVE_BCOPY): Delete unneeded macro.
        (HAVE_BZERO): Likewise.
        (HAVE_BCMP): Likewise.
        (HAVE_RINDEX): Likewise.
        (HAVE_INDEX): Likewise.
        (DIR_SEPARATOR_2): Define.
        (GET_ENV_PATH_LIST): Turn path lists into POSIX.
        (PATH_SEPARATOR): Use ':'.

From-SVN: r26584

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