OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago2001-08-16 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Fri, 17 Aug 2001 21:07:07 +0000 (21:07 +0000)]
2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>

* jcf-parse.c (load_class): New locals saved and class_loaded. If
loading a class_or_name fails, try considering an innerclass name
and load the enclosing context.
* parse.y (resolve_inner_class): New function.
(find_as_inner_class): Added leading comment.
(register_incomplete_type): Keep the current context as enclosing
context for JDEP_FIELD dependencies.
(do_resolve_class): Locals new_class_decl and super initialized to
NULL. Call resolve_inner_class, explore the enclosing context
superclass if necessary.
Fixes PR java/4007

2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>

* decl.c (init_decl_processing): exception_type_node,
class_not_found_type_node, and no_class_def_found_type_node
initialized. predef_filenames augmented accordingly.
instinit_identifier_node initialized.
* java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
* java-tree.h (enum java_tree_index): New entries
JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
(exception_type_node): New macro.
(class_not_found_type_node): Likewise.
(no_class_def_found_type_node): Likewise.
(instinit_identifier_node): Likewise.
(PREDEF_FILENAMES_SIZE): Adjusted.
(TYPE_HAS_FINAL_VARIABLE): Fixed typo.
(struct lang_type): Fixed typo in bitfield name.
(DECL_INSTINIT_P): New macro.
(ID_INSTINIT_P): Likewise.
* jcf-write.c (generate_classfile): instinit$ bears the Synthetic
attribute.
* parse.y (encapsulate_with_try_catch): New function.
(generate_instinit): Likewise.
(build_instinit_invocation): Likewise.
(ctors_unchecked_throws_clause_p): Likewise.
(add_instance_initializer): Deleted.
(build_instance_initializer): Likewise.
(in_instance_initializer): Likewise.
(check_method_redefinition): instinit$ not to be verified.
(java_complete_expand_methods): Generate instinit$, simplified code.
(build_dot_class_method): Eliminated unnecessary locals. Use
encapsulate_with_try_catch, removed unnecessary code.
(fix_constructors): New local iii. Use build_instinit_invocation.
(patch_method_invocation): Added comment.
(maybe_use_access_method): Don't consider instinit$.
(find_applicable_accessible_methods_list): Shorten the search for
instinit$ too.
(java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
(patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
(patch_throw_statement): Likewise. Fixed typo.

2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>

* expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
`poplevel' in the right order.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01061.html )

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

22 years ago * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
danglin [Fri, 17 Aug 2001 20:55:50 +0000 (20:55 +0000)]
* pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
or larger than an integer in memory.

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

22 years ago * system.h: Forward-declare struct rtx_def, struct rtvec_def,
zack [Fri, 17 Aug 2001 20:29:21 +0000 (20:29 +0000)]
* system.h: Forward-declare struct rtx_def, struct rtvec_def,
and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
* rtl.h: Don't forward-declare union tree_node here.  Don't
typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
struct rtvec_def *, or union tree_node * to use rtx, rtvec,
and tree respectively.
* tree.h: Don't forward-declare struct rtx_def here.  Don't
typedef tree here.  Change all uses of struct rtx_def *,
struct rtvec_def *, or union tree_node * to use rtx, rtvec,
and tree respectively.

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

22 years ago* configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
cgf [Fri, 17 Aug 2001 20:17:23 +0000 (20:17 +0000)]
* configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
* configure: Regenerate.

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

22 years agoAdd commentary.
rth [Fri, 17 Aug 2001 19:58:05 +0000 (19:58 +0000)]
Add commentary.

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

22 years ago * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
rth [Fri, 17 Aug 2001 19:40:03 +0000 (19:40 +0000)]
    * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
        config/mips/openbsd.h: Fix typos last change.

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

22 years ago * doc/invoke.texi (Optimize Options): The default for
gerald [Fri, 17 Aug 2001 19:15:47 +0000 (19:15 +0000)]
* doc/invoke.texi (Optimize Options): The default for
-finline-limit is 600.

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

22 years ago * doc/tm.texi (Sections): Document TEXT_SECTION.
rth [Fri, 17 Aug 2001 19:07:46 +0000 (19:07 +0000)]
    * doc/tm.texi (Sections): Document TEXT_SECTION.

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

22 years ago * varasm.c (text_section): Allow TEXT_SECTION to override the
rth [Fri, 17 Aug 2001 18:57:51 +0000 (18:57 +0000)]
    * varasm.c (text_section): Allow TEXT_SECTION to override the
        printing of TEXT_SECTION_ASM_OP.
        * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
        (DATA_SECTION, BSS_SECTION): Remove.
        * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
        RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
        Rename from s/_NAME//.
        * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
        (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
        (TEXT_SECTION): ... here.  New.
        * config/mips/elf.h (TEXT_SECTION): New; no file switching.
        * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
        * config/mips/openbsd.h: Likewise.
        * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
        (mips_asm_file_end): Likewise test.
        (mips_output_function_epilogue): Likewise.  Switch back to data
        section after emitting the function.

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

22 years agoInitial revision
tromey [Fri, 17 Aug 2001 18:39:15 +0000 (18:39 +0000)]
Initial revision

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

22 years ago * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
rth [Fri, 17 Aug 2001 18:34:56 +0000 (18:34 +0000)]
    * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
        (dwarf2out_finish): Do it here.  Emit .debug_loc before .debug_info.

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

22 years agoDummy commit in preparation for import
tromey [Fri, 17 Aug 2001 18:30:51 +0000 (18:30 +0000)]
Dummy commit in preparation for import

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

22 years ago * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
rth [Fri, 17 Aug 2001 18:28:06 +0000 (18:28 +0000)]
    * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
        * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
        __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
        Add aligned attribute.

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

22 years ago * gnu/gcj/convert/IOConverter.java: Add `646' alias.
tromey [Fri, 17 Aug 2001 18:09:24 +0000 (18:09 +0000)]
* gnu/gcj/convert/IOConverter.java: Add `646' alias.

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

22 years ago * BigInteger.java: fix right shifts by nonzero multiples of 32.
hboehm [Fri, 17 Aug 2001 16:33:49 +0000 (16:33 +0000)]
* BigInteger.java: fix right shifts by nonzero multiples of 32.

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

22 years ago * BigInteger.java: fix right shifts by nonzero multiples of 32.
hboehm [Fri, 17 Aug 2001 16:28:32 +0000 (16:28 +0000)]
* BigInteger.java: fix right shifts by nonzero multiples of 32.

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

22 years ago2001-08-10 Andrew Haley <aph@cambridge.redhat.com>
aph [Fri, 17 Aug 2001 14:41:51 +0000 (14:41 +0000)]
2001-08-10  Andrew Haley  <aph@cambridge.redhat.com>

        * config/sh/sh.md: Add modes to unspecs in first insn to match
        those in the second.

        * Makefile.in: Fix collect2 copy for Cygwin.

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

22 years ago Install the proper patch.
hubicka [Fri, 17 Aug 2001 13:50:15 +0000 (13:50 +0000)]
Install the proper patch.
* function.c (put_var_into_stack): Temporarily clear DECL_RTL.
(assign_params): Avoid setting DECL_RTL to unfinished RTX.
(expand_function_start): Likewise.
* stmt.c (expand_decl): Likewise.
* varasm.c (make_decl_rtx): Likewise.

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

22 years ago * final.c: Undo my previous accidental checkin.
hubicka [Fri, 17 Aug 2001 13:45:59 +0000 (13:45 +0000)]
* final.c: Undo my previous accidental checkin.
* output.h: Likewise.
* tm.texi: Likewise.

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

22 years agoDaily bump.
gccadmin [Fri, 17 Aug 2001 07:18:02 +0000 (07:18 +0000)]
Daily bump.

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

22 years ago * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
mmitchel [Fri, 17 Aug 2001 04:32:09 +0000 (04:32 +0000)]
* cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
on COMPOUND_EXPRs.

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

22 years ago * varasm.c (named_section_flags): Remove align parameter.
rth [Fri, 17 Aug 2001 02:33:41 +0000 (02:33 +0000)]
    * varasm.c (named_section_flags): Remove align parameter.
        * varasm.c, dwarf2out.c: Update all callers.
        * output.h: Update prototypes.

        * target.h (target.asm_out.named_section): Remove align parameter.
        * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
        config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
        config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
        config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
        config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.

        * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
        (get_named_section_flags, set_named_section_flags): New.
        (named_section_flags): Use them.
        (named_section): Do decl vs section flags check here...
        (default_section_type_flags): ... not here.
        (init_varasm_once): Create in_named_htab.
        (resolve_unique_section): Mark reloc unused.

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

22 years ago * varasm.c (force_const_mem): Keep pool alignment in bits.
rth [Fri, 17 Aug 2001 02:03:36 +0000 (02:03 +0000)]
    * varasm.c (force_const_mem): Keep pool alignment in bits.
        (output_constant_pool): Use assemble_align.

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

22 years ago * doc/tm.texi: Remove extra @table command.
zack [Fri, 17 Aug 2001 01:55:29 +0000 (01:55 +0000)]
* doc/tm.texi: Remove extra @table command.

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

22 years ago * hashtab.c (htab_hash_string): New.
rth [Fri, 17 Aug 2001 01:54:43 +0000 (01:54 +0000)]
    * hashtab.c (htab_hash_string): New.

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

22 years ago * hashtab.h (htab_hash_string): Declare.
rth [Fri, 17 Aug 2001 01:54:01 +0000 (01:54 +0000)]
    * hashtab.h (htab_hash_string): Declare.

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

22 years ago * final.c (shorten_branches): Clear the end of the label_align
zack [Fri, 17 Aug 2001 01:27:49 +0000 (01:27 +0000)]
* final.c (shorten_branches): Clear the end of the label_align
array only if we made it larger.  Break up messy expressions
for clarity.

* diagnostic.c (internal_error): Check for error recursion
before doing ICE suppression.

* timevar.c: Timing variables now count in milliseconds.
(init_timevar): Set up ticks_to_msec and clocks_to_msec here.
(get_time): Not here.
(timevar_print): Don't print any timer whose user, cpu, and
wall times are all zero as displayed.
* timevar.h: Update comment aboout units.  Make timevar
counters unsigned.

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

22 years ago * jcf-dump.c (main): Updated for change to jcf_path_seal.
tromey [Thu, 16 Aug 2001 21:52:14 +0000 (21:52 +0000)]
* jcf-dump.c (main): Updated for change to jcf_path_seal.
* gjavah.c (main): Updated for change to jcf_path_seal.
* lang.c (version_flag): New global.
(java_decode_option): Recognize `-version'.
(java_init): Update for change to jcf_path_seal.
* jcf.h (jcf_path_seal): Added `print' argument.
* jcf-path.c (jcf_path_seal): Added `print' argument.

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

22 years ago2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
toon [Thu, 16 Aug 2001 20:18:00 +0000 (20:18 +0000)]
2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>

* g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
Fix thinko.
* g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
for xfail.

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

22 years ago 2001-08-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
sirl [Thu, 16 Aug 2001 19:19:09 +0000 (19:19 +0000)]
2001-08-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
* configure.target: Set LIMITSH for powerpc-*-*.
* config/cpu/powerpc/bits/limits.h: New file.

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

22 years agotweak comment
jason [Thu, 16 Aug 2001 16:24:46 +0000 (16:24 +0000)]
tweak comment

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

22 years agoAdd myself to people who can write after approval
janis [Thu, 16 Aug 2001 16:23:09 +0000 (16:23 +0000)]
Add myself to people who can write after approval

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

22 years agoThu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>
hubicka [Thu, 16 Aug 2001 15:41:05 +0000 (15:41 +0000)]
Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>

* function.c (put_var_into_stack): Temporarily clear DECL_RTL.
(assign_params): Avoid setting DECL_RTL to unfinished RTX.
(expand_function_start): Likewise.
* stmt.c (expand_decl): Likewise.
* varasm.c (make_decl_rtx): Likewise.

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

22 years ago * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
jason [Thu, 16 Aug 2001 13:46:37 +0000 (13:46 +0000)]
    * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
        (finalize_record_size): Don't set TYPE_USER_ALIGN.

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

22 years ago * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
kraai [Thu, 16 Aug 2001 13:32:22 +0000 (13:32 +0000)]
* config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
variables.

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

22 years ago2001-08-16 Marc Espie <espie@openbsd.org>
espie [Thu, 16 Aug 2001 12:49:19 +0000 (12:49 +0000)]
2001-08-16  Marc Espie <espie@openbsd.org>
* configure.in:  Check for <sys/types.h>.
* configure:  Rebuild.
* config.h.in:  Rebuild.
* libmath/mathconf.h:  Include <sys/types.h> prior to
<machine/endian.h> if available.

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

22 years ago * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
aj [Thu, 16 Aug 2001 10:09:28 +0000 (10:09 +0000)]
    * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
        prototype.

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

22 years agoDaily bump.
gccadmin [Thu, 16 Aug 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * jni.cc: Include IdentityHashMap.h, not Hashtable.h.
tromey [Wed, 15 Aug 2001 20:46:48 +0000 (20:46 +0000)]
* jni.cc: Include IdentityHashMap.h, not Hashtable.h.
(local_ref_table, global_ref_table): Now IdentityHashMap.
(_Jv_JNI_Init): Updated for new types.
(mark_for_gc): Likewise.
(unmark_for_gc): Likewise.
* gcj/javaprims.h: Rebuilt class list.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added new file.
* java/util/IdentityHashMap.java: New file.

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

22 years ago * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG
tromey [Wed, 15 Aug 2001 20:24:00 +0000 (20:24 +0000)]
* gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG
correctly.

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

22 years ago * rtl.h (only_sets_cc0_p): New prototype.
wehle [Wed, 15 Aug 2001 19:25:43 +0000 (19:25 +0000)]
* rtl.h (only_sets_cc0_p): New prototype.
* jump.c (sets_cc0_p): Handle INSN.
(only_sets_cc0_p): New function.
* flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
(tidy_fallthru_edge): Likewise.
* integrate.c (copy_insn_list): Likewise.
* unroll.c (unroll_loop): Likewise.
(copy_loop_body): Likewise.

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

22 years ago * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
jle [Wed, 15 Aug 2001 18:54:10 +0000 (18:54 +0000)]
    * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".

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

22 years ago * configure.target (cpu_include_dir): Set to `config/cpu/m68k' for
schwab [Wed, 15 Aug 2001 16:00:45 +0000 (16:00 +0000)]
* configure.target (cpu_include_dir): Set to `config/cpu/m68k' for
m68k and m680[246]0.
* config/cpu/m68k/bits/atomicity.h: New file.

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

22 years ago * include/bits/std_limits.h [__glibcpp_long_double_bits == 96]:
schwab [Wed, 15 Aug 2001 15:57:41 +0000 (15:57 +0000)]
* include/bits/std_limits.h [__glibcpp_long_double_bits == 96]:
Define appropriate long double limits for m68k extended floating
point.
(__glibcpp_f32_digits10): Corrected, off by one.
(__glibcpp_f80_digits10): Likewise.
(__glibcpp_f128_digits10): Likewise.
* config/os/gnu-linux/bits/os_defines.h
(__glibcpp_long_double_bits) [__mc68000__]: Define to 96.

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

22 years ago * predict.c (struct block_info_def): Remove nvisited.
hubicka [Wed, 15 Aug 2001 12:28:46 +0000 (12:28 +0000)]
* predict.c (struct block_info_def): Remove nvisited.
(propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
(estimate_bb_frequencies): Call mark_dfs_back_edges.

* i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium
(ix86_adjust_cost): Teach scheduler that latency to load operand can
be masked.

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

22 years ago * predict.def: Update hitrates.
hubicka [Wed, 15 Aug 2001 11:24:17 +0000 (11:24 +0000)]
* predict.def: Update hitrates.

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

22 years ago * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
rth [Wed, 15 Aug 2001 07:23:08 +0000 (07:23 +0000)]
    * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.

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

22 years agoDaily bump.
gccadmin [Wed, 15 Aug 2001 07:16:16 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
toon [Wed, 15 Aug 2001 05:59:41 +0000 (05:59 +0000)]
2001-08-14  David Billinghurst <David.Billinghurst@riotinto.com>

* lib/g77-dg.exp:  Use prune.exp for common procedures
(g77-dg-prune): Replace prune_g77_output with prune_gcc_output
* lib/g77.exp: (g77-dg-prune) Remove

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

22 years agoAdd cscope(1) databases
zack [Wed, 15 Aug 2001 04:52:54 +0000 (04:52 +0000)]
Add cscope(1) databases

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

22 years ago * config.sub: Merge from master sources, rev 1.218.
zack [Wed, 15 Aug 2001 04:27:14 +0000 (04:27 +0000)]
* config.sub: Merge from master sources, rev 1.218.
* config.guess: Merge from master sources, rev 1.209.

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

22 years ago * class.c, cp-tree.h (build_vfn_ref): Remove.
rth [Tue, 14 Aug 2001 23:51:27 +0000 (23:51 +0000)]
    * class.c, cp-tree.h (build_vfn_ref): Remove.
        * call.c, rtti.c: Replace all refernces with build_vtbl_ref.

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

22 years ago * testsuite/18_support/numeric_limits.cc: Add more tests.
gdr [Tue, 14 Aug 2001 23:34:04 +0000 (23:34 +0000)]
  * testsuite/18_support/numeric_limits.cc: Add more tests.
      * include/bits/std_limits.h (numeric_limits<char>::max): Fix
      typo.

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

22 years ago * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
law [Tue, 14 Aug 2001 23:30:16 +0000 (23:30 +0000)]
* flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
note from its associated jump.

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

22 years agoDefine __s390__ also on 64-bit S/390 targets.
uweigand [Tue, 14 Aug 2001 23:28:00 +0000 (23:28 +0000)]
Define __s390__ also on 64-bit S/390 targets.

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

22 years agoDon't define FFETARGET_32bit_longs for 64-bit S/390.
uweigand [Tue, 14 Aug 2001 23:19:27 +0000 (23:19 +0000)]
Don't define FFETARGET_32bit_longs for 64-bit S/390.

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

22 years agoAdded atomicity.h header for s390.
uweigand [Tue, 14 Aug 2001 23:16:57 +0000 (23:16 +0000)]
Added atomicity.h header for s390.

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

22 years ago * include/bits/std_limits.h: Fix thinko.
gdr [Tue, 14 Aug 2001 21:06:48 +0000 (21:06 +0000)]
* include/bits/std_limits.h: Fix thinko.

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

22 years agoHandle nested functions which take variable arguments
nickc [Tue, 14 Aug 2001 20:49:22 +0000 (20:49 +0000)]
Handle nested functions which take variable arguments

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

22 years ago * doc/install.texi (Specific, avr): Fix markup.
gerald [Tue, 14 Aug 2001 20:18:14 +0000 (20:18 +0000)]
* doc/install.texi (Specific, avr): Fix markup.
(Specific, c4x): Ditto.

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

22 years ago * predict.c (dump_prediction): Change `bool' parameter to `int'.
kraai [Tue, 14 Aug 2001 20:03:03 +0000 (20:03 +0000)]
* predict.c (dump_prediction): Change `bool' parameter to `int'.

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

22 years ago * Makefile.in (OBJS): Add rtl-error.o
gdr [Tue, 14 Aug 2001 19:22:48 +0000 (19:22 +0000)]
* Makefile.in (OBJS): Add rtl-error.o
(rtl-error.o): New rule.
(diagnostic.o): Adjust dependency.
diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
error_for_asm, _fatal_insn, _fatal_insn_not_found,
warning_for_asm): Move to...
rtl-error.c: ...here.  New file.

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

22 years ago * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
rth [Tue, 14 Aug 2001 19:12:34 +0000 (19:12 +0000)]
    * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
        if USING_SJLJ_EXCEPTIONS.

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

22 years ago * tlink.c (scan_linker_output): Check string for unsatisfied in
jason [Tue, 14 Aug 2001 15:01:48 +0000 (15:01 +0000)]
    * tlink.c (scan_linker_output): Check string for unsatisfied in
        addition to undefined and unresolved.

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

22 years ago * libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.
grahams [Tue, 14 Aug 2001 14:06:10 +0000 (14:06 +0000)]
* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.

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

22 years ago * genattrtab.c (simplify_test_exp_in_temp): New function.
hubicka [Tue, 14 Aug 2001 13:01:20 +0000 (13:01 +0000)]
    * genattrtab.c (simplify_test_exp_in_temp): New function.
        (simplify_test_exp): Avoid explicit use of temporary obstack.
        (simplify_cond, insert_right_side, evaluate_eq_attr,
        simplify_and_tree, simplify_or_tree, eliminate_known_true):
        Use simplify_test_exp_in_temp.
        (optimize_attrs): Iterate until expression stabilizes.

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

22 years ago2001-08-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 14 Aug 2001 08:46:37 +0000 (08:46 +0000)]
2001-08-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Consolidate target rules. Don't clean stamp
files. Tweak target build directory stamp.
* include/Makefile.in: Regenerate.

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

22 years ago2001-08-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 14 Aug 2001 08:42:19 +0000 (08:42 +0000)]
2001-08-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Consolidate target rules. Don't clean stamp
files. Tweak target build directory stamp.
* include/Makefile.in: Regenerate.

2

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

22 years agoDaily bump.
gccadmin [Tue, 14 Aug 2001 07:16:18 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago2001-08-14 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
bkoz [Tue, 14 Aug 2001 06:50:58 +0000 (06:50 +0000)]
2001-08-14  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace
_GBLICPP_HAVE_LOGL with HAVE_LOGL

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

22 years ago2001-08-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 14 Aug 2001 01:24:30 +0000 (01:24 +0000)]
2001-08-13  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (libtool_VERSION): Add.
(VERSION): Change to
(release_VERSION): This.
* configure: Regenerate.
* src/Makefile.am (libstdc___la_LDFLAGS): Use -version-info with
libtool_VERSION.
* src/Makefile.in: Regenerate.

* intl/Makefile.am: Remove.
* intl/Makefile.in: Remove.
* intl: Remove.
* Makefile.am (SUBDIRS): Remove intl.
* po/Makefile.am (DISTFILES): Add string_literals.cc
(MSGFMT): Add.
* po/string_literals.cc: Add.
* po/POTFILES.in: Fix path.
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't call AM_GNU_GETTEXT.
* aclocal.m4: Regenerate.
* configure.in: Remove AC_OUTPUT of intl/Makefile.

* include/backward/backward_warning.h: Clarify message.

* testsuite_flags.in (--cxxflags): Use same debug flags for
library and testsuite.

* include/Makefile.am (c_compatibility): Remove.
* include/Makefile.in: Regenerate.

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

22 years agoRemove s390x __LONG_MAX__ special case from glimits.h;
uweigand [Tue, 14 Aug 2001 00:53:23 +0000 (00:53 +0000)]
Remove s390x __LONG_MAX__ special case from glimits.h;
define __LONG_MAX__ in CPP_PREDEFINES instead.

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

22 years ago* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
cagney [Tue, 14 Aug 2001 00:31:41 +0000 (00:31 +0000)]
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.

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

22 years ago * configure.in (LIMITS_INC_SRCDIR): New variable.
mmitchel [Mon, 13 Aug 2001 22:26:11 +0000 (22:26 +0000)]
* configure.in (LIMITS_INC_SRCDIR): New variable.
* configure.target (LIMITSH): New variable.
* porting.texi: Discuss numeric limits.
* config/cpu/generic/bits/limits.h: New file.
* config/cpu/i386/bits/limits.h: New file.
* include/Makefile.am: Install bits/limits.h.
* include/bits/c++config: Include bits/limits.h.

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

22 years ago * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
rth [Mon, 13 Aug 2001 22:05:16 +0000 (22:05 +0000)]
    * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
        (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
        * config/arm/conix-elf.h: Likewise.

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

22 years ago * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
geoffk [Mon, 13 Aug 2001 21:43:42 +0000 (21:43 +0000)]
* config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
in gcc.c.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.

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

22 years ago * gcse.c (hash_scan_set): Expressions that are set as part of
geoffk [Mon, 13 Aug 2001 21:42:10 +0000 (21:42 +0000)]
* gcse.c (hash_scan_set): Expressions that are set as part of
jump instructions are not available.

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

22 years ago * java/awt/image/SampleModel.java (getPixel): Set correct array
tromey [Mon, 13 Aug 2001 21:38:07 +0000 (21:38 +0000)]
* java/awt/image/SampleModel.java (getPixel): Set correct array
element.  From Chris Meyer.

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

22 years agoFixed HOST_WIDE_INT type mismatch.
uweigand [Mon, 13 Aug 2001 21:25:39 +0000 (21:25 +0000)]
Fixed HOST_WIDE_INT type mismatch.

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

22 years ago * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
rth [Mon, 13 Aug 2001 21:14:01 +0000 (21:14 +0000)]
    * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
        * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
        * doc/tm.texi (Exception Region Output): Document it.

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

22 years ago * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
mmitchel [Mon, 13 Aug 2001 21:07:22 +0000 (21:07 +0000)]
* call.c (build_over_call): Mark COMPOUND_EXPRs generated for
empty class assignment as having side-effects to avoid
spurious warnings.

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

22 years ago2001-08-13 H.J. Lu (hjl@gnu.org)
hjl [Mon, 13 Aug 2001 20:43:13 +0000 (20:43 +0000)]
2001-08-13  H.J. Lu  (hjl@gnu.org)

* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-copy-files):
New. Copy files.
(libstdc++-v3-init ): Use it.

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

22 years ago * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
geoffk [Mon, 13 Aug 2001 19:17:05 +0000 (19:17 +0000)]
* config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
DWARF2 instead of stabs by default.

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

22 years ago2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Mon, 13 Aug 2001 18:06:22 +0000 (18:06 +0000)]
2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>

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

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg00737.html)

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

22 years ago * config/rs6000/rs6000.c: Include optabs.h.
dje [Mon, 13 Aug 2001 18:05:43 +0000 (18:05 +0000)]
* config/rs6000/rs6000.c: Include optabs.h.

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

22 years ago * config/rs6000/eabi.asm: Define 64-bit versions of FPR
dje [Mon, 13 Aug 2001 17:37:17 +0000 (17:37 +0000)]
    * config/rs6000/eabi.asm: Define 64-bit versions of FPR
        save/restore routines.
        * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.

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

22 years ago * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
jason [Mon, 13 Aug 2001 17:31:44 +0000 (17:31 +0000)]
    * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.

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

22 years ago * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
aj [Mon, 13 Aug 2001 16:41:20 +0000 (16:41 +0000)]
* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
the english is correct.

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

22 years ago * expr.h: Split out optab- and libfunc-related code to...
zack [Mon, 13 Aug 2001 15:56:51 +0000 (15:56 +0000)]
* expr.h: Split out optab- and libfunc-related code to...
* optabs.h, libfuncs.h: ... these new headers.

* Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
(OPTABS_H): New.
(various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
dependencies.
* mkconfig.sh: Don't include insn-codes.h from config.h.

* reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
enum insn_code is available.  Move reload_in_optab and
reload_out_optab array declarations to optabs.h.
* regmove.c (gen_add3_insn): Move to optabs.c, export from
there, prototype in expr.h.
* gencodes.c: Cleanup: zap global variables, don't use
printf where puts will do, don't bother defining MAX_INSN_CODE
which nothing uses, let CODE_FOR_nothing get its value implicitly.

* genemit.c, genopinit.c: Include optabs.h in generated file.
* genoutput.c: Include insn-codes.h in generated file.
* builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
Include optabs.h.
* builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
config/m88k/m88k.c, config/sparc/sparc.c:
Include libfuncs.h.
* reload.c: Include expr.h and optabs.h before reload.h.
* config/alpha/alpha.c: Include tree.h before reload.h.
* config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
and reload.h in that order.
* config/sparc/sparc.c: Include debug.h.
* recog.c: Include insn-codes.h.

cp:
* Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
* except.c: Include libfuncs.h.
java:
* Make-lang.in (java/decl.o): Update dependencies.
* decl.c: Include libfuncs.h, don't include toplev.h.

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

22 years ago * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
aj [Mon, 13 Aug 2001 15:33:12 +0000 (15:33 +0000)]
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
s390*linux.

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

22 years ago * dwarf2out.c (output_cfa_loc): Fix typo in comment.
aj [Mon, 13 Aug 2001 15:14:54 +0000 (15:14 +0000)]
 * dwarf2out.c (output_cfa_loc): Fix typo in comment.
     * gcc.c (init_spec): Fix typo in comment.
     * varasm.c (data_section): Fix typo in comment.

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

22 years ago * analyze_brprob: Update for changes in gcc debug output.
hubicka [Mon, 13 Aug 2001 14:34:11 +0000 (14:34 +0000)]
* analyze_brprob: Update for changes in gcc debug output.

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

22 years ago * predict.c (dump_prediction): New argument "USED".
hubicka [Mon, 13 Aug 2001 14:32:06 +0000 (14:32 +0000)]
* predict.c (dump_prediction): New argument "USED".
(combine_predictions_for_insn): Determine the used heuristics,
output the case no heuristic applied.
* predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.

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

22 years ago * decl.c (grokdeclarator): Clarify diagnostic message.
gdr [Mon, 13 Aug 2001 14:19:25 +0000 (14:19 +0000)]
 * decl.c (grokdeclarator): Clarify diagnostic message.

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

22 years agoXFAIL
gdr [Mon, 13 Aug 2001 14:07:18 +0000 (14:07 +0000)]
XFAIL

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

22 years agoNew testcase from PR #3816
gdr [Mon, 13 Aug 2001 13:59:49 +0000 (13:59 +0000)]
New testcase from PR #3816

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

22 years ago * include/bits/ostream.tcc (__pad_char): Change toplevel '__fmt'
gdr [Mon, 13 Aug 2001 12:59:38 +0000 (12:59 +0000)]
  * include/bits/ostream.tcc (__pad_char): Change toplevel '__fmt'
      to '__adjust' to avoid shadowing in nested scope.

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

22 years ago * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
aj [Mon, 13 Aug 2001 11:18:31 +0000 (11:18 +0000)]
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
register %rip.

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

22 years ago * decl2.c (do_nonmember_using_decl): Replace using directive
lerdsuwa [Mon, 13 Aug 2001 10:03:45 +0000 (10:03 +0000)]
* decl2.c (do_nonmember_using_decl): Replace using directive
with using declaration in the error message.

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

22 years ago * jump.c: Fix formatting.
kazu [Mon, 13 Aug 2001 08:27:08 +0000 (08:27 +0000)]
* jump.c: Fix formatting.

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