OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years agoDaily bump.
law [Wed, 19 Jan 2000 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago2000-01-18 Bryce McKinlay <bryce@albatross.co.nz>
tromey [Wed, 19 Jan 2000 05:06:03 +0000 (05:06 +0000)]
2000-01-18  Bryce McKinlay <bryce@albatross.co.nz>

* configure: Rebuilt.
* configure.in: Recognize --disable-interpreter.

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

24 years ago * alpha-protos.h: PROTO -> PARAMS.
ghazi [Tue, 18 Jan 2000 23:44:36 +0000 (23:44 +0000)]
    * alpha-protos.h: PROTO -> PARAMS.
        * alpha.c: Likewise.
        * elf.h: Likewise.
        * h8300.c: Likewise.
        * i386-protos.h: Likewise.
        * i386.c: Likewise.
        * m32r-protos.h: Likewise.
        * m32r.c: Likewise.
        * mips.c: Likewise.
        * mips.md: Likewise.
        * gmon-sol2.c: Likewise.
        * sparc.c: Likewise.

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

24 years ago * ns32k-protos.h: New file.
ghazi [Tue, 18 Jan 2000 23:06:06 +0000 (23:06 +0000)]
    * ns32k-protos.h: New file.

        * ns32k.c: Fix compile time warnings.

        * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
        warnings.

        * ns32k.md: Likewise.

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

24 years ago * vax-protos.h: New file.
ghazi [Tue, 18 Jan 2000 23:02:03 +0000 (23:02 +0000)]
    * vax-protos.h: New file.

        * vax.c: Fix compile time warnings.

        * vax.h: Move prototypes to vax-protos.h.  Fix compile time
        warnings.

        * vax.md: Likewise.

        * vaxv.md: Likewise.

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

24 years ago * romp-protos.h: New file.
ghazi [Tue, 18 Jan 2000 22:59:40 +0000 (22:59 +0000)]
    * romp-protos.h: New file.

        * romp.c: Fix compile time warnings.

        * romp.h: Move prototypes to romp-protos.h.  Fix compile time
        warnings.

        * romp.md: Likewise.

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

24 years ago * we32k-protos.h: New file.
ghazi [Tue, 18 Jan 2000 22:56:37 +0000 (22:56 +0000)]
    * we32k-protos.h: New file.

        * we32k.c: Fix compile time warnings.

        * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
        warnings.

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

24 years ago * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
ghazi [Tue, 18 Jan 2000 22:45:16 +0000 (22:45 +0000)]
    * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.

        * except.c (eh_regs): Likewise.

        * final.c (output_operand): Likewise.

        * fold-const.c (target_isinf, target_isnan): Likewise.

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

24 years ago * i386.h (BIGGEST_ALIGNMENT): Set to 128.
hubicka [Tue, 18 Jan 2000 16:06:54 +0000 (16:06 +0000)]
* i386.h (BIGGEST_ALIGNMENT): Set to 128.
(BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)

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

24 years ago * i386.md (memstr): Do not use rep stosb for counts divisible by 4
hubicka [Tue, 18 Jan 2000 15:25:05 +0000 (15:25 +0000)]
* i386.md (memstr): Do not use rep stosb for counts divisible by 4
when optimize_size.
(clrstrsi): Rewrite.
(strsethi, strsetqi): New expanders.
(strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
(cmpstrsi): Emit compare insn before cmpstrsi_1
(cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
(strlensi_1): Likewise.
(cmpstrsi_1): Likewise; do not output compare.
(strlen expander): Do not unroll when optimizing for size.
(*subsi3_carry): Rename to subsi3_carry
(addqi3_cc): New pattern.
* i386.h (processor_costs): Add move_ratio field.
(MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
* i386.c (*_cost): Set move_ratio.
(x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
(x86_expand_strlensi_1): Rewrite the main loop.

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

24 years ago2000-01-18 Andrew Haley <aph@cygnus.com>
aph [Tue, 18 Jan 2000 14:42:14 +0000 (14:42 +0000)]
2000-01-18  Andrew Haley  <aph@cygnus.com>

* name-finder.cc (lookup): Check for dladdr function.
acconfig.h (HAVE_DLADDR): Add.
configure.in: Check for HAVE_DLADDR
configure: Rebuilt.
include/config.h.in:  Rebuilt.

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

24 years ago2000-01-17 Andrew Haley <aph@cygnus.com>
aph [Tue, 18 Jan 2000 14:37:34 +0000 (14:37 +0000)]
2000-01-17  Andrew Haley  <aph@cygnus.com>

* prims.cc (_Jv_RunMain): Set the name of this executable.

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

24 years ago * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
nathan [Tue, 18 Jan 2000 10:23:31 +0000 (10:23 +0000)]
* cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
(build_x_typeid): Likewise.
(get_tinfo_fn): Likewise.
(get_tinfo_fn_unused): Rename to ...
(get_tinfo_decl): ... here.
* rtti.c (build_headof): Replace logic error with assertion.
(get_tinfo_fn_dynamic): Rename to ...
(get_tinfo_decl_dynamic): ... here. Make static. Use
complete_type_or_else.
(build_x_typeid): Move into ...
(build_typeid): ... here. Adjust call to
get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
throw_bad_typeid expression.
(get_tinfo_fn_unused): Rename to ...
(get_tinfo_decl): ... here. Adjust comment.
(get_tinfo_fn): Delete.
(tinfo_from_decl): New static function.
(get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
(get_typeid): Use complete_type_or_else.
(build_dynamic_cast_1): Adjust calls to
get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
* parse.y (primary): Adjust call to build_typeid.
* except.c (build_eh_type_type_ref): Adjust call to
get_tinfo_decl. Mark as used.
* class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
* decl2.c (build_expr_from_tree): Adjust call to build_typeid.
* parse.c: Regenerated.

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

24 years agoDaily bump.
law [Tue, 18 Jan 2000 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
tromey [Tue, 18 Jan 2000 06:22:13 +0000 (06:22 +0000)]
* java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
when backtrace can't be computed.

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

24 years ago * configure: Rebuilt.
tromey [Tue, 18 Jan 2000 05:33:35 +0000 (05:33 +0000)]
* configure: Rebuilt.
* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.

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

24 years ago * class.c (fixed_type_or_null): Don't clear NONNULL. Document
mmitchel [Tue, 18 Jan 2000 04:52:50 +0000 (04:52 +0000)]
* class.c (fixed_type_or_null): Don't clear NONNULL.  Document
calling convention.
(resolves_to_fixed_type_p): Document calling convention.
* rtti.c (build_x_typeid): Initialize NONNULL.

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

24 years ago * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
rth [Tue, 18 Jan 2000 00:30:17 +0000 (00:30 +0000)]
    * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
        * cse.c (find_comparison_args, fold_rtx): Likewise.
        * integrate.c (subst_constants): Likewise.
        * loop.c (get_condition): Likewise.

        * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.

        * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.

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

24 years ago * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
loewis [Tue, 18 Jan 2000 00:01:06 +0000 (00:01 +0000)]
* c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
(RESTORE_WARN_FLAGS): Unpack it.
Change semantic type of extension to ttype.
* c-common.c (split_specs_attrs): Expect an INTEGER_CST.
* c-parse.y, c-parse.c, objc/objc-parse.y,
objc/objc-parse.c: Regenerate.

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

24 years agoMon Jan 17 11:58:17 2000 Joerg Brunsmann <joerg.brunsmann@fernuni-hagen.de>
apbianco [Mon, 17 Jan 2000 22:54:30 +0000 (22:54 +0000)]
Mon Jan 17 11:58:17 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>

        * parse.y (format_parameter:): Use final: rule instead of modifiers:.
        (final:): New rule.

Joerg Brunsmann's contribution to fix the Java PR #128.

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

24 years ago * cp-tree.h (build_shared_int_cst): New function.
mmitchel [Mon, 17 Jan 2000 22:54:23 +0000 (22:54 +0000)]
* cp-tree.h (build_shared_int_cst): New function.
* call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
* class.c (modify_vtable_entry): Likewise.
(add_virtual_function): Split out code to generated shared
INTEGER_CSTs to build_share_int_cst.
(modify_all_vtables): Handle all the overridden functions here.
Add overridden functions from non-primary virtual bases to the
primary vtable.
(finish_struct_1): Adjust call to modify_all_vtables.  Add
overridden functions from non-primary bases to the vtable.
* tree.c (build_shared_int_cst): New function.

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

24 years agoOops, forgot to save ChangeLog on previous commit
zack [Mon, 17 Jan 2000 21:46:23 +0000 (21:46 +0000)]
Oops, forgot to save ChangeLog on previous commit

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

24 years ago * fixinc/fixlib.c: Add copyright notice.
zack [Mon, 17 Jan 2000 21:45:29 +0000 (21:45 +0000)]
* fixinc/fixlib.c: Add copyright notice.
(compile_re): New function.
* fixinc/fixlib.h: Prototype compile_re.

* fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
Use compile_re to compile regular expressions.

* fixinc/fixincl.c (egrep_test): Don't bother asking regexec
where the pattern matched.

* fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
use 'replace'.
(ultrix_ansi_compat): Likewise.
(interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
add egrep test.
(interactv_add2, interactv_add3): Delete.
(x11_sprintf): Don't use filename glob.
* fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
Regenerate.

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

24 years ago * cp-tree.h (scratchalloc): Remove.
mmitchel [Mon, 17 Jan 2000 20:18:43 +0000 (20:18 +0000)]
* cp-tree.h (scratchalloc): Remove.
(build_scratch_list): Likewise.
* call.c (convert_class_to_reference): Replace build_scratch_list
and build_expr_list with build_tree_list.
(add_candidate): Replace scratchalloc with expralloc.  Note memory
leak.
(build_user_type_conversion_1):  Replace build_scratch_list
and build_expr_list with build_tree_list.
(build_new_op): Likewise.
(build_op_delete_call): Likewise.
(convert_like): Likewise.
* cvt.c (ocp_convert): Likewise.
* decl.c (start_decl): Likewise.
(start_function): Likewise.
(finish_destructor_body): Likewise.
(maybe_build_cleanup_1): Likewise.
* decl2.c (reparse_decl_as_expr): Likewise.
* init.c (perform_member_init): Likewise.
(expand_cleanup_for_base): Likewise.
(build_builtin_delete_call): Likewise.
(build_new_1): Likewise.
(build_delete): Likewise.
* method.c (do_build_assign_ref): Likewise.
* parse.y (already_scoped_stmt): Likewise.
(nontrivial_exprlist): Likewise.
(net_initializer): Likewise.
(initlist): Likewise.
* parse.c: Regenerated.
* rtti.c (build_x_typeid): Likewise.
(build_dynamic_cast_1): Likewise.
* typeck.c (build_x_compound_expr): Likewise.
(build_static_cast): Likewise.
(build_modify_expr): Likewise.

* cp-tree.h (DECL_VINDEX): Add documentation.
* class.c (build_vtable_entry): Likewise.
(start_vtable): Add comment.
(add_virtual_function): Replace pending_hard_virtuals with
overridden_virtuals and pending_virtuals with new_virtuals.
Replace redundant assignments with assertions.
(check_for_override): Add comment.
(check_bases_and_members): Replace pending_hard_virtuals with
overridden_virtuals and pending_virtuals with new_virtuals.
(create_vtbl_ptr): Likewise.
(layout_class_type): Likewise.
(finish_struct_1): Likewise.  Add comments.

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

24 years ago * java/lang/Runtime.java (loadLibraryInternal): Declare.
tromey [Mon, 17 Jan 2000 19:22:20 +0000 (19:22 +0000)]
* java/lang/Runtime.java (loadLibraryInternal): Declare.
* java/lang/natClassLoader.cc (_Jv_FindClass): Removed dead copy.
(_Jv_FindClassInCache): Likewise.
(_Jv_FindClass): Don't conditionalize body on INTERPRETER.
(findSystemClass): Try to load class from compiled module.
Include Runtime.h.
* java/lang/natRuntime.cc (load): Use UTF-8 copy of filename.
(loadLibrary): Likewise.
(lt_preloaded_symbols): Define.
(loadLibraryInternal): New method.
* include/config.h.in: Rebuilt.
* acconfig.h (USE_LTDL): Added.
* Makefile.am (SUBDIRS): Added $(DIRLTDL).
(INCLUDES): Added $(INCLTDL).b
(libgcj_la_DEPENDENCIES): Added $(LIBLTDL).
(libgcj_la_LIBADD): Likewise.
* aclocal.m4, configure: Rebuilt.
* configure.in: Added libltdl support.

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

24 years agoInitial revision
tromey [Mon, 17 Jan 2000 19:00:44 +0000 (19:00 +0000)]
Initial revision

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

24 years ago * prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.
tromey [Mon, 17 Jan 2000 18:56:43 +0000 (18:56 +0000)]
* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.

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

24 years ago * gjavah.c (print_field_info): Allow non-static final fields.
tromey [Mon, 17 Jan 2000 18:25:37 +0000 (18:25 +0000)]
* gjavah.c (print_field_info): Allow non-static final fields.

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

24 years agoUpdate copyrights
ghazi [Mon, 17 Jan 2000 17:16:21 +0000 (17:16 +0000)]
Update copyrights

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

24 years agoUpdate copyrights
ghazi [Mon, 17 Jan 2000 16:49:30 +0000 (16:49 +0000)]
Update copyrights

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

24 years ago * print-rtl.c: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 16:01:04 +0000 (16:01 +0000)]
    * print-rtl.c: PROTO -> PARAMS.
        * real.c: Likewise.
        * reg-stack.c: Likewise.
        * resource.c: Likewise.
        * sdbout.h: Likewise.
        * simplify-rtx.c: Likewise.
        * stor-layout.c: Likewise.
        * stupid.c: Likewise.
        * xcoffout.c: Likewise.
        * xcoffout.h: Likewise.

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

24 years ago * toplev.c: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 15:55:18 +0000 (15:55 +0000)]
    * toplev.c: PROTO -> PARAMS.
        * toplev.h: Likewise.
        * tree.c: Likewise.
        * tree.h: Likewise.
        * unroll.c: Likewise.
        * varasm.c: Likewise.
        * varray.c: Likewise.
        * varray.h: Likewise.

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

24 years ago * reload.c: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 15:47:29 +0000 (15:47 +0000)]
    * reload.c: PROTO -> PARAMS.
        * reload.h: Likewise.
        * reload1.c: Likewise.
        * reorg.c: Likewise.
        * resource.h: Likewise.
        * rtl.c: Likewise.
        * rtl.h: Likewise.
        * rtlanal.c: Likewise.
        * sbitmap.h: Likewise.
        * sdbout.c: Likewise.
        * stack.h: Likewise.
        * stmt.c: Likewise.
        * system.h: Likewise.

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

24 years ago2000-01-14 Andrew Haley <aph@cygnus.com>
aph [Mon, 17 Jan 2000 15:45:24 +0000 (15:45 +0000)]
2000-01-14  Andrew Haley  <aph@cygnus.com>

* java/lang/natThrowable.cc: New file.

* java/lang/Throwable.java (fillInStackTrace): Make native.
(printStackTrace): Call native method to do this.
(Throwable): Call fillInStackTrace.
(stackTrace): New variable.

* include/jvm.h: Add _Jv_ThisExecutable functions.

* prims.cc: (_Jv_execName): New variable.
(catch_segv): Call fillInStackTrace.
(catch_fpe): Ditto.
(_Jv_ThisExecutable): New functions.
(JvRunMain): Set the name of this executable.

* Makefile.am: Add java/lang/natThrowable.cc.
Add name-finder.cc.
* Makefile.in: Rebuilt.

* acconfig.h: Add HAVE_PROC_SELF_EXE.

* configure.in: Force link with __frame_state_for in
FORCELIBGCCSPEC.  Add new checks for backtrace.
* include/config.h.in: Rebuilt.

* name-finder.cc: New file.
* include/name-finder.h: New file.

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

24 years ago * machmode.h: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 15:37:04 +0000 (15:37 +0000)]
    * machmode.h: PROTO -> PARAMS.
        * mbchar.h: Likewise.
        * mips-tdump.c: Likewise.
        * mips-tfile.c: Likewise.
        * optabs.c: Likewise.
        * output.h: Likewise.
        * prefix.c: Likewise.
        * profile.c: Likewise.
        * protoize.c: Likewise.
        * real.h: Likewise.
        * recog.c: Likewise.
        * recog.h: Likewise.
        * regclass.c: Likewise.
        * regmove.c: Likewise.
        * regs.h: Likewise.

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

24 years ago * ggc-common.c: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 15:28:05 +0000 (15:28 +0000)]
    * ggc-common.c: PROTO -> PARAMS.
        * ggc-page.c: Likewise.
        * ggc-simple.c: Likewise.
        * ggc.h: Likewise.
        * global.c: Likewise.
        * graph.c: Likewise.
        * gthr-win32.h: Likewise.
        * haifa-sched.c: Likewise.
        * halfpic.h: Likewise.
        * integrate.c: Likewise.
        * integrate.h: Likewise.
        * jump.c: Likewise.
        * lcm.c: Likewise.
        * local-alloc.c: Likewise.
        * loop.c: Likewise.
        * loop.h: Likewise.

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

24 years ago * genattr.c: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 15:17:38 +0000 (15:17 +0000)]
    * genattr.c: PROTO -> PARAMS.
        * genattrtab.c: Likewise.
        * gencheck.c: Likewise.
        * gencodes.c: Likewise.
        * genconfig.c: Likewise.
        * genemit.c: Likewise.
        * genextract.c: Likewise.
        * genflags.c: Likewise.
        * gengenrtl.c: Likewise.
        * genopinit.c: Likewise.
        * genoutput.c: Likewise.
        * genpeep.c: Likewise.
        * genrecog.c: Likewise.

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

24 years ago * All files: PROTO -> PARAMS.
ghazi [Mon, 17 Jan 2000 14:51:05 +0000 (14:51 +0000)]
    * All files: PROTO -> PARAMS.

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

24 years agoDaily bump.
law [Mon, 17 Jan 2000 08:45:06 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * class.c (finish_struct_1): Replace redundant code with
mmitchel [Mon, 17 Jan 2000 05:12:39 +0000 (05:12 +0000)]
* class.c (finish_struct_1): Replace redundant code with
assertions.

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

24 years ago * tree.h (BINFO_VPTR_FIELD): Augment documentation.
mmitchel [Mon, 17 Jan 2000 04:15:50 +0000 (04:15 +0000)]
* tree.h (BINFO_VPTR_FIELD): Augment documentation.

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

24 years ago * cp-tree.h (flag_new_abi): Move.
mmitchel [Mon, 17 Jan 2000 04:08:01 +0000 (04:08 +0000)]
* cp-tree.h (flag_new_abi): Move.
(flag_use_cxa_atexit): Likewise.
(flag_honor_std): Likewise.
(flag_rtti): Likewise.
(vbase_offsets_in_vtable_p): Define.
(vptrs_present_everywhere_p): Likewise.
(TYPE_CONTAINS_VPTR_P): Likewise.
(dfs_walk_real): Declare.
* class.c (build_vbase_pointer_fields): Check
vbase_offsets_in_vtable_p.
(dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
BINFO_VPTR_FIELD.
(build_vbase_offset_vtbl_entries): Simplify.
(build_vbase_offset_vtbl_entries): Adjust.
(build_vbase_pointer): Add ability to look up vbase offsets in
vtable.
(start_vtable): New function.
(add_virtual_function): Use it.
(determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
(num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
(build_vtbl_initializer): Take the type of the complete object as
input.  Use it to correctly calculate vbase offsets.
(dfs_finish_vtbls): Pass the complete type to
build_vtbl_initializer.
(check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
(create_vtable_ptr): Create a vtable even if there are no
new virtual functions, under the new ABI.
(finish_struct_1): Likewise.
(get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
* decl.c (exapnd_static_init): Remove call to
preserve_initializer.
* decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
vtables.
* init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
(expand_virtual_init): Use vbase_offsets_in_vtable_p.
(construct_virtual_bases): Don't initialize virtual base pointers
under the new ABI.
(build_aggr_init): Clean up comment.
(expand_aggr_init_1): Likewise.
* rtti.c (expand_class_desc): Store the virtual function table
index where the vbase offset lives in the offset field.
* search.c (dfs_walk_real): Make it global.
(dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
* tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.

* tinfo.h (USItype): Make it signed under the new ABI.
* tinfo.cc (convert_to_base): New function.  Encapsulate base
conversion logic here.
(__class_type_info::do_upcast): Use it.
(__class_type_info::do_dyncast): Likewise.
(__class_type_info::do_find_public_subobj): Likewise.

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

24 years ago2000-01-16 Anthony Green <green@cygnus.com>
green [Mon, 17 Jan 2000 00:00:43 +0000 (00:00 +0000)]
2000-01-16  Anthony Green  <green@cygnus.com>

* java/lang/StringBuffer.java (StringBuffer): Don't special case
null argument.

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

24 years ago2000-01-16 Anthony Green <green@cygnus.com>
green [Sun, 16 Jan 2000 23:56:06 +0000 (23:56 +0000)]
2000-01-16  Anthony Green  <green@cygnus.com>

* parse.y (build_string_concatenation): Only use
StringBuffer(String) shortcut if String arg is constant.

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

24 years ago2000-01-16 Jeff Sturm <jsturm@sigma6.com>
tromey [Sun, 16 Jan 2000 21:33:46 +0000 (21:33 +0000)]
2000-01-16  Jeff Sturm  <jsturm@sigma6.com>

* java/io/StreamTokenizer.java (nextToken): Avoid unread(TT_EOF).

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

24 years ago*** empty log message ***
green [Sun, 16 Jan 2000 21:01:25 +0000 (21:01 +0000)]
*** empty log message ***

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

24 years ago * init.c (construct_virtual_bases): Don't look up the addresses of
mmitchel [Sun, 16 Jan 2000 20:22:56 +0000 (20:22 +0000)]
* init.c (construct_virtual_bases): Don't look up the addresses of
virtual bases at run-time.

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

24 years ago * libjava.lang/pr83.out: New file.
green [Sun, 16 Jan 2000 19:55:09 +0000 (19:55 +0000)]
* libjava.lang/pr83.out: New file.
* libjava.lang/pr83.java: New file.

* libjava.lang/pr109.out: New file.
* libjava.lang/pr109.java: New file.

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

24 years agoOops, a reference to mmap_zero remained
oliva [Sun, 16 Jan 2000 18:49:31 +0000 (18:49 +0000)]
Oops, a reference to mmap_zero remained

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

24 years ago* aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
oliva [Sun, 16 Jan 2000 18:16:55 +0000 (18:16 +0000)]
* aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
* configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
* ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
* configure, config.in: Rebuilt.

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

24 years ago * config/i386/i386.md: Add peephole to merge successive stack
zack [Sun, 16 Jan 2000 17:53:02 +0000 (17:53 +0000)]
* config/i386/i386.md: Add peephole to merge successive stack
adjusts.

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

24 years ago * class.c (build_vbase_pointer): Relocate.
mmitchel [Sun, 16 Jan 2000 17:38:06 +0000 (17:38 +0000)]
* class.c (build_vbase_pointer): Relocate.
(build_vbase_pointer_fields): Likewise.
(dfs_build_vbase_offset_vtbl_entries): Likewise.
(build_vbase_offset_vtbl_entries): Likewise.

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

24 years ago * decl.c (init_decl_processing): Complain if -fnew-abi
mmitchel [Sun, 16 Jan 2000 17:06:42 +0000 (17:06 +0000)]
* decl.c (init_decl_processing): Complain if -fnew-abi
-fno-vtable-thunks is used.

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

24 years ago * decl2.c (lang_decode_option): Don't couple flag_honor_std to
mmitchel [Sun, 16 Jan 2000 17:03:49 +0000 (17:03 +0000)]
* decl2.c (lang_decode_option): Don't couple flag_honor_std to
flag_new_abi.

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

24 years ago * cp-tree.h (num_extra_vtbl_entries): New function.
mmitchel [Sun, 16 Jan 2000 16:59:44 +0000 (16:59 +0000)]
* cp-tree.h (num_extra_vtbl_entries): New function.
(size_extra_vtbl_entries): Likewise.
(dfs_vtable_path_unmark): Likewise.
(dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
(dfs_vtable_path_marked_real_bases_queue_p): Likewise.
* class.c (num_extra_vtbl_entries): New function.
(size_extra_vtbl_entries): Likewise.
(dfs_build_vbase_offset_vtbl_entries): New function.
(build_vbase_offset_vtbl_entries): Likewise.
(build_vtbl_initializer): Use it.
(finish_struct_1): Adjust vtable sizes (using
num_extra_vtbl_entries).
* expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
THUNK_DECL is non-NULL before expanding it.
* init.c (expand_virtual_init): Adjust the vtable pointer by
size_extra_vtbl_entries before storing it.
* search.c (get_shared_vase_if_not_primary): Adjust prototype.
Handle TREE_LIST parameters here, not in the dfs_* functions.
(dfs_unmarked_real_bases_queue_p): Adjust.
(dfs_marked_real_bases_queue_p): Likewise.
(dfs_vtable_path_unmarked_real_bases_queue_p): New function.
(dfs_vtable_path_marked_real_bases_queue_p): New function.
(dfs_vtable_path_unmark): Likewise.

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

24 years agoDaily bump.
law [Sun, 16 Jan 2000 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
wehle [Sat, 15 Jan 2000 20:46:21 +0000 (20:46 +0000)]
* gcse.c (insert_insn_end_bb): Use emit_block_insn_before
instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
when walking backwards to find all the parameter loads when
the basic block ends in a call.

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

24 years agoDaily bump.
law [Sat, 15 Jan 2000 08:45:06 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * optimize.c (copy_body_r): Clear the operand three of a
mmitchel [Sat, 15 Jan 2000 04:36:04 +0000 (04:36 +0000)]
* optimize.c (copy_body_r): Clear the operand three of a
TARGET_EXPR when copying it.

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

24 years ago * loop.c (this_loop_info): Delete.
m.hayes [Sat, 15 Jan 2000 03:01:49 +0000 (03:01 +0000)]
* loop.c (this_loop_info): Delete.
(uid_loop): Add in place of uid_loop_num.  All uses updated.
  (loop_number_exit_count): Delete and replace with entry in loop
structure.  All uses updated.
(loop_number_loop_starts, loop_number_loop_ends): Likewise.
(loop_number_loop_cont, loop_number_cont_dominator): Likewise.
(loop_outer_loop): Likewise.
(loop_invalid, loop_number_exit_labels): Likewise.
(loop_used_count_register): Delete and replace with entry in
loop_info structure.
(find_and_verify_loops): Add loops argument.
(verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
loop_end, etc. arguments with loop structure pointer.  All callers
changed.
(loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
(check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
(load_mems_and_recount_loop_regs_set, load_mems): Likewise.
(insert_bct): Likewise.
(basic_induction_var): New argument level.
* loop.h (struct loop_info): Delete fields num, loops_enclosed,
vtop, and cont.  Add used_count_register.
(uid_loop): Delete declaration.
  (loop_number_exit_count): Likewise.
(loop_number_loop_starts, loop_number_loop_ends): Likewise.
(loop_number_loop_cont, loop_number_cont_dominator): Likewise.
(loop_outer_loop, loop_used_count_register): Likewise.
(loop_invalid, loop_number_exit_labels): Likewise.
(unroll_loop): Replace loop_start and loop_end arguments
  with loop structure pointer.
(loop_precondition_p, loop_iterations): Likewise.
Include basic-block.h.
* unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
  with loop structure pointer.
(loop_precondition_p, loop_iterations): Likewise.
* basic-block.h (struct loop): New entries vtop, cont,
  cont_dominator, start, end, top, scan_start, exit_labels,
exit_count.
* Makefile.in (LOOP_H): Add basic-block.h to dependencies.

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

24 years ago * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
gerald [Sat, 15 Jan 2000 03:00:11 +0000 (03:00 +0000)]
* defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.

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

24 years agoNew test case.
loewis [Fri, 14 Jan 2000 23:43:19 +0000 (23:43 +0000)]
New test case.

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

24 years ago * method.c (build_decl_overload_real): Check whether we are in ::
loewis [Fri, 14 Jan 2000 23:42:10 +0000 (23:42 +0000)]
* method.c (build_decl_overload_real): Check whether we are in ::
before returning __builtin_new/delete.

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

24 years ago * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
nathan [Fri, 14 Jan 2000 23:11:38 +0000 (23:11 +0000)]
* config.in: Rebuilt for 2000-01-13 change to acconfig.h.

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

24 years ago * pdp11-protos.h: New file.
ghazi [Fri, 14 Jan 2000 23:07:07 +0000 (23:07 +0000)]
    * pdp11-protos.h: New file.

        * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
        time warnings.

        * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
        warnings.

        * pdp11.md: Likewise.

        * 2bsd.h: Likewise.

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

24 years ago * mn10300-protos.h: New file.
ghazi [Fri, 14 Jan 2000 23:03:45 +0000 (23:03 +0000)]
    * mn10300-protos.h: New file.

        * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
        time warnings.

        * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
        warnings.

        * mn10300.md: Likewise.

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

24 years ago * mn10200-protos.h: New file.
ghazi [Fri, 14 Jan 2000 23:00:20 +0000 (23:00 +0000)]
    * mn10200-protos.h: New file.

        * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
        time warnings.

        * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
        warnings.

        * mn10200.md: Likewise.

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

24 years ago * h8300-protos.h: New file.
ghazi [Fri, 14 Jan 2000 22:57:31 +0000 (22:57 +0000)]
    * h8300-protos.h: New file.

        * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
        time warnings.

        * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
        warnings.

        * h8300.md: Likewise.

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

24 years ago * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
ghazi [Fri, 14 Jan 2000 22:53:45 +0000 (22:53 +0000)]
    * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
        (asm_emit_uninitialised): Likewise.

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

24 years ago * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
gavin [Fri, 14 Jan 2000 22:30:12 +0000 (22:30 +0000)]
* config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
* config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.

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

24 years ago * config/mips/mips.c (override_options): Don't turn on extra
cpopetz [Fri, 14 Jan 2000 21:38:23 +0000 (21:38 +0000)]
* config/mips/mips.c (override_options): Don't turn on extra
alignment for mips16.

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

24 years ago * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
cpopetz [Fri, 14 Jan 2000 21:21:57 +0000 (21:21 +0000)]
* config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
eabi, and make sure queued POSTINCREMENT rtl is emitted at
the right point.

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

24 years ago * builtins.c (PAD_VARARGS_DOWN): Define.
cpopetz [Fri, 14 Jan 2000 21:19:51 +0000 (21:19 +0000)]
* builtins.c (PAD_VARARGS_DOWN): Define.
(std_expand_builtin_va_arg): Use the above macro.
* config/mips/mips.c (PAD_VARARGS_DOWN): Define.
* tm.texi (Register Arguments): Document the above macro.

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

24 years agoIf RTL checking is enabled, make sure that emit_insn is not used to emit a
nickc [Fri, 14 Jan 2000 20:51:04 +0000 (20:51 +0000)]
If RTL checking is enabled, make sure that emit_insn is not used to emit a
jump insn.

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

24 years ago * eh-common.h: PROTO -> PARAMS.
ghazi [Fri, 14 Jan 2000 17:14:43 +0000 (17:14 +0000)]
* eh-common.h: PROTO -> PARAMS.
* emit-rtl.c: Likewise.
* errors.c: Likewise.
* errors.h: Likewise.
* except.c: Likewise.
* except.h: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* final.c: Likewise.
* fix-header.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* function.h: Likewise.
* gcc.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.

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

24 years ago * sh-protos.h: New file.
ghazi [Fri, 14 Jan 2000 16:28:59 +0000 (16:28 +0000)]
* sh-protos.h: New file.

* sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
Add static prototypes.  Fix compile time warnings.

* sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
* sh.md: Likewise.
* elf.h: Likewise.

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

24 years ago * arc-protos.h: New file.
ghazi [Fri, 14 Jan 2000 16:21:46 +0000 (16:21 +0000)]
* arc-protos.h: New file.

* arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
time warnings.

* arc.h: Move prototypes to arc-protos.h.  Fix compile time
warnings.

* arc.md: Likewise.

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

24 years ago * dsp16xx-protos.h: New file.
ghazi [Fri, 14 Jan 2000 16:16:46 +0000 (16:16 +0000)]
* dsp16xx-protos.h: New file.

* dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
time warnings.

* dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
warnings.

* dsp16xx.md: Likewise.

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

24 years ago * convex-protos.h: New file.
ghazi [Fri, 14 Jan 2000 16:04:32 +0000 (16:04 +0000)]
* convex-protos.h: New file.

* convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
time warnings.

* convex.h: Move prototypes to convex-protos.h.  Fix compile time
warnings.

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

24 years ago * elxsi-protos.h: New file.
ghazi [Fri, 14 Jan 2000 16:00:37 +0000 (16:00 +0000)]
* elxsi-protos.h: New file.

* elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
time warnings.

* elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
warnings.

* elxsi.md: Likewise.

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

24 years ago * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
cpopetz [Fri, 14 Jan 2000 14:31:43 +0000 (14:31 +0000)]
* config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
        case for moving from HI/LO/HI_LO_REG.  This makes the behavior
        match the comment for MIPS16.

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

24 years agoCommit the change corresponding to the ChangeLog entry:
gdr [Fri, 14 Jan 2000 11:51:14 +0000 (11:51 +0000)]
Commit the change corresponding to the ChangeLog entry:
2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>

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

24 years agoCommit ChangeLog entries 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
nathan [Fri, 14 Jan 2000 11:22:56 +0000 (11:22 +0000)]
Commit ChangeLog entries 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
corresponding to commit of configure.in 1.324, acconfig.h 1.41,
Makefile.in 1.364, cp/g++spec.c 1.19, cp/Make-lang.in 1.42
ChangeLog:
* configure.in (--enable-new-gxx-abi): New option.
* acconfig.h (ENABLE_NEW_GXX_ABI): New define.
* Makefile.in (GXX_ABI_FLAG): New variable.
* configure: Regenerate.
cp/ChangeLog:
* g++spec.c (lang_specific_driver): Add -fnew-abi if
ENABLE_NEW_GXX_ABI defined.
* Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.

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

24 years ago * flow.c (split_edge): Do not call set_block_for_insn if we
law [Fri, 14 Jan 2000 11:21:22 +0000 (11:21 +0000)]
    * flow.c (split_edge): Do not call set_block_for_insn if we
        do not have a basic_block_for_insn structure.

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

24 years ago * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
law [Fri, 14 Jan 2000 09:28:10 +0000 (09:28 +0000)]
    * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
        and destination functions are 32bit aligned within the trampoline.
        (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
        (TRAMPOLINE_ALIGNMENT): Define.

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

24 years agoDaily bump.
law [Fri, 14 Jan 2000 08:45:06 +0000 (08:45 +0000)]
Daily bump.

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

24 years ago * cse.c (cse_insn): When changing (set (pc) (reg)) to
law [Fri, 14 Jan 2000 08:35:56 +0000 (08:35 +0000)]
    * cse.c (cse_insn): When changing (set (pc) (reg)) to
        (set (pc) (label_ref)), verify the change creates a valid insn.

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

24 years agoCopyright dates.
law [Fri, 14 Jan 2000 08:21:53 +0000 (08:21 +0000)]
Copyright dates.

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

24 years ago * fr30.c (call_operand): Tighten and rework to match rules for
law [Fri, 14 Jan 2000 07:29:20 +0000 (07:29 +0000)]
    * fr30.c (call_operand): Tighten and rework to match rules for
        call RTL expressions.
        * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
        * fr30.md (call patterns): Improve constraints.

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

24 years ago * fr30.c (fr30_expand_epilogue): Revert last change.
law [Fri, 14 Jan 2000 06:45:23 +0000 (06:45 +0000)]
    * fr30.c (fr30_expand_epilogue): Revert last change.
        Use emit_jump_insn for the return insn.

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

24 years ago * pt.c (tsubst_friend_function): Improve comment.
mmitchel [Fri, 14 Jan 2000 05:45:52 +0000 (05:45 +0000)]
* pt.c (tsubst_friend_function): Improve comment.
(instantiate_decl): Avoid crashing when a "nested" function is
instantiated from the top level.

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

24 years agoThu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
jle [Fri, 14 Jan 2000 02:01:21 +0000 (02:01 +0000)]
Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
                          Stan Cox  <scox@cygnus.com>

* predict.c: New file. Preliminary infrastructure work for static
branch prediction and basic block reordering.
* basic-block.h: Add prototype for estimate_probability.
* Makefile.in: Add rules for predict.o.

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

24 years ago * fixincludes (va_list): Use __not_va_list__ for the dummy.
jason [Fri, 14 Jan 2000 01:46:49 +0000 (01:46 +0000)]
* fixincludes (va_list): Use __not_va_list__ for the dummy.
* fixinc/*: Likewise.

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

24 years agoHappy new year!
amylaar [Fri, 14 Jan 2000 01:37:48 +0000 (01:37 +0000)]
Happy new year!

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

24 years ago * cccp.c: PROTO -> PARAMS.
ghazi [Fri, 14 Jan 2000 00:46:57 +0000 (00:46 +0000)]
* cccp.c: PROTO -> PARAMS.
* cexp.y: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* convert.h: Likewise.
* cse.c: Likewise.
* dbxout.c: Likewise.
* dbxout.h: Likewise.
* diagnostic.c: Likewise.
* doprint.c: Likewise.
* dwarf2out.c: Likewise.
* dwarf2out.h: Likewise.
* dwarfout.c: Likewise.
* dwarfout.h: Likewise.
* dyn-string.h: Likewise.

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

24 years ago * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
ghazi [Thu, 13 Jan 2000 23:43:55 +0000 (23:43 +0000)]
    * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
        macro conditionals guarding use.

        * dwarf2out.c: Include "tm_p.h".

        * function.c (locate_and_pad_parm): Mark parameter with
        ATTRIBUTE_UNUSED.
        (expand_function_end): Likewise for variable `context'.

        * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.

cp:
        * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.

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

24 years agofix compile time warnings about unused epilogue instructions
nickc [Thu, 13 Jan 2000 23:01:59 +0000 (23:01 +0000)]
fix compile time warnings about unused epilogue instructions

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

24 years ago * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
zack [Thu, 13 Jan 2000 18:18:10 +0000 (18:18 +0000)]
* longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
to avoid -Wtraditional warning.

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

24 years ago * java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader',
tromey [Thu, 13 Jan 2000 18:13:31 +0000 (18:13 +0000)]
* java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader',
not system loader, as initiating loader.

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

24 years ago * 1750a-protos.h: New file.
ghazi [Thu, 13 Jan 2000 18:04:22 +0000 (18:04 +0000)]
* 1750a-protos.h: New file.

* 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
time warnings.

* 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
warnings.

* 1750a.md: Likewise.

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