OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years ago * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
jakub [Wed, 26 Jan 2000 20:14:10 +0000 (20:14 +0000)]
* config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
using _Qp_cmp/_Q_cmp and testing the return value.
(print_operand): Call reverse_condition_maybe_unordered if
we are handling CCFPmode or CCFPEmode.
Handle ORDERED, UN* and LTGT comparisons.
* config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
if not TARGET_HARD_QUAD.
(seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
Adjust gen_b* calls so that they reflect return comparison of
sparc_emit_float_lib_cmp.

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

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

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

24 years ago* config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
oliva [Wed, 26 Jan 2000 07:57:28 +0000 (07:57 +0000)]
* config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
incoming operands array is large enough for one more operand.
(alpha_emit_xfloating_arith): Likewise.

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

24 years ago * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
zack [Wed, 26 Jan 2000 07:37:30 +0000 (07:37 +0000)]
* fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
file with one line and no trailing newline.
Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
* fixinc/fixtests.c (machine_name_test): Fix fencepost error
checking if the match is on the line.
* fixinc/gnu-regex.c: Provide regerror not __regerror.

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

24 years ago* gcc.dg/unused-2.c: New test.
oliva [Wed, 26 Jan 2000 07:15:01 +0000 (07:15 +0000)]
* gcc.dg/unused-2.c: New test.

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

24 years ago* gcc.dg/conv-1.c: New test.
oliva [Wed, 26 Jan 2000 07:14:06 +0000 (07:14 +0000)]
* gcc.dg/conv-1.c: New test.

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

24 years ago * sparc.c (output_cbranch): Fix accidental squashing of the
rth [Wed, 26 Jan 2000 03:13:13 +0000 (03:13 +0000)]
    * sparc.c (output_cbranch): Fix accidental squashing of the
        fp branch pre-delay nop.

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

24 years ago * tree.def (UNNE_EXPR): Remove.
rth [Wed, 26 Jan 2000 02:06:21 +0000 (02:06 +0000)]
    * tree.def (UNNE_EXPR): Remove.
        * c-typeck.c (build_binary_op): Don't handle it.
        * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
        * cp/typeck.c (build_binary_op_nodefault): Likewise.

        * rtl.def (UNNE): Remove.
        (LTGT): Add.
        * jump.c (reverse_condition): Update accordingly.
        (swap_condition): Likewise.
        (comparison_dominates_p): Handle unordered comparisons.
        (reverse_condition_maybe_unordered): New.
        * rtl.h (reverse_condition_maybe_unordered): Declare.

        * sparc.c (select_cc_mode): Update for UNNE/LTGT.
        (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
        * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
        * sparc.md (bltgt): New.

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

24 years agoOnly check machine class insns for improper emission of a RETURN
nickc [Wed, 26 Jan 2000 01:23:26 +0000 (01:23 +0000)]
Only check machine class insns for improper emission of a RETURN

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

24 years ago * interpret.cc (run): Don't call println.
tromey [Wed, 26 Jan 2000 00:56:36 +0000 (00:56 +0000)]
* interpret.cc (run): Don't call println.
Don't include PrintStream.h.

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

24 years ago * gcj/field.h (struct _Jv_Field): Use "jshort" as type for
tromey [Wed, 26 Jan 2000 00:55:50 +0000 (00:55 +0000)]
* gcj/field.h (struct _Jv_Field): Use "jshort" as type for
nameIndex.  Use "jint" as type for boffset.
* java/lang/Class.h (struct _Jv_Method): Made accflags a
_Jv_ushort.
(Class): Likewise.  Also changed type of method_count,
vtable_method_count, size_in_bytes, field_count,
static_field_count, interface_count.
* gcj/array.h (__JArray): Made `length' a const jsize, not an
int.

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

24 years ago * Makefile.in (flow.o): Depend on $(EXPR_H).
rth [Wed, 26 Jan 2000 00:54:44 +0000 (00:54 +0000)]
    * Makefile.in (flow.o): Depend on $(EXPR_H).
        * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
        duplicate the structure of diddle_return_value for keeping regs live.

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

24 years ago * cp-tree.h (vcall_offset_in_vtable_p): New macro.
mmitchel [Tue, 25 Jan 2000 23:26:21 +0000 (23:26 +0000)]
* cp-tree.h (vcall_offset_in_vtable_p): New macro.
* class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
(struct vcall_offset_data_s): New type.
(dfs_vcall_offset_queue_p): New function.
(dfs_build_vcall_offset_vtbl_entries): Likewise.
(build_vcall_offset_vtbl_entries): Likewise.
(layout_vtable_decl): Likewise.
(num_vfun_entries): Likewise.
(num_extra_vtbl_entries): Add the entries for vcall offsets.
(build_vtbl_initializer): Likewise.
(dfs_finish_vtabls): Use layout_vtable_decl.
(modify_one_vtables): Always duplicate vtables under the new ABI.
(finish_struct_1): Use layout_vtable_decl.

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

24 years ago2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
m.hayes [Tue, 25 Jan 2000 22:49:56 +0000 (22:49 +0000)]
2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* loop.c (current_loop_info): Delete.
(consec_sets_invariant_p): Add loop argument, update callers.
(get_condition_for_loop): Likewise.
(count_nonfixed_reads, update_giv_derive): Likewise.
(simplify_giv_expr, general_induction_var): Likewise.
(consec_sets_giv, recombine_givs): Likewise.
(move_movables): Delete loop_start and loop_end arguments,
add loop argument, and update callers.
(find_mem_givs, check_final_value): Likewise.
(record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
(loop_invariant_p): Rename from invariant_p, add loop argument, and
update callers.
(basic_induction_var): Add loop argument, delete loop_level argument,
and update callers.
* unroll.c (iteration_info): Delete loop_start and loop_end arguments,
add loop argument, and update callers.
(find_splittable_regs, find_splittable_givs): Likewise.
(reg_dead_after_loop, loop_find_equiv_value): Likewise.
(final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
(biv_total_increment): Delete loop_start and loop_end arguments;
update callers.
(precondition_loop_p): Delete loop_start and loop_info arguments;
update callers.
* loop.h (get_condition_for_loop): Add loop argument.
(biv_total_increment): Delete loop_start and loop_end arguments.
(precondition_loop_p): Delete loop_start and loop_info arguments;
add loop argument.
(final_biv_value): Delete loop_start and loop_end arguments;
add loop argument.
(final_giv_value, back_branch_in_range_p): Likewise.

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

24 years ago * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
gavin [Tue, 25 Jan 2000 22:18:59 +0000 (22:18 +0000)]
* config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.

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

24 years ago2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
gavin [Tue, 25 Jan 2000 20:16:06 +0000 (20:16 +0000)]
2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>

* Makefile.in (c-gperf.h) : Change the "See" pointer to
point to the new "generated_files" doc.

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

24 years ago * decl.c (member_function_or_else): Change third arg from a format
ghazi [Tue, 25 Jan 2000 18:40:05 +0000 (18:40 +0000)]
* decl.c (member_function_or_else): Change third arg from a format
specifier to an `enum overload_flags'.  Callers changed.

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

24 years ago * parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
ghazi [Tue, 25 Jan 2000 18:29:02 +0000 (18:29 +0000)]
* parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
concatenation.
(OBSOLETE_MODIFIER_WARNING2): New macro allowing two args.

* parse.y (register_fields): Don't pass a format specifier to
OBSOLETE_MODIFIER_WARNING.
(check_abstract_method_header): Use OBSOLETE_MODIFIER_WARNING2
instead of OBSOLETE_MODIFIER_WARNING, and don't pass a format
specifier.
(check_modifiers): Change function into a macro.
(check_class_interface_creation): Pass a literal format string.

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

24 years ago * config/fp-bit.c (_unord_f2): Fix typo.
cpopetz [Tue, 25 Jan 2000 17:25:26 +0000 (17:25 +0000)]
* config/fp-bit.c (_unord_f2): Fix typo.

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

24 years agonew
jason [Tue, 25 Jan 2000 17:15:58 +0000 (17:15 +0000)]
new

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

24 years ago * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
zack [Tue, 25 Jan 2000 17:13:14 +0000 (17:13 +0000)]
* c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
c-typeck.c, objc/objc-act.c: Remove all references to obstack
functions obsoleted by GC, such as push_obstacks_nochange,
end_temporary_allocation, savealloc, saveable_tree_cons, etc.
and code which existed only to decide whether or not to call
them.  Remove now-unused NESTED argument from start_function;
all callers changed.  Do not change behavior based on ggc_p.
The use of the ixp_obstack in c-iterate.c and the util_obstack
in objc/objc-act.c remain; these are not obsoleted by garbage
collection.
* c-tree.h: Update prototype for start_function.

* c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.

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

24 years ago * config/mips/mips.md (zero_extendsidi2_internal): Disable for
cpopetz [Tue, 25 Jan 2000 15:51:20 +0000 (15:51 +0000)]
* config/mips/mips.md (zero_extendsidi2_internal): Disable for
mips16.

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

24 years ago * sparc-protos.h (select_cc_mode): Declare.
rth [Tue, 25 Jan 2000 12:42:25 +0000 (12:42 +0000)]
    * sparc-protos.h (select_cc_mode): Declare.
        * sparc.c (select_cc_mode): New.  Handle unordered compares.
        (output_cbranch): Always reverse via code change.  Handle
        unordered compares.  Factor tests and string updates.
        * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
        (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
        * sparc.md (bunordered, bordered): New.
        (bungt, bunlt, buneq, bunge, bunle): New.

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

24 years ago2000-01-25 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Tue, 25 Jan 2000 10:56:54 +0000 (10:56 +0000)]
2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>

        * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
        build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
        build_const_cast, get_delta_difference, check_return_expr): Avoid
        ANSI string concatenation usage.

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

24 years ago * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
rth [Tue, 25 Jan 2000 10:47:46 +0000 (10:47 +0000)]
    * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
        * ggc-common.c (ggc_add_rtx_varray_root): New.
        (ggc_mark_rtx_varray): New.
        (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
        functions down below ggc_mark_foo.
        * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.

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

24 years ago * alpha.c (secondary_reload_class): Don't allocate a secondary
rth [Tue, 25 Jan 2000 10:38:41 +0000 (10:38 +0000)]
    * alpha.c (secondary_reload_class): Don't allocate a secondary
        for integral mode memories into FLOAT_REGS.  Rearrange the more
        complicated memory expression inward.

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

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

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

24 years ago2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
zack [Tue, 25 Jan 2000 08:06:23 +0000 (08:06 +0000)]
2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>

* inclhack.def: Fixes to play nicer with FreeBSD, and
corrections to comments.
(cxx_unready): Add select expression.
(irix_sockaddr): Add bypass expression.
(machine_ansi_h_va_list): New fix.
(stdio_va_list): No need to edit _BSD_VA_LIST_.
Split out addition of "#include <stdarg.h>" to...
(stdio_stdarg_h): ... here.
(systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
to stdlib.h also.  Do not munge _BSD_SIZE_T_.
(sysz_stdlib_for_sun): Delete duplicate fix for unprotected
size_t.
(ultrix_ifdef): Tighten up select expression.

* fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
re_ct and max_mach to avoid use of shell.  Make printed names
match names in inclhack.def.  Use static copyright date.
Don't count c_test and test expressions as requiring regex_t
slots.  Add some commentary.
* inclhack.tpl: Do not include the 'This script contains N
fixup scripts' line if PROGRAM is defined.  Use static
copyright date.

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

24 years ago * class.c (layout_class_type): Put the fields required to make a
mmitchel [Tue, 25 Jan 2000 06:33:06 +0000 (06:33 +0000)]
* class.c (layout_class_type): Put the fields required to make a
class non-empty at the end, not the beginning, of the TYPE_FIELDs
list.

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

24 years ago * dwarf2out.c: include "varray.h", not dyn-string.h.
jason [Tue, 25 Jan 2000 05:59:18 +0000 (05:59 +0000)]
    * dwarf2out.c: include "varray.h", not dyn-string.h.
        (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
        (addr_const_to_string, addr_to_string): Lose.
        (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
        (struct dw_val_struct): val_addr is now an rtx.
        (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
        (used_rtx_varray): New varray.
        (dwarf2out_init): Initialize it.
        (save_rtx): New fn.
        (mem_loc_descriptor, add_const_value_attribute): Call it instead of
        addr_to_string.
        * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
        sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
        * Makefile.in (dwarf2out.o): Update dependencies.

        * i386.c (i386_dwarf_output_addr_const): New.
        * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.

        * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
        if defined.
        * dwarfout.c (output_mem_loc_descriptor): Likewise.
        * i386.c (i386_simplify_dwarf_addr): New.
        * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.

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

24 years ago * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
jason [Tue, 25 Jan 2000 05:53:12 +0000 (05:53 +0000)]
    * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
        template.

        * decl2.c (mark_used): Do instantiate inlines that have been
        explicitly instantiated.

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

24 years agotypo
jason [Tue, 25 Jan 2000 02:53:54 +0000 (02:53 +0000)]
typo

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

24 years agoFix mips EABI/dwarf2 segfault while compiling newlib.
wilson [Tue, 25 Jan 2000 00:58:58 +0000 (00:58 +0000)]
Fix mips EABI/dwarf2 segfault while compiling newlib.
* dwarf2out.c (gen_struct_or_union_type_die): Set complete if
TYPE_STUB_DECL is NULL.

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

24 years ago * builtins.c (expand_tree_builtin): Move ...
rth [Tue, 25 Jan 2000 00:45:14 +0000 (00:45 +0000)]
    * builtins.c (expand_tree_builtin): Move ...
        * c-common.c (expand_tree_builtin): ... here.

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

24 years ago2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
m.hayes [Tue, 25 Jan 2000 00:38:09 +0000 (00:38 +0000)]
2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* loop.h (LOOP_INFO): New accessor macro.
* basic-block.h (struct loop): Rename field `info' to `aux'.
* loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
(prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
* unroll.c (loop_iterations, unroll_loop): Likewise.

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

24 years agoInclude new cygwin include directories
meissner [Mon, 24 Jan 2000 22:46:11 +0000 (22:46 +0000)]
Include new cygwin include directories

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

24 years ago * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
mmitchel [Mon, 24 Jan 2000 21:02:27 +0000 (21:02 +0000)]
* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
the C++ compiler.

* lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
compiler.
(tool_option_proc): Fix typo.

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

24 years ago* gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
geoffk [Mon, 24 Jan 2000 20:56:33 +0000 (20:56 +0000)]
* gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
of the ld on the host, not on the build machine.
Also, don't crash if '--help' is not a supported option.

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

24 years ago * rtl.def: Add unordered fp comparisions.
rth [Mon, 24 Jan 2000 20:10:04 +0000 (20:10 +0000)]
    * rtl.def: Add unordered fp comparisions.
        * tree.def: Likewise.
* tree.h: Add ISO C 9x unordered fp comparision builtins.

* builtins.c (expand_tree_builtin): New function.
* c-typeck.c (build_function_call): Use it.
(build_binary_op): Support unordered compares.
* c-common.c (c_common_nodes_and_builtins): Add unordered compares.

* combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
(reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
* cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
(record_jump_equiv): Handle reverse_condition returning UNKNOWN.
* jump.c (reverse_condition): Don't abort for UNLE etc, but
return UNKNOWN.
(swap_condition): Handle unordered compares.
(thread_jumps): Check can_reverse before reversing.
* loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
reversed for FP.

* optabs.c (can_compare_p): New argument CODE.  Verify branch or
setcc is present before acking for cmp_optab.  Update all callers.
(prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
* expmed.c (do_cmp_and_jump): Update for can_compare_p.
* expr.c (expand_expr): Likewise.  Support unordered compares.
(do_jump, do_store_flag): Likewise.
* expr.h (enum libfunc_index): Add unordered compares.

* Makefile.in (FPBIT_FUNCS): Add _unord_sf.
(DPBIT_FUNCS): Add _unord_df.
* config/fp-bit.c (_unord_f2): New.
* fp-test.c (main): Try unordered compare builtins.

* alpha-protos.h (alpha_fp_comparison_operator): Declare.
* alpha.c (alpha_comparison_operator): Check mode properly.
(alpha_swapped_comparison_operator): Likewise.
(signed_comparison_operator): Likewise.
(alpha_fp_comparison_operator): New.
(alpha_emit_conditional_branch): Handle unordered compares.
* alpha.h (PREDICATE_CODES): Update.
* alpha.md (fp compares): Use alpha_fp_comparison_operator.
(bunordered, bordered): New.

* cp/call.c (build_over_call): Use expand_tree_builtin.
* cp/typeck.c (build_function_call_real): Likewise.
(build_binary_op_nodefault): Handle unordered compares.

* gcc.c-torture/execute/ieee/fp-cmp-4.c: New.

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

24 years ago * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
rth [Mon, 24 Jan 2000 19:51:09 +0000 (19:51 +0000)]
    * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
        * alpha.md (movtf): New expander, insn, and splitter.

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

24 years ago * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
hubicka [Mon, 24 Jan 2000 18:58:32 +0000 (18:58 +0000)]
* reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
dead registers.

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

24 years ago * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
hubicka [Mon, 24 Jan 2000 16:39:07 +0000 (16:39 +0000)]
* i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
(FIXED_REGISTERS, CALL_USED_REGISTERS,
 REG_ALLOC_ORDER): Add frame pointer
(FRAME_POINTER_REGNUM): Set to 20
(HARD_FRAME_POINTER_REGNUM): New macro.
(ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
to HARD_FRAME_POINTER.
(REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
(REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
(REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
(HI_REGISTER_NAMES): Add "frame".
(CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
(debug_reg): Handle FRAME_POINTER_REGNUM.
(reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
GENERAL_REGS and INDEX_REGS.
* i386.c (SAVED_REGS_FIRST): new macro.
(AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
(ix86_decompose_address, memory_address_length): Likewise.
(regclass_map): Add frame pointer.
(call_insn_operand): Handle frame_pointer_rtx.
(reg_no_sp_operand): Likewise.
(ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
(print_operand, legitimize_pic_address): Fix formating.
(ix86_compute_frame_size): Make static, update prototype, new
parameters padding1, padding2, use ix86_nsaved_regs, use
stack_alignment_needed.
(ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
to HARD_FRAME_POINTER_REGNUM conversions.
(ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
(ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
(print_reg): Abort on FRAME_POINTER_REGNUM

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

24 years ago * i386.h (PREDICATE_CODES): Add aligned_operand.
hubicka [Mon, 24 Jan 2000 15:54:35 +0000 (15:54 +0000)]
* i386.h (PREDICATE_CODES): Add aligned_operand.
* i386.c (aligned_operand): New function.
(ix86_aligned_p): Kill.
* i386.md (movhi_1): Emit mov for aligned operands.
(promoting peep2s): Use aligned_operand.

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

24 years ago * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
nathan [Mon, 24 Jan 2000 12:16:59 +0000 (12:16 +0000)]
* cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
cp_tree_index values.
(throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
New global node #defines for them.
* rtti.c (call_void_fn): Replace with ...
(build_runtime_decl): ... new static function.
(throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
(throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
(build_dynamic_cast_1): Always produce correctly typed result.
Explicitly produce type_info addresses. Use dynamic_cast_node.
* exception.cc (__throw_bad_cast): Return `void *'.
(__throw_bad_typeid): Return `const type_info &'.

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

24 years ago2000-01-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
gdr [Mon, 24 Jan 2000 11:25:23 +0000 (11:25 +0000)]
2000-01-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>

        * stl_iterator.h: Make it possible to use standard class
        `iterator'.

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

24 years ago * cp-tree.h (get_vtable_decl): Prototype new function.
nathan [Mon, 24 Jan 2000 10:59:02 +0000 (10:59 +0000)]
* cp-tree.h (get_vtable_decl): Prototype new function.
* class.c (get_vtable_decl): New function. Broken out from ...
(build_vtable): ... here. Use it.
* decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
by get_vtable_decl.

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

24 years ago * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
nathan [Mon, 24 Jan 2000 10:23:26 +0000 (10:23 +0000)]
* cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
(CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
(CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
(CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
(CPTI_TINFO_VAR_ID): New enumeration.
(__tp_desc_type_node, __access_mode_type_node,
__bltn_desc_type_node, __user_desc_type_node,
__class_desc_type_node, __ptr_desc_type_node,
__attr_desc_type_node, __func_desc_type_node,
__ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
(ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
enum_desc_type_node, class_desc_type_node,
si_class_desc_type_node, vmi_class_desc_type_node,
ptmd_desc_type_node, base_desc_type_node): New #defines.
(tinfo_fn_id, tinfo_fn_type): Rename to ...
(tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
(tinfo_var_id): New enumeration.
(DECL_TINFO_FN_P): Augment comment.
* decl.c (cp_global_trees): Adjust documentation.
* rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
tinfo_decl_type and tinfo_var_id.
(get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
(build_typeid): Remove unused variable.
(get_tinfo_var): Use tinfo_var_id.
(tinfo_name): New static function.
(get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
(tinfo_from_decl): Likewise.
(get_base_offset): New static function, broken out of
expand_class_desc.
(expand_si_desc): Use tinfo_name.
(expand_class_desc): Likewise. Lose local static variable.
Use base_desc_type_node. Use get_base_offset.
(expand_ptr_desc): Use tinfo_name.
(expand_attr_desc): Likewise.
(expand_generic_desc): Likewise.

* tinfo.cc (__GXX_ABI_VERSION): Test value and existance.
* tinfo.h (__GXX_ABI_VERSION): Test value and existance.

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

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

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

24 years ago * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
zack [Mon, 24 Jan 2000 04:53:58 +0000 (04:53 +0000)]
* fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
expression to allow underscores in macro names.
(fix_char_macro_defines): Increment scanning pointer.

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

24 years ago * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
rth [Mon, 24 Jan 2000 04:02:40 +0000 (04:02 +0000)]
    * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
        * alpha/osf5.h: New file.
        * configure.in (alpha-*-osf5): Add it to tm_file.

        * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.

        * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
        (alpha_emit_xfloating_cvt, function_arg): Declare.
        * alpha.c (alpha_emit_conditional_branch): Call
        alpha_emit_xfloating_compare for TFmode compares.
        (alpha_lookup_xfloating_lib_func): New.
        (alpha_compute_xfloating_mode_arg): New.
        (alpha_emit_xfloating_libcall): New.
        (alpha_emit_xfloating_arith): New.
        (alpha_emit_xfloating_compare): New.
        (alpha_emit_xfloating_cvt): New.
        (print_operand): Add default abort case.
        (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
        * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
        (BIGGEST_ALIGNMENT): Increase to 128 bits.
        (RETURN_IN_MEMORY): True for TF/TCmode.
        (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
        (FUNCTION_ARG): Move to function_arg.
        (FUNCTION_ARG_PASS_BY_REFERENCE): New.
        (ASM_OUTPUT_LONG_DOUBLE): New.
        (ASM_OUTPUT_DOUBLE): Always output bits.
        * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
        (fix_trunctfdi2, floatditf2, floatunsditf2): New.
        (extenddftf2, trunctfdf2): New.

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

24 years ago* config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
oliva [Mon, 24 Jan 2000 00:47:38 +0000 (00:47 +0000)]
* config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
* config/sparc/sol2.h: ... here.

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

24 years ago2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
m.hayes [Sun, 23 Jan 2000 23:10:09 +0000 (23:10 +0000)]
2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* basic-block.h (struct loops): New field `levels'.
* flow.c (flow_loops_level_compute): Traverse all outer loops.
(flow_loop_level_compute): Initialise level to 1.
(flow_loops_find): Set loops->levels.
(flow_loops_dump): Print loops->levels.

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

24 years ago * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
rth [Sun, 23 Jan 2000 22:33:30 +0000 (22:33 +0000)]
    * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
        (throw_helper): Iterate over DWARF_FRAME_REGISTERS.

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

24 years ago * i386.c (dbx_register_map, svr4_dbx_register_map): New.
rth [Sun, 23 Jan 2000 21:43:06 +0000 (21:43 +0000)]
    * i386.c (dbx_register_map, svr4_dbx_register_map): New.
        * i386.h (DBX_REGISTER_NUMBER): Use them.
        * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
        * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
        * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
        * i386/sequent.h: Kill incorrect comment.

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

24 years ago (struct globals): Likewise.
mmitchel [Sun, 23 Jan 2000 20:42:53 +0000 (20:42 +0000)]
(struct globals): Likewise.

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

24 years ago * cp-tree.h (__eprintf): Remove declaration.
mmitchel [Sun, 23 Jan 2000 19:51:01 +0000 (19:51 +0000)]
* cp-tree.h (__eprintf): Remove declaration.
* tree.c (__eprintf): Remove definition.

* cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.

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

24 years ago * ggc-page.c (struct page_entry): Make `context_depth' an
mmitchel [Sun, 23 Jan 2000 19:18:45 +0000 (19:18 +0000)]
* ggc-page.c (struct page_entry): Make `context_depth' an
`unsigned short'.

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

24 years ago * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
mmitchel [Sun, 23 Jan 2000 18:58:54 +0000 (18:58 +0000)]
* class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.

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

24 years ago * cp-tree.h (register_dtor_fn): New function.
mmitchel [Sun, 23 Jan 2000 18:40:20 +0000 (18:40 +0000)]
* cp-tree.h (register_dtor_fn): New function.
* decl.c (destroy_local_static): Rename to ...
(register_dtor_fn): ... this.  Give it external linkage.
(expand_static_init): Use it.
* decl2.c (do_static_initialization): Likewise, if using
__cxa_atexit.
(do_static_destruction): Check that __cxa_atexit is not in use.
(finish_file): Don't call do_static_destruction if using
__cxa_atexit.

* typeck.c (convert_arguments): Restore two-message error
reporting.

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

24 years ago * loop.c (check_dbra_loop): When checking a loop for
cpopetz [Sun, 23 Jan 2000 16:07:00 +0000 (16:07 +0000)]
* loop.c (check_dbra_loop): When checking a loop for
reversability, check the source of any stores to ensure
they don't depend on an initial value.

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

24 years agoImprove comment on SUPPORTS_WEAK.
robertl [Sun, 23 Jan 2000 13:46:16 +0000 (13:46 +0000)]
Improve comment on SUPPORTS_WEAK.

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

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

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

24 years ago * include/config.h.in: Rebuilt.
green [Sat, 22 Jan 2000 21:15:58 +0000 (21:15 +0000)]
* include/config.h.in: Rebuilt.
* acconfig.h: Add undef for __NO_MATH_INLINES.
* configure: Rebuilt.
* configure.in: Add test for `g++ -O2 -ffloat-store' bug.

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

24 years ago2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
m.hayes [Sat, 22 Jan 2000 21:13:59 +0000 (21:13 +0000)]
2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.

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

24 years ago * fixinc/fixincl.c: Move declarations of 'pz_fname' and
zack [Sat, 22 Jan 2000 20:55:18 +0000 (20:55 +0000)]
  * fixinc/fixincl.c: Move declarations of 'pz_fname' and
'pz_scan' into scope of entire function.  Only affects
compiles with -DDEBUG.

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

24 years agoFix definition of UNIQUE_SECTION so that zero initialised data is placed
nickc [Sat, 22 Jan 2000 19:49:21 +0000 (19:49 +0000)]
Fix definition of UNIQUE_SECTION so that zero initialised data is placed
into .data.

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

24 years agocatch a SUBREG containing a constant.
nickc [Sat, 22 Jan 2000 19:42:34 +0000 (19:42 +0000)]
catch a SUBREG containing a constant.

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

24 years agoTest for directory before trying to cd into it
korbb [Sat, 22 Jan 2000 19:05:31 +0000 (19:05 +0000)]
Test for directory before trying to cd into it

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

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

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

24 years ago * cpphash.c (change_newlines): Delete function.
zack [Sat, 22 Jan 2000 04:18:41 +0000 (04:18 +0000)]
* cpphash.c (change_newlines): Delete function.
(struct argdata): Delete 'newlines' and 'use_count' fields.
(macroexpand): Remove code referencing those fields.

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

24 years agoAnother test for preprocessor corner cases
zack [Sat, 22 Jan 2000 04:12:52 +0000 (04:12 +0000)]
Another test for preprocessor corner cases

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

24 years ago * loop.c (loops_info): New variable.
m.hayes [Sat, 22 Jan 2000 02:23:14 +0000 (02:23 +0000)]
* loop.c (loops_info): New variable.
(loop_optimize): Allocate loops->array and free it on exit.
Allocate memory for loops_info and assign to each loop,
  replacing alloca.
(find_and_verify_loops): Do not allocate loops->array.

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

24 years agoTest for reload bug with 'long long' function parameters.
zack [Sat, 22 Jan 2000 01:08:14 +0000 (01:08 +0000)]
Test for reload bug with 'long long' function parameters.
Found with 2.95.2 on x86; already fixed in 2.96.
Reported by D.J. Bernstein.

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

24 years ago * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
zack [Sat, 22 Jan 2000 00:40:49 +0000 (00:40 +0000)]
* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.

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

24 years ago * java/lang/reflect/natConstructor.cc (newInstance): Use
tromey [Fri, 21 Jan 2000 23:50:31 +0000 (23:50 +0000)]
* java/lang/reflect/natConstructor.cc (newInstance): Use
_Jv_CallAnyMethodA.
* include/jvm.h: Declare _Jv_CallAnyMethodA.
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Renamed
from _Jv_CallNonvirtualMethodA.  Changed interface; overloaded.
Include <jni.h>.
(COPY): Removed.
(invoke): Use _Jv_CallAnyMethodA.
(VAL): Redefined.
* java/lang/Class.h (Class): Declare JvGetFirstStaticField,
JvNumStaticFields, JvNumMethods, and JvGetFirstMethod as friend
functions.
(struct _Jv_Method): Added getNextMethod method.
(JvNumMethods): New function.
(JvGetFirstMethod): Likewise.
* gcj/field.h (JvGetFirstStaticField): New function.
(JvNumStaticFields): Likewise.
(getNextField): Renamed from getNextInstanceField.
(struct _Jv_Field): New method getClass.
* jni.cc: Wrote many new functions.
* include/jni.h (JNI_TRUE): Define.
(JNI_FALSE): Likewise.
(jobject, jclass, jstring, jarray, jthrowable, jobjectArray,
jbyteArray, jshortArray, jintArray, jlongArray, jbooleanArray,
jcharArray, jfloatArray, jdoubleArray): New typedefs.
(jfieldID, jmethodID): Likewise.
(JNI_COMMIT, JNI_ABORT): New defines.
(JNINativeMethod): New struct.
(struct JNINativeInterface): Correctly declared more entries.
(class _Jv_JNIEnv): Added `ex' member.
(JNI_VERSION_1_1): New define.
(JNI_VERSION_1_2): Likewise.

* boehm.cc (_Jv_MarkObj): Use getNextField, not
getNextInstanceField.

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

24 years ago * libjava.compile/BlankFinal.java: New file.
tromey [Fri, 21 Jan 2000 21:12:47 +0000 (21:12 +0000)]
* libjava.compile/BlankFinal.java: New file.

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

24 years agoFix typo in ChangeLog
ghazi [Fri, 21 Jan 2000 20:59:01 +0000 (20:59 +0000)]
Fix typo in ChangeLog

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

24 years ago * buffer.h: PROTO -> PARAMS.
ghazi [Fri, 21 Jan 2000 20:57:00 +0000 (20:57 +0000)]
    * buffer.h: PROTO -> PARAMS.
        * check-init.c: Likewise.
        * class.c: Likewise.
        * constants.c: Likewise.
        * convert.h: Likewise.
        * decl.c: Likewise.
        * except.c: Likewise.
        * expr.c: Likewise.
        * gjavah.c: Likewise.
        * java-except.h: Likewise.
        * java-tree.h: Likewise.
        * jcf-depend.c: Likewise.
        * jcf-dump.c: Likewise.
        * jcf-parse.c: Likewise.
        * jcf-path.c: Likewise.
        * jcf-reader.c: Likewise.
        * jcf-write.c: Likewise.
        * jcf.h: Likewise.
        * jv-scan.c: Likewise.
        * jvgenmain.c: Likewise.
        * jvspec.c: Likewise.
        * lang.c: Likewise.
        * lex.c: Likewise.
        * lex.h: Likewise.
        * parse-scan.y: Likewise.
        * parse.h: Likewise.
        * parse.y: Likewise.
        * typeck.c: Likewise.
        * verify.c: Likewise.
        * xref.c: Likewise.
        * xref.h: Likewise.
        * zextract.c: Likewise.
        * zipfile.h: Likewise.

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

24 years ago * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
jakub [Fri, 21 Jan 2000 20:49:33 +0000 (20:49 +0000)]
* config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
pseudos if expanded after first flow.
(movdi_pic_label_ref): Likewise.

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

24 years agoTypo fix.
amylaar [Fri, 21 Jan 2000 10:36:05 +0000 (10:36 +0000)]
Typo fix.

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

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

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

24 years ago * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
rth [Thu, 20 Jan 2000 22:08:29 +0000 (22:08 +0000)]
    * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.

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

24 years ago * gcc.c-torture/execute/20000120-2.c: New test.
law [Thu, 20 Jan 2000 19:45:39 +0000 (19:45 +0000)]
    * gcc.c-torture/execute/20000120-2.c: New test.

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

24 years ago * gcc.c-torture/execute/20000120-1.c: New test.
law [Thu, 20 Jan 2000 19:35:29 +0000 (19:35 +0000)]
    * gcc.c-torture/execute/20000120-1.c: New test.

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

24 years agoFix typo in last commit
zack [Thu, 20 Jan 2000 18:28:37 +0000 (18:28 +0000)]
Fix typo in last commit

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

24 years ago * Makefile.in (fixinc.sh): Depend on specs.
zack [Thu, 20 Jan 2000 18:25:12 +0000 (18:25 +0000)]
* Makefile.in (fixinc.sh): Depend on specs.
        * fixinc/Makefile.in: Add rule to create machname.h.
        (fixlib.o): Depend on machname.h.
        * fixinc/fixtests.c (machine_name): New test.
        * fixinc/fixfixes.c (machine_name): New fix.
        * fixinc/fixlib.c (mn_get_regexps): New helper function for
        the machine_name test and fix.
        * fixinc/fixlib.h: Prototype it.
        * fixinc/inclhack.def (machine_name): Use the C test and fix.
* fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.

        * gcc.c (do_spec_1) [case P]: Take care not to create
        identifiers with three leading or trailing underscores.

* fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
(fixincl): Don't specify libraries twice on link line.
(gnu-regex.o): Remove special rule.
* fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
defined by config.h.  Do not define _REGEX_RE_COMP.
(regcomp): Allocate and initialize a fastmap.
* fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.

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

24 years ago * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
rth [Thu, 20 Jan 2000 17:34:26 +0000 (17:34 +0000)]
    * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.

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

24 years ago * resolve.cc (StringClass): Removed.
tromey [Thu, 20 Jan 2000 17:32:26 +0000 (17:32 +0000)]
* resolve.cc (StringClass): Removed.
* defineclass.cc (StringClass): Removed.

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

24 years ago Remap dynamic cast hint values to be consistent across ABIs.
nathan [Thu, 20 Jan 2000 11:05:19 +0000 (11:05 +0000)]
Remap dynamic cast hint values to be consistent across ABIs.
* search.c (dynamic_cast_base_recurse): Remap generated value.
(get_dynamic_cast_base_type): Adjust documentation.
* tinfo.h (__user_type_info::dyncast): Likewise.
(__user_type_info::find_public_subobj): Remap BOFF meaning.
* tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
(__class_type_info::do_dyncast): Likewise.
(__class_type_info::do_find_public_subobj): Likewise.
* tinfo2.cc (__dynamic_cast): Remap BOFF parameter.

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

24 years ago2000-01-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
gdr [Thu, 20 Jan 2000 09:24:01 +0000 (09:24 +0000)]
2000-01-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>

        * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.

        * typeck2.c (incomplete_type_error): Restore previous cp_error and
        cp_error_at call sequence.

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

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

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

24 years ago * class.c (dump_class_hierarchy): Make format agree with argument;
mmitchel [Thu, 20 Jan 2000 08:12:26 +0000 (08:12 +0000)]
* class.c (dump_class_hierarchy): Make format agree with argument;
cast pointer to unsigned long and print with %lx.

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

24 years ago * flow.c (propagate_block): Replace FIRST, LAST and BNUM
rth [Thu, 20 Jan 2000 03:59:57 +0000 (03:59 +0000)]
    * flow.c (propagate_block): Replace FIRST, LAST and BNUM
        arguments with BB.  Update all callers.  Tidy line wrapping.

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

24 years ago * emit-rtl.c (try_split): Return last_insn if we split the
cpopetz [Thu, 20 Jan 2000 00:41:52 +0000 (00:41 +0000)]
* emit-rtl.c (try_split): Return last_insn if we split the
last_insn.

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

24 years ago * i386-protos.h (ix86_compute_frame_size): Remove prototype.
hubicka [Thu, 20 Jan 2000 00:05:32 +0000 (00:05 +0000)]
* i386-protos.h (ix86_compute_frame_size): Remove prototype.
(ix86_initial_elimination_offset): Declare.
* i386.c (ix86_nsaved_regs): Break out from ...
(ix86_can_use_return_insn_p): ... here.
(ix86_emit_save_regs): Break out from ...
(ix86_expand_prologue): ... here.
(ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
out from ...
(ix86_expand_epilogue): ... here.
(ix86_compute_frame_size): Make static, add prototype.
(ix86_initial_elimination_offset): Break out from ...
* i386.h (INITIAL_ELIMINATION_OFFSET): ... here.

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

24 years agomore copyright nits
ghazi [Wed, 19 Jan 2000 23:47:13 +0000 (23:47 +0000)]
more copyright nits

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

24 years agoupdate copyrights in config dir.
ghazi [Wed, 19 Jan 2000 23:44:14 +0000 (23:44 +0000)]
update copyrights in config dir.

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

24 years ago * recog.h (OUT_FCN): Delete.
ghazi [Wed, 19 Jan 2000 23:14:17 +0000 (23:14 +0000)]
    * recog.h (OUT_FCN): Delete.

        * vax.md: Call `get_insn_template' instead of OUT_FCN.

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

24 years agoUpdated NEWS file.
bryce [Wed, 19 Jan 2000 23:08:05 +0000 (23:08 +0000)]
Updated NEWS file.

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

24 years ago * cppalloc.c: PROTO -> PARAMS.
ghazi [Wed, 19 Jan 2000 22:52:43 +0000 (22:52 +0000)]
    * cppalloc.c: PROTO -> PARAMS.
        * cpperror.c: Likewise.
        * cppfiles.c: Likewise.
        * cpplib.c: Likewise.
        * cpplib.h: Likewise.

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