OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years ago * java/lang/natFirstThread.cc (run): Renamed from `run0'. Removed
tromey [Thu, 23 Sep 1999 19:05:50 +0000 (19:05 +0000)]
* java/lang/natFirstThread.cc (run): Renamed from `run0'.  Removed
dead code.
* java/lang/FirstThread.java (run0): Renamed to `run'.
(run): Removed.

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

24 years ago * prims.cc (main_init): New function.
tromey [Thu, 23 Sep 1999 18:50:59 +0000 (18:50 +0000)]
* prims.cc (main_init): New function.
(JvRunMain): Call it.
(_Jv_RunMain): Likewise.
Include <signal.h>.
(main_init): Ignore SIGPIPE.  Fixes PR 51.

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

24 years ago1999-09-23 10:56 -0700 Zack Weinberg <zack@bitmover.com>
zack [Thu, 23 Sep 1999 18:02:55 +0000 (18:02 +0000)]
1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>

* iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
copyright notice and special exception to GPL.

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

24 years ago * abi64.h (mips_function_value): Add prototype arguments.
ghazi [Thu, 23 Sep 1999 17:46:23 +0000 (17:46 +0000)]
* abi64.h (mips_function_value): Add prototype arguments.

* mips-protos.h: New file with mips prototypes.

* mips.c: Include "tm_p.h".
(mktemp, lookup_name): Add prototype arguments.
(extern_list, string_constant, mips_fill_delay_slot,
mips_output_external, mips_output_external_libcall,
mips_output_filename, mips_declare_object, function_prologue,
mips_expand_prologue, function_epilogue, mips16_constant,
build_mips16_function_stub, mips_output_conditional_branch):
Constify a char*.
(mips_va_start): Remove unused variable `u'.
(mips_va_arg): Cast value to unsigned when comparing against one.
(trace): Delete.
(save_restore_insns, mips_expand_prologue): Add missing arg in
call to `large_int'.

* mips.h: Move prototypes to mips-protos.h.
(data_section, memory_address_p, rdata_section,
readonly_data_section, simple_epilogue_p, text_section): Delete
prototypes delcared elsewhere.
(mips_epilogue_delay_slots, print_options): Delete unused decls.
(trace): Delete.
(GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.

* mips.md: Delete extra args in call to `mips_move_2words'.

* xm-iris6.h (alloca): Add prototype argument.

* genpeep.c: Include "tm_p.h" in generated output file.

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

24 years agoThu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod [Thu, 23 Sep 1999 15:07:26 +0000 (15:07 +0000)]
Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>

* basic-block.h (find_edge_index): Change parameters.
* flow.c (verify_edge_list): Pass basic_block parameters to
find_edge_index instead of integers.

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

24 years agoUse unsigned shift instead of signed shift.
nickc [Thu, 23 Sep 1999 14:58:54 +0000 (14:58 +0000)]
Use unsigned shift instead of signed shift.

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

24 years agoAdd test case for this patch to combine.c:
nickc [Thu, 23 Sep 1999 14:58:00 +0000 (14:58 +0000)]
Add test case for this patch to combine.c:

* combine.c (simplify_comparison): Use an unsigned shift to adjust
the constant.

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

24 years ago * gcc.1: Fix a formatting error.
law [Thu, 23 Sep 1999 14:49:11 +0000 (14:49 +0000)]
* gcc.1: Fix a formatting error.

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

24 years ago * install.texi (Configurations): Remove pyramid. Add fr30, i686,
loewis [Thu, 23 Sep 1999 13:58:53 +0000 (13:58 +0000)]
* install.texi (Configurations): Remove pyramid. Add fr30, i686,
i786, mn10200, mn10300, pdp11, v850.

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

24 years ago* ir.texi: Fix formatting errors and typos.
loewis [Thu, 23 Sep 1999 13:55:27 +0000 (13:55 +0000)]
* ir.texi: Fix formatting errors and typos.

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

24 years ago * libgcc2.c (num_digits): Add prototype with
law [Thu, 23 Sep 1999 13:37:49 +0000 (13:37 +0000)]
    * libgcc2.c (num_digits): Add prototype with
        __attribute__((const)).
        (__terminate): Add prototype.

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

24 years ago * regclass.c: Include ggc.h.
law [Thu, 23 Sep 1999 13:07:39 +0000 (13:07 +0000)]
    * regclass.c: Include ggc.h.
        * Makefile.in (regclass.o): Add ggc.h to dependency list.

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

24 years ago * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
rth [Thu, 23 Sep 1999 12:36:06 +0000 (12:36 +0000)]
    * builtins.c, dbxout.c, varasm.c: Include tm_p.h.

        * alpha/alpha.c (print_operand): Fix type of `code'.
        (alpha_output_filename): Constify.
        * alpha/alpha.h: Move all function declarations ...
        * alpha/alpha-protos.h: ... here.  New file.
        * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
        (SECTION_FUNCTION_TEMPLATE): Likewise.

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

24 years agoUse cbranch patterns when available
crux [Thu, 23 Sep 1999 11:34:49 +0000 (11:34 +0000)]
Use cbranch patterns when available

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

24 years agoDaily bump.
law [Thu, 23 Sep 1999 07:45:09 +0000 (07:45 +0000)]
Daily bump.

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

24 years agoAdd missing \
law [Thu, 23 Sep 1999 02:23:48 +0000 (02:23 +0000)]
Add missing \

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

24 years ago * ir.texi: Document CLEANUP_STMT, SCOPE_STMT, and START_CATCH_STMT.
mmitchel [Thu, 23 Sep 1999 02:10:55 +0000 (02:10 +0000)]
* ir.texi: Document CLEANUP_STMT, SCOPE_STMT, and START_CATCH_STMT.

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

24 years ago * decl.c (pushdecl): Do create a binding for extern "C" functions,
mmitchel [Thu, 23 Sep 1999 02:04:33 +0000 (02:04 +0000)]
* decl.c (pushdecl): Do create a binding for extern "C" functions,
but not for their DECL_ASSEMBLER_NAMEs.
(lookup_name_current_level): Fix formatting.
(xref_tag): Likewise.
* decl2.c (start_objects): Mark static constructors and
destructors as used.

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

24 years ago* mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
scox [Thu, 23 Sep 1999 01:03:13 +0000 (01:03 +0000)]
* mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
register offsets; let LEGITIMIZE_ADDRESS load it into a register.
(LEGITIMIZE_ADDRESS): Use plus_constant to avoid (plus (reg) (const_int 0))
* mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.

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

24 years ago * pa.c, pa.h, pa.md: Support multiple assembler dialects in
law [Wed, 22 Sep 1999 22:32:29 +0000 (22:32 +0000)]
    * pa.c, pa.h, pa.md: Support multiple assembler dialects in
        most assembler templates.

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

24 years ago * rs6000.c (expand_block_move): DImode loads and stores require
dje [Wed, 22 Sep 1999 22:27:58 +0000 (22:27 +0000)]
* rs6000.c (expand_block_move): DImode loads and stores require
word-aligned displacements.  Increment address registers with
adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.

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

24 years agoFix complex-5.c problem
meissner [Wed, 22 Sep 1999 21:37:20 +0000 (21:37 +0000)]
Fix complex-5.c problem

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

24 years ago * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
law [Wed, 22 Sep 1999 20:50:44 +0000 (20:50 +0000)]
    * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
        FP loads and stores.
        (following_call): Always return zero for the PA8000.
        * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
        FP loads and stores.
        (LEGITIMIZE_RELOAD_ADDRESS): Similarly.

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

24 years ago * libgcj.spec.in: Use `jc1' spec, not `cc1' spec.
tromey [Wed, 22 Sep 1999 20:44:41 +0000 (20:44 +0000)]
* libgcj.spec.in: Use `jc1' spec, not `cc1' spec.

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

24 years ago * pa.h (BRANCH_COST): Define.
law [Wed, 22 Sep 1999 20:37:28 +0000 (20:37 +0000)]
    * pa.h (BRANCH_COST): Define.

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

24 years ago * lang-specs.h: Added `%(jc1)' to the jc1 spec.
tromey [Wed, 22 Sep 1999 20:30:30 +0000 (20:30 +0000)]
* lang-specs.h: Added `%(jc1)' to the jc1 spec.

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

24 years ago * pa.md (return, return_internal): Use bve for PA2.0.
law [Wed, 22 Sep 1999 20:29:43 +0000 (20:29 +0000)]
    * pa.md (return, return_internal): Use bve for PA2.0.

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

24 years ago * pa.md (fused multiply): Add variants which reduce height for the
law [Wed, 22 Sep 1999 20:24:45 +0000 (20:24 +0000)]
    * pa.md (fused multiply): Add variants which reduce height for the
        fused multiply, but which still generate 2 insns.
        (fnegabs): Similarly.

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

24 years ago * pa.md (subsi3): Turn into an expander. Create two anonymous
law [Wed, 22 Sep 1999 20:11:22 +0000 (20:11 +0000)]
    * pa.md (subsi3): Turn into an expander.  Create two anonymous
        patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
        * pa.h (EXTRA_CONSTRAINT): Handle 'S'.

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

24 years ago * pa.md (subsi3): Turn into an expander. Create two anonymous
law [Wed, 22 Sep 1999 20:10:13 +0000 (20:10 +0000)]
    * pa.md (subsi3): Turn into an expander.  Create two anonymous
        patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.

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

24 years ago * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
law [Wed, 22 Sep 1999 19:57:37 +0000 (19:57 +0000)]
    * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
        for TARGET_PA_20.
        (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
        code generation.
        (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
        (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.

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

24 years ago * decl.c (define_case_label): Don't crash if we're not in a switch.
jason [Wed, 22 Sep 1999 19:16:37 +0000 (19:16 +0000)]
* decl.c (define_case_label): Don't crash if we're not in a switch.

* decl2.c (lang_decode_option): Don't bother explicitly ignoring flags.
* lang-options.h: Restore -fthis-is-variable.  Remove help strings
for unsupported flags.
* decl2.c (lang_decode_option): Accept and ignore -finit-priority.
Accept and warn about -fthis-is-variable.

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

24 years ago * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
tromey [Wed, 22 Sep 1999 16:59:35 +0000 (16:59 +0000)]
* javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
(WORDS_TO_LONG): Likewise.
(WORDS_TO_DOUBLE): Likewise.

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

24 years agoWed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod [Wed, 22 Sep 1999 15:44:57 +0000 (15:44 +0000)]
Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>

* basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
* flow.c (remove_edge): Remove extra whitespace.
(remove_fake_edges): Fix comment.
(add_noreturn_fake_exit_edges): Use the correct name.

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

24 years ago * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
nathan [Wed, 22 Sep 1999 15:24:30 +0000 (15:24 +0000)]
* Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
(mostlyclean): Depend on INTL_MOSTLYCLEAN.
(clean): Depend on INTL_CLEAN.
(maintainer-clean): Adjust.

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

24 years ago * configure.in (AC_PREREQ): Bump to 2.13.
ghazi [Wed, 22 Sep 1999 14:23:22 +0000 (14:23 +0000)]
    * configure.in (AC_PREREQ): Bump to 2.13.
        (AC_C_STRINGIZE): Call this instead of using a custom macro.

        * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.

        * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.

        * acconfig.h (HAVE_CPP_STRINGIFY): Delete.

        * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
        (HAVE_STRINGIZE): Define.

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

24 years ago * regclass.c (init_regs): Add "top_of_stack" as a garbage
law [Wed, 22 Sep 1999 14:12:00 +0000 (14:12 +0000)]
    * regclass.c (init_regs): Add "top_of_stack" as a garbage
        collection root.

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

24 years ago * c-parse.in: save and restore warn_pointer_arith on __extension__
law [Wed, 22 Sep 1999 12:58:30 +0000 (12:58 +0000)]
   * c-parse.in: save and restore warn_pointer_arith on __extension__
        along with pedantic.
        (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
        Set the type of extension to itype rather than $<itype>1 kludge.
        * extend.texi (Alternate Keywords): Adjust documentation.
        * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.

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

24 years ago * flow.c (record_active_eh_regions): Terminate loop after finding
law [Wed, 22 Sep 1999 12:09:23 +0000 (12:09 +0000)]
    * flow.c (record_active_eh_regions): Terminate loop after finding
        the last insn in the last basic block.

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

24 years agoUdo previous delta
nickc [Wed, 22 Sep 1999 10:46:35 +0000 (10:46 +0000)]
Udo previous delta

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

24 years agoFix/suppress some testsuite failures for the Arm.
nickc [Wed, 22 Sep 1999 10:22:30 +0000 (10:22 +0000)]
Fix/suppress some testsuite failures for the Arm.

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

24 years agooops - add change missed from previous delta
nickc [Wed, 22 Sep 1999 10:15:28 +0000 (10:15 +0000)]
oops - add change missed from previous delta

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

24 years ago * config/c4x/c4x.md: Delete parallel instruction peepholes.
m.hayes [Wed, 22 Sep 1999 08:26:38 +0000 (08:26 +0000)]
* config/c4x/c4x.md: Delete parallel instruction peepholes.

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

24 years ago * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
m.hayes [Wed, 22 Sep 1999 08:00:56 +0000 (08:00 +0000)]
* config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.

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

24 years ago * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
m.hayes [Wed, 22 Sep 1999 07:58:01 +0000 (07:58 +0000)]
* config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
splitting to not use output template.

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

24 years ago * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
m.hayes [Wed, 22 Sep 1999 07:53:41 +0000 (07:53 +0000)]
* config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
* config/c4x/c4x.c (c4x_va_start): New function.

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

24 years agoDaily bump.
law [Wed, 22 Sep 1999 07:45:14 +0000 (07:45 +0000)]
Daily bump.

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

24 years agoTypo last change.
rth [Wed, 22 Sep 1999 06:53:35 +0000 (06:53 +0000)]
Typo last change.

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

24 years ago Various fixes for problems discovered stress-testing GC.
samuel [Wed, 22 Sep 1999 05:51:44 +0000 (05:51 +0000)]
Various fixes for problems discovered stress-testing GC.
* config/i386/i386.c (pic_label_name): Change to char pointer.
(global_offset_table): New variable.
(load_pic_register): Fill global_offset_table if it hasn't
already been done.  Allocate pic_label_name dynamically.
* ggc.h (empty_string): New variable.
* ggc-simple.c (empty_string): Likewise.
(init_ggc): Allocate empty_string and add as root.
* stmt.c (digit_strings): New variable.
(init_stmt): Add last_block_end_note as root.  Allocate and
initialize digit_strings.
(expand_asm_operands): Use empty_string and digit_string instead
of string constants.
* profile.c (init_arc_profiler): Allocate with ggc_alloc_string
instead of xmalloc.
(output_func_start_profiler): Likewise.
* c-typeck.c (digest_init): Check if init is error_mark_node.

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

24 years ago1999-09-16 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 22 Sep 1999 04:41:26 +0000 (04:41 +0000)]
1999-09-16  Bryce McKinlay  <bryce@albatross.co.nz>
* java/text/MessageFormat.java (MessageFormat(String)): Set the
default locale.
* java/text/NumberFormat.java: Check that object is a Number. If
not, throw IllegialArgumentException.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Wed, 22 Sep 1999 01:40:28 +0000 (01:40 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * genrecog.c (not_both_true): Handle correctly cases when called for
        tests with different positions in the insn.

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

24 years agoremove check_lang_option prototype
jason [Wed, 22 Sep 1999 00:35:28 +0000 (00:35 +0000)]
remove check_lang_option prototype

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

24 years ago * decl2.c (lang_decode_option): Accept and ignore -finit-priority.
jason [Wed, 22 Sep 1999 00:30:34 +0000 (00:30 +0000)]
* decl2.c (lang_decode_option): Accept and ignore -finit-priority.
Accept and warn about -fthis-is-variable.

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

24 years ago * gnu/gcj/convert/Output_UTF8.java (write): Don't exit loop unless
tromey [Tue, 21 Sep 1999 23:20:43 +0000 (23:20 +0000)]
* gnu/gcj/convert/Output_UTF8.java (write): Don't exit loop unless
        both `inlength' and `bytes_todo' are 0.  Simplified 2-byte case.

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

24 years ago * include/posix-threads.h (_Jv_MutexDestroy): Use
tromey [Tue, 21 Sep 1999 23:01:23 +0000 (23:01 +0000)]
* include/posix-threads.h (_Jv_MutexDestroy): Use
_Jv_PthreadGetMutex.
(_Jv_MutexLock): Likewise.
(_Jv_MutexUnlock): Likewise.

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

24 years ago * machmode.h (HOST_PTR_PRINTF): Move from here ...
ghazi [Tue, 21 Sep 1999 22:31:29 +0000 (22:31 +0000)]
   * machmode.h (HOST_PTR_PRINTF): Move from here ...

       * system.h (HOST_PTR_PRINTF): ... to here.

       * mips-tfile.c: Don't include machmode.h.

       * Makefile.in (MACHMODE_H): New variable.  Update to use it.
       (mips-tfile.o): Don't depend on machmode.h.

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

24 years ago * haifa-sched.c (sched_analyze): Rename local variable `region' to
ghazi [Tue, 21 Sep 1999 22:28:47 +0000 (22:28 +0000)]
   * haifa-sched.c (sched_analyze): Rename local variable `region' to
       avoid conflicts with typedef struct `region' at the top level scope.

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

24 years ago * java/io/OutputStreamWriter.java (OutputStreamWriter): Reverted
tromey [Tue, 21 Sep 1999 21:35:41 +0000 (21:35 +0000)]
* java/io/OutputStreamWriter.java (OutputStreamWriter): Reverted
previous patch; it too was incorrect.
* java/io/PrintStream.java (PrintStream): Likewise.

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

24 years ago * basic-block.h (basic_block): Add eh_beg, eh_end.
rth [Tue, 21 Sep 1999 21:15:37 +0000 (21:15 +0000)]
    * basic-block.h (basic_block): Add eh_beg, eh_end.
        * flow.c (entry_exit_blocks): Update.
        (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
        Call new functions.
        (find_basic_blocks_1): Don't record eh_list at each bb.  Use
        lists.c functions to allocate insn lists.
        (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
        edge creation ...
        (make_eh_edge): ... here.  New.
        (move_stray_eh_region_notes): New.
        (record_active_eh_regions): New.
        (delete_unreachable_blocks): Split out block merging ...
        (try_merge_blocks): ... here.  New.
        (merge_blocks_move_predecessor_nojumps): Remove edge arg.
        Dump debugging data.
        (merge_blocks_move_successor_nojumps): Likewise.
        (merge_blocks): Use eh_beg+eh_end to validate block movement.

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

24 years ago * dump.c (dequeue_and_dump): Handle START_CATCH_STMT,
mmitchel [Tue, 21 Sep 1999 20:32:44 +0000 (20:32 +0000)]
* dump.c (dequeue_and_dump): Handle START_CATCH_STMT,
CLEANUP_STMT, and SCOPE_STMT.

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

24 years ago * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
mmitchel [Tue, 21 Sep 1999 20:27:48 +0000 (20:27 +0000)]
* g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.

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

24 years ago * decl2.c (lang_decode_option): Adjust, in the wake of recent
mmitchel [Tue, 21 Sep 1999 20:19:18 +0000 (20:19 +0000)]
* decl2.c (lang_decode_option): Adjust, in the wake of recent
changes to option processing.

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

24 years agoNew test case.
loewis [Tue, 21 Sep 1999 19:51:16 +0000 (19:51 +0000)]
New test case.

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

24 years ago * java/io/OutputStreamWriter.java (OutputStreamWriter): Don't
tromey [Tue, 21 Sep 1999 19:49:13 +0000 (19:49 +0000)]
* java/io/OutputStreamWriter.java (OutputStreamWriter): Don't
refer to `this' before calling superclass constructor.
* java/io/PrintStream.java (PrintStream): Don't refer to `this'
before calling superclass constructor.

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

24 years ago * typeck.c (get_member_function_from_ptrfunc): Allow extraction of
loewis [Tue, 21 Sep 1999 19:49:04 +0000 (19:49 +0000)]
* typeck.c (get_member_function_from_ptrfunc): Allow extraction of
function pointer from pmfs with no object given.
(convert_for_assignment): Do not return error when converting
pmfs.

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

24 years ago * extend.texi (Bound member functions): Document unbound pmf
loewis [Tue, 21 Sep 1999 19:34:59 +0000 (19:34 +0000)]
* extend.texi (Bound member functions): Document unbound pmf
conversion.

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

24 years ago* extend.texi (Bound member functions): Document unbound pmf
loewis [Tue, 21 Sep 1999 19:34:55 +0000 (19:34 +0000)]
* extend.texi (Bound member functions): Document unbound pmf
 conversion.

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

24 years agoTue Sep 21 14:55:11 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod [Tue, 21 Sep 1999 18:57:12 +0000 (18:57 +0000)]
Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>

* flow.c (split_edge): Handle insertion on a fallthrough edge which
has the EXIT_BLOCK as a dest.

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

24 years agoTue Sep 21 14:51:23 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod [Tue, 21 Sep 1999 18:54:34 +0000 (18:54 +0000)]
Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>

* flow.c (remove_edge): New function to remove an edge from the
flow graph.
(remove_fake_successors): New function to remove fake successor edges.
(remove_fake_edges): New function to remove all fake edges from the
flow graph.
(add_fake_exit_edges): New function to add fake edges from all blocks
with no successors to the exit block.
* basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
prototypes for new functions.

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

24 years agoTue Sep 21 14:49:53 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod [Tue, 21 Sep 1999 18:52:37 +0000 (18:52 +0000)]
Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>

* config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
Use Pmode to determine whether to output .dword or .word.

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

24 years ago Replace string const "<internal>" with dynamic allocation.
samuel [Tue, 21 Sep 1999 18:14:26 +0000 (18:14 +0000)]
Replace string const "<internal>" with dynamic allocation.
* lex.c (internal_filename): New variable.
(INTERNAL_FILENAME): New macro.
(init_parse): Allocate internal_filename and mark as root.  Use it
instead of a string constant.

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

24 years ago Replace string const "<built-in>" with dynamic allocation.
samuel [Tue, 21 Sep 1999 18:09:54 +0000 (18:09 +0000)]
Replace string const "<built-in>" with dynamic allocation.
* tree.c (built_in_filename): New variable.
(BUILT_IN_FILENAME): New macro.
(init_tree_codes): Allocate built_in_filename.
(make_node): Use built_in_filename instead of string constant.

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

24 years agoAdd FR30 to list of targets for which -fpic is inappropriate.
nickc [Tue, 21 Sep 1999 16:42:20 +0000 (16:42 +0000)]
Add FR30 to list of targets for which -fpic is inappropriate.

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

24 years agoThu Sep 16 15:42:39 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Tue, 21 Sep 1999 15:53:23 +0000 (15:53 +0000)]
Thu Sep 16 15:42:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
  instead of fndecl.

(This patch fixes the net Java PR #46:
 http://sourceware.cygnus.com/ml/java-prs/1999-q3/msg00092.html)

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

24 years agoAdd FR30 port.
nickc [Tue, 21 Sep 1999 15:21:17 +0000 (15:21 +0000)]
Add FR30 port.

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

24 years agoAdd FR30 target.
nickc [Tue, 21 Sep 1999 15:17:53 +0000 (15:17 +0000)]
Add FR30 target.

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

24 years ago * g77spec.c (lang_specific_driver): Initialise return value.
law [Tue, 21 Sep 1999 15:10:06 +0000 (15:10 +0000)]
    * g77spec.c (lang_specific_driver): Initialise return value.

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

24 years ago * g++.old-deja/g++.other/dyncast1.C: New test.
nathan [Tue, 21 Sep 1999 15:00:41 +0000 (15:00 +0000)]
* g++.old-deja/g++.other/dyncast1.C: New test.
* g++.old-deja/g++.other/dyncast2.C: New test.
* g++.old-deja/g++.other/dyncast3.C: New test.
* g++.old-deja/g++.other/dyncast4.C: New test.
* g++.old-deja/g++.other/dyncast5.C: New test.
* g++.old-deja/g++.eh/catch3.C: New test.
* g++.old-deja/g++.eh/catch3p.C: New test.
* g++.old-deja/g++.eh/catch4.C: New test.
* g++.old-deja/g++.eh/catch4p.C: New test.
* g++.old-deja/g++.eh/catch5.C: New test.
* g++.old-deja/g++.eh/catch5p.C: New test.
* g++.old-deja/g++.eh/catch6.C: New test.
* g++.old-deja/g++.eh/catch6p.C: New test.
* g++.old-deja/g++.eh/catch7.C: New test.
* g++.old-deja/g++.eh/catch7p.C: New test.
* g++.old-deja/g++.eh/catch8.C: New test.
* g++.old-deja/g++.eh/catch8p.C: New test.
* g++.old-deja/g++.eh/catch9.C: New test.
* g++.old-deja/g++.eh/catch9p.C: New test.

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

24 years ago * flow.c (merge_blocks_move_successor_nojumps): Delete the
law [Tue, 21 Sep 1999 14:47:23 +0000 (14:47 +0000)]
    * flow.c (merge_blocks_move_successor_nojumps): Delete the
        BARRIER at the end of the successor, not the BARRIER before
        the successor.

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

24 years ago Reimplement dynamic cast and catch matching.
nathan [Tue, 21 Sep 1999 14:40:13 +0000 (14:40 +0000)]
Reimplement dynamic cast and catch matching.
* cp-tree.h (get_dynamic_cast_base_type): Prototype new function
* search.c (dynamic_cast_base_recurse): New function.
(get_dynamic_cast_base_type): New function for dynamic cast.
* rtti.c (build_dynamic_cast_1): Determine source and target
class relationship. Call __dynamic_cast_2.
* tinfo.h (__user_type_info::upcast): New catch dispatcher.
(__user_type_info::dyncast): New dynamic cast dispatcher.
(__user_type_info::sub_kind): New nested enumeration.
(__user_type_info::contained_p): sub_kind predicate.
(__user_type_info::contained_public_p): Likewise.
(__user_type_info::contained_nonpublic_p): Likewise.
(__user_type_info::contained_nonvirtual_p: Likewise.
(__user_type_info::upcast_result): New nested struct.
(__user_type_info::dyncast_result): New nested struct.
(*::do_upcast): New catch function.
(*::do_dyncast): New dynamic cast function.
(__user_type_info::find_public_subobj): New dynamic cast
helper dispatcher.
(*::do_find_public_subobj): New dynamic cast helper function.
* tinfo.cc (__user_type_info::upcast): Define catch dispatcher.
(__user_type_info::dyncast): Define dynamic cast dispatcher.
(*::do_upcast): Define catch function.
(*::do_dyncast): Define dynamic cast function.
(*::do_find_public_subobj): Define dynamic cast helper function.
* tinfo2.cc (__throw_type_match_rtti_2): Use upcast.
(__dynamic_cast): Backwards compatibility wrapper. Use dyncast.
(__dynamic_cast_2): New dynamic cast runtime.

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

24 years ago * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
law [Tue, 21 Sep 1999 13:48:59 +0000 (13:48 +0000)]
    * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
        the compiler when building C code.

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

24 years ago * pa.c (pa_add_gc_roots): Fix thinko in last change.
law [Tue, 21 Sep 1999 12:48:36 +0000 (12:48 +0000)]
    * pa.c (pa_add_gc_roots): Fix thinko in last change.

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

24 years ago * stmt.c (any_pending_cleanups): Don't crash when
law [Tue, 21 Sep 1999 11:31:14 +0000 (11:31 +0000)]
    * stmt.c (any_pending_cleanups): Don't crash when
        current_function->stmt is unset.

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

24 years agoAdd myself to the list.
samuel [Tue, 21 Sep 1999 08:53:52 +0000 (08:53 +0000)]
Add myself to the list.

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

24 years agoForce check-in to ensure that it is up to date.
mmitchel [Tue, 21 Sep 1999 07:45:38 +0000 (07:45 +0000)]
Force check-in to ensure that it is up to date.

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

24 years agoDaily bump.
law [Tue, 21 Sep 1999 07:45:11 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * cp-tree.h (finish_stmt_expr): Change prototype.
mmitchel [Tue, 21 Sep 1999 07:41:01 +0000 (07:41 +0000)]
* cp-tree.h (finish_stmt_expr): Change prototype.
* expr.c (cplus_expand_expr): Adjust call accordingly.
* init.c (finish_init_stmts): Likewise.
* parse.y (primary): Likewise.
* pt.c (tsubst_copy): Likewise.
* semantics.c (finish_stmt_expr): Don't take two parameters.
Don't remove generated BLOCKs from the block-tree.

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

24 years ago * cp-tree.h (finish_stmt_expr): Change prototype.
oliva [Tue, 21 Sep 1999 04:06:31 +0000 (04:06 +0000)]
    * cp-tree.h (finish_stmt_expr): Change prototype.
        * expr.c (cplus_expand_expr): Adjust call accordingly.
        * init.c (finish_init_stmts): Likewise.
        * parse.y (primary): Likewise.
        * pt.c (tsubst_copy): Likewise.
        * semantics.c (finish_stmt_expr): Don't take two parameters.
        Don't remove generated BLOCKs from the block-tree.

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

24 years ago* emit-rtl.c (init_emit_once): Initialize const_int_rtx before
oliva [Tue, 21 Sep 1999 04:04:16 +0000 (04:04 +0000)]
* emit-rtl.c (init_emit_once): Initialize const_int_rtx before
other initializations that may use it for relative offsets.

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

24 years ago* config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
oliva [Tue, 21 Sep 1999 00:55:08 +0000 (00:55 +0000)]
* config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
(ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
* config/i386/sol2dbg.h: Removed.
* config/i386/sol2gas.h: New file, to enable gas work-around.
* configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
Don't use sol2dbg.h.
* configure: Rebuilt.

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

24 years ago * cp-tree.h (finish_stmt_expr): Change prototype.
mmitchel [Mon, 20 Sep 1999 21:26:06 +0000 (21:26 +0000)]
* cp-tree.h (finish_stmt_expr): Change prototype.
* expr.c (cplus_expand_expr): Adjust call accordingly.
* init.c (finish_init_stmts): Likewise.
* parse.y (primary): Likewise.
* pt.c (tsubst_copy): Likewise.
* semantics.c (finish_stmt_expr): Don't take two parameters.
Don't remove generated BLOCKs from the block-tree.

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

24 years ago * invoke.texi (-fthis-is-variable): Remove documentation.
mmitchel [Mon, 20 Sep 1999 20:24:42 +0000 (20:24 +0000)]
* invoke.texi (-fthis-is-variable): Remove documentation.

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

24 years ago Remove support for assigning to `this'.
mmitchel [Mon, 20 Sep 1999 20:19:04 +0000 (20:19 +0000)]
Remove support for assigning to `this'.
* NEWS: Note that fact.
* class.c (build_vbase_path): Don't check flag_this_is_variable.
* cp-tree.h (EXPR_STMT_ASSIGNS_THIS): Remove.
(language_function): Remove assigns_this, just_assigned_this, and
x_base_init_expr.  Add x_vcalls_possible_p.  Add vtbls_set_up_p.
(base_init_expr): Remove.
(current_vcalls_possible_p): New macro.
(vtbls_set_up_p): Likewise.
(emit_base_init): Change prototype.
* decl.c (finish_destructor_body): New function, split out from
finish_function.
(current_function_assigns_this): Remove.
(current_function_just_assigned_this): Likewise.
(start_function): Don't set them.
(finish_function): Don't check them.  Don't emit
base-initialization code here.  Generate code for destructors when
doing semantic analysis.
(finish_stmt): Don't check current_function_just_assigned_this.
* decl2.c (lang_f_options): Remove this-is-variable.
(lang_decode_option): Likewise.
(grokclassfn): Don't check flag_this_is_variable.
* init.c (emit_base_init): Return the expression generated.
(construct_virtual_bases): Don't push/pop obstacks.  Fix
typo.
(build_new_1): Don't check flag_this_is_variable.
(get_temp_regvar): Don't set DECL_REGISTER.
(build_vec_init): Don't call use_variable.
* lang-options.h: Remove "-fthis-is-variable" and
"-fno-this-is-variable".
* pt.c (tsubst_expr): Don't check EXPR_STMT_ASSIGNS_THIS.
* search.c (expand_upcast_fixups): Use finish_expr_stmt, not
expand_expr_stmt.
* semantics.c (finish_expr_stmt_real): Rename to ...
(finish_expr_stmt): This.  Remove assigned_this parameter.
(begin_if_stmt): Call do_pushlevel before starting the statement.
(begin_compound_stmt): Don't declare __FUNCTION__ in scope-less
blocks.
(setup_vtbl_ptr): Emit initialization code for bases and members
at semantic-analysis time.  Emit code to initialize vtables in
destructors here.
(expand_stmt): Use finish_expr_stmt, not finish_expr_stmt_real.
Don't handle CTOR_INITIALIZER any more.
* typeck.c (build_modify_expr): Don't check for assignments to
this.
(c_expand_return): Don't suggest assigning to `this'.

* Makefile.in (decl.o): Depend on RTL_H.
(decl2.o): Likewise.
(class.o): Likewise.
(call.o): Likewise.
(method.o): Likewise.
(search.o): Likewise.
(tree.o): Likewise.
(pt.o): Likewise.

* decl.c (duplicate_decls): When a builtin function is redeclared
as static, make sure it is mangled correctly.

* ir.texi (CTOR_INITIALIZER): Remove mention.  Fix typo.  Add
detail about the statement-tree.

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

24 years ago * basic-block.h (compute_bb_for_insn): Declare.
rth [Mon, 20 Sep 1999 20:11:36 +0000 (20:11 +0000)]
    * basic-block.h (compute_bb_for_insn): Declare.
        * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
        to use; set size of basic_block_for_insn directly.
        (find_basic_blocks): Update.

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

24 years ago * configure: Rebuilt.
tromey [Mon, 20 Sep 1999 20:09:42 +0000 (20:09 +0000)]
* configure: Rebuilt.
* configure.in: Send output of `-fuse-divide-subroutine' test
compilation to /dev/null.

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

24 years ago * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
ghazi [Mon, 20 Sep 1999 19:14:48 +0000 (19:14 +0000)]
   * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".

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

24 years ago * crtstuff.c (ON_EXIT): Delete empty macro definition.
ghazi [Mon, 20 Sep 1999 18:59:09 +0000 (18:59 +0000)]
   * crtstuff.c (ON_EXIT): Delete empty macro definition.
       (__do_global_ctors_aux): Call atexit(), not ON_EXIT().

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

24 years ago Revert this change. Gavin's patch to operand_equal_p is a better fix.
law [Mon, 20 Sep 1999 17:12:03 +0000 (17:12 +0000)]
    Revert this change.  Gavin's patch to operand_equal_p is a better fix.
         * fold-const.c (fold_range_test): Do not try to fold the range
         test if the rhs or lhs has side effects.

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

24 years ago1999-09-15 Andreas Schwab <schwab@suse.de>
tromey [Mon, 20 Sep 1999 16:27:29 +0000 (16:27 +0000)]
1999-09-15  Andreas Schwab  <schwab@suse.de>

* Makefile.in (parse.o): Depend on $(JAVA_TREE_H).

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

24 years ago * parse.y (primary): Use build_functional_cast for CV_QUALIFIER.
nathan [Mon, 20 Sep 1999 16:19:26 +0000 (16:19 +0000)]
* parse.y (primary): Use build_functional_cast for CV_QUALIFIER.

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