gcc.git
22 years agopr5473.f: New test
David Billinghurst [Tue, 5 Feb 2002 22:34:37 +0000 (22:34 +0000)]
pr5473.f: New test

2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>

* g77.dg/pr5473.f:  New test

From-SVN: r49531

22 years agonetbsd.h (WCHAR_TYPE): Define.
Jason Thorpe [Tue, 5 Feb 2002 19:01:56 +0000 (19:01 +0000)]
netbsd.h (WCHAR_TYPE): Define.

* config/netbsd.h (WCHAR_TYPE): Define.
(WCHAR_TYPE_SIZE): Ditto.
(WINT_TYPE): Ditto.
* config/alpha/netbsd.h (WCHAR_TYPE): Remove.
(WCHAR_UNSIGNED): Ditto.
(WCHAR_TYPE_SIZE): Ditto.
(WINT_TYPE): Ditto.
* config/arm/netbsd.h: Likewise.
* config/i386/netbsd-elf.h: Likewise.
* config/i386/netbsd.h: Likewise.
* config/m68k/netbsd-elf.h: Likewise.
* config/m68k/netbsd.h: Likewise.
* config/ns32k/netbsd.h: Likewise.
* config/sparc/netbsd.h: Likewise.
* config/vax/netbsd.: Likewise.

From-SVN: r49528

22 years agoclass.c: Include target.h.
Alexandre Oliva [Tue, 5 Feb 2002 18:01:51 +0000 (18:01 +0000)]
class.c: Include target.h.

* class.c: Include target.h.
(check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
bit-field layout.
* Make-lang.in: Adjust deps.

From-SVN: r49527

22 years agotarget.h (struct gcc_target): Added ms_bitfield_layout_p.
Alexandre Oliva [Tue, 5 Feb 2002 17:56:34 +0000 (17:56 +0000)]
target.h (struct gcc_target): Added ms_bitfield_layout_p.

* target.h (struct gcc_target): Added ms_bitfield_layout_p.
* target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New.  Added to...
(TARGET_INITIALIZER): this.
* doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
(BITFIELD_NBYTES_LIMITED): Markup fix.
* tree.h (default_ms_bitfield_layout_p): Declare.
(record_layout_info): Added prev_field.
* tree.c (default_ms_bitfield_layout_p): New fn.
* c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
* stor-layout.c: Include target.h.
(start_record_layout): Initialize prev_field.
(place_field): Handle MS bit-field layout, and disregard
EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
PCC_BITFIELD_TYPE_MATTERS in this case.  Update prev_field.
* Makefile.in (stor-layout.o): Adjust dependencies.

From-SVN: r49526

22 years agodemangle.h (cplus_demangle_v3): Add "options" parm.
Jason Merrill [Tue, 5 Feb 2002 16:33:31 +0000 (11:33 -0500)]
demangle.h (cplus_demangle_v3): Add "options" parm.

        * demangle.h (cplus_demangle_v3): Add "options" parm.
        (cplus_demangle_v3_type): Remove prototype.
        (DMGL_VERBOSE): New macro.
        (DMGL_TYPES): New macro.

        * cplus-dem.c (flags): Add DMGL_VERBOSE
        (cplus_demangle_v3_p): Remove.
        (demangle_it): Add DMGL_TYPES to passed flags.
        * cp-demangle.c (cplus_demangle_v3_all): Remove.
        (cplus_demangle_v3_type): Remove.
        (cplus_demangle_v3): Add options parm.

        * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.

From-SVN: r49525

22 years agolocale_facets.tcc (money_get::do_get(string)): First construct a tentative returned...
Paolo Carlini [Tue, 5 Feb 2002 11:35:48 +0000 (12:35 +0100)]
locale_facets.tcc (money_get::do_get(string)): First construct a tentative returned string...

2002-02-05  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/locale_facets.tcc (money_get::do_get(string)):
First construct a tentative returned string, then, only if the
parsing succeeds, copy it into the string passed by reference.
* testsuite/22_locale/money_get_members_char.cc: Add test06.
* testsuite/22_locale/money_get_members_wchar_t.cc: Add test06.

From-SVN: r49523

22 years ago* crtstuff.c: Fix comments.
Andreas Jaeger [Tue, 5 Feb 2002 10:31:06 +0000 (11:31 +0100)]
* crtstuff.c: Fix comments.

From-SVN: r49522

22 years agore PR fortran/3393 (ICE in extract_insn, at recog.c:2173)
Richard Henderson [Tue, 5 Feb 2002 09:49:31 +0000 (01:49 -0800)]
re PR fortran/3393 (ICE in extract_insn, at recog.c:2173)

        PR fortran/3393
        * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
        (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.

From-SVN: r49521

22 years agore PR fortran/3392 (ICE in function_arg, at config/mips/mips.c:4007)
Richard Henderson [Tue, 5 Feb 2002 09:27:15 +0000 (01:27 -0800)]
re PR fortran/3392 (ICE in function_arg, at config/mips/mips.c:4007)

        PR fortran/3392
        * config/mips/mips.c (function_arg): Handle TImode.
        (function_arg_advance): Likewise.

From-SVN: r49520

22 years ago* Makefile.in: Undo munging last change.
Richard Henderson [Tue, 5 Feb 2002 08:38:02 +0000 (00:38 -0800)]
* Makefile.in: Undo munging last change.

From-SVN: r49519

22 years agoaltivec.h (vec_step_help): Rename to __vec_step_help.
Aldy Hernandez [Tue, 5 Feb 2002 08:28:23 +0000 (08:28 +0000)]
altivec.h (vec_step_help): Rename to __vec_step_help.

2002-02-05  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/altivec.h (vec_step_help): Rename to
        __vec_step_help.

From-SVN: r49518

22 years agoDaily bump.
GCC Administrator [Tue, 5 Feb 2002 08:18:42 +0000 (08:18 +0000)]
Daily bump.

From-SVN: r49517

22 years agoaltivec-4.c: AltiVec builtin predicates changed format.
Aldy Hernandez [Tue, 5 Feb 2002 08:12:31 +0000 (08:12 +0000)]
altivec-4.c: AltiVec builtin predicates changed format.

2002-02-05  Aldy Hernandez  <aldyh@redhat.com>

        * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
        Fix testcase accordingly.

From-SVN: r49515

22 years agoUndo munging last update.
Richard Henderson [Tue, 5 Feb 2002 08:05:41 +0000 (00:05 -0800)]
Undo munging last update.

From-SVN: r49514

22 years agoaltivec.h: Fix typos.
Aldy Hernandez [Tue, 5 Feb 2002 07:56:33 +0000 (07:56 +0000)]
altivec.h: Fix typos.

2002-02-05  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/altivec.h: Fix typos.

From-SVN: r49513

22 years agobuilt-in-setjmp.c: Prototype stuff.
Richard Henderson [Tue, 5 Feb 2002 06:37:02 +0000 (22:37 -0800)]
built-in-setjmp.c: Prototype stuff.

        * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
        (buf): Change to be an array of pointers, not ints.

From-SVN: r49512

22 years ago* config/arm/netbsd.h: Correct a comment.
Jason Thorpe [Tue, 5 Feb 2002 02:39:31 +0000 (02:39 +0000)]
* config/arm/netbsd.h: Correct a comment.

From-SVN: r49511

22 years agors6000.c (altivec_init_builtins): Fix typo building void typed builtins.
Aldy Hernandez [Tue, 5 Feb 2002 02:18:55 +0000 (02:18 +0000)]
rs6000.c (altivec_init_builtins): Fix typo building void typed builtins.

2002-02-05  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
        building void typed builtins.

        * config/rs6000/altivec.h (vec_ld*): Fix typos.
        (vec_step): Implement for C++.

From-SVN: r49510

22 years agowin32.cc: Created it.
Adam Megacz [Tue, 5 Feb 2002 02:08:16 +0000 (02:08 +0000)]
win32.cc: Created it.

2002-02-04  Adam Megacz <adam@xwt.org>

        * win32.cc: Created it.
          configure.in: Added PLATFORM_SPECIFIC_SOURCES,
          which is set to posix.cc or win32.cc.
          Makefile.am: Updated it to use $(PLATFORM_SPECIFIC_SOURCES).

From-SVN: r49509

22 years agoconfigure.in: Corrected mingw case branches; added * before and after.
Adam Megacz [Tue, 5 Feb 2002 02:05:05 +0000 (02:05 +0000)]
configure.in: Corrected mingw case branches; added * before and after.

2002-02-04  Adam Megacz <adam@xwt.org>

        * configure.in: Corrected mingw case branches; added * before
          and after.

From-SVN: r49508

22 years agoconfigure.in: Add -lgdi32 -lwsock32 -lws2_32 to libgcj.spec if compiling for win32
Adam Megacz [Tue, 5 Feb 2002 02:04:15 +0000 (02:04 +0000)]
configure.in: Add -lgdi32 -lwsock32 -lws2_32 to libgcj.spec if compiling for win32

2002-02-04  Adam Megacz <adam@xwt.org>

        * configure.in: Add -lgdi32 -lwsock32 -lws2_32 to libgcj.spec
          if compiling for win32

From-SVN: r49507

22 years agowin32-threads.cc: #undef STRICT after gc.h inclusion
Adam Megacz [Tue, 5 Feb 2002 01:59:44 +0000 (01:59 +0000)]
win32-threads.cc: #undef STRICT after gc.h inclusion

2002-02-04  Adam Megacz <adam@xwt.org>

        * win32-threads.cc: #undef STRICT after gc.h inclusion

From-SVN: r49506

22 years ago* error.c (dump_type): Be more helpful about VECTOR_TYPE.
Jason Merrill [Tue, 5 Feb 2002 01:46:01 +0000 (20:46 -0500)]
* error.c (dump_type): Be more helpful about VECTOR_TYPE.

From-SVN: r49505

22 years ago* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
Richard Kenner [Tue, 5 Feb 2002 00:29:01 +0000 (00:29 +0000)]
* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.

From-SVN: r49503

22 years ago[multiple changes]
Phil Edwards [Tue, 5 Feb 2002 00:14:37 +0000 (00:14 +0000)]
[multiple changes]

2002-02-04  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/TODO:  Impl-defined behavior now documented...
* docs/html/17_intro/howto.html:  ...here.
* docs/doxygen/mainpage.doxy:  Remove, rename...
* docs/doxygen/mainpage.html:  ...to this.  Tweak HTML, add license.
* docs/doxygen/style.css:  Add small text.
* docs/doxygen/run_doxygen:  Adjust for new mainpage.
* docs/doxygen/user.cfg.in:  Likewise.

2002-02-04  Stephan Buys  <s.buys@icon.co.za>

* include/bits/stl_map.h:  Initial doxygen markup.
* include/std/std_fstream.h:  Initial doxygen markup.

From-SVN: r49502

22 years agocombine.c (nonzero_bits): Re-introduce special case for sp/fp/ap wrt REGNO_POINTER_ALIGN.
Richard Henderson [Mon, 4 Feb 2002 23:06:04 +0000 (15:06 -0800)]
combine.c (nonzero_bits): Re-introduce special case for sp/fp/ap wrt REGNO_POINTER_ALIGN.

        * combine.c (nonzero_bits): Re-introduce special case for
        sp/fp/ap wrt REGNO_POINTER_ALIGN.

From-SVN: r49501

22 years agoextend.texi: Warn about unsupported usage of altivec builtins.
Aldy Hernandez [Mon, 4 Feb 2002 22:50:56 +0000 (22:50 +0000)]
extend.texi: Warn about unsupported usage of altivec builtins.

2002-01-31  Aldy Hernandez  <aldyh@redhat.com>

        * doc/extend.texi: Warn about unsupported usage of altivec
        builtins.

        * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
        (altivec_predicate_*): New.

        * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
        Add C++ version of vec_*() functions.

        * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
        (bdesc_2arg): Remove altivec predicates.
        (altivec_expand_builtin): Handle predicates.
        (altivec_init_builtins): Handle predicates.
        (altivec_expand_predicate_builtin): New.

From-SVN: r49500

22 years agopa.c (DO_FRAME_NOTES): Move forward.
John David Anglin [Mon, 4 Feb 2002 22:41:59 +0000 (22:41 +0000)]
pa.c (DO_FRAME_NOTES): Move forward.

* pa.c (DO_FRAME_NOTES): Move forward.
(store_reg): Revise handling of frame notes.
(load_reg): Likewise.
(set_reg_plus_d): Likewise.
(hppa_expand_prologue): Likewise.
(hppa_expand_epilogue): Likewise.

From-SVN: r49499

22 years ago* unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
John David Anglin [Mon, 4 Feb 2002 22:21:12 +0000 (22:21 +0000)]
* unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.

From-SVN: r49498

22 years agoPR c/4475, c++/3780:
Jakub Jelinek [Mon, 4 Feb 2002 22:05:15 +0000 (23:05 +0100)]
PR c/4475, c++/3780:

* c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
* c-common.h (SWITCH_TYPE): Define.
* c-typeck.c (c_start_case): Set SWITCH_TYPE.
* stmt.c (all_cases_count): Set lastval to thisval at end of loop.
Rename spareness variable to sparseness.
(expand_end_case_type): Renamed from expand_end_case, use orig_type
if non-NULL instead of TREE_TYPE (orig_index).
* tree.h (expand_end_case_type): Renamed from expand_end_case.
(expand_end_case): Define using expand_end_case_type.
* c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
to expand_end_case_type.
* doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.

* semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
(finish_switch_cond): Set SWITCH_TYPE.

* gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
before all tests.  Move warning one line above to match where it
C frontend emits.
* gcc.dg/Wswitch-2.c: New test.
* g++.dg/warn/Wswitch-1.C: New test.
* g++.dg/warn/Wswitch-2.C: New test.

From-SVN: r49497

22 years agopa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
John David Anglin [Mon, 4 Feb 2002 21:37:14 +0000 (21:37 +0000)]
pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.

* pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
(BIGGEST_ALIGNMENT): Change to 128.

From-SVN: r49496

22 years ago* pa32-linux.h (LINK_COMMAND_SPEC): Define.
John David Anglin [Mon, 4 Feb 2002 21:16:51 +0000 (21:16 +0000)]
* pa32-linux.h (LINK_COMMAND_SPEC): Define.

From-SVN: r49492

22 years ago* pa.md (call_internal_reg_64bit): Remove unused variable.
John David Anglin [Mon, 4 Feb 2002 21:05:25 +0000 (21:05 +0000)]
* pa.md (call_internal_reg_64bit): Remove unused variable.

From-SVN: r49491

22 years agoReplace current_function_anonymous_args with cfun->machine->uses_anonymous_args
Nick Clifton [Mon, 4 Feb 2002 20:23:07 +0000 (20:23 +0000)]
Replace current_function_anonymous_args with cfun->machine->uses_anonymous_args

From-SVN: r49490

22 years agolocale_facets.tcc (money_get::do_get(string)): Deal correctly with !(__io.flags(...
Paolo Carlini [Mon, 4 Feb 2002 19:51:32 +0000 (20:51 +0100)]
locale_facets.tcc (money_get::do_get(string)): Deal correctly with !(__io.flags() & ios_base::showbase) for case...

2002-02-04  Paolo Carlini  <pcarlini@unitus.it>

        libstdc++/5579
        * include/bits/locale_facets.tcc (money_get::do_get(string)):
        Deal correctly with !(__io.flags() & ios_base::showbase)
        for case money_base::symbol.
        * testsuite/22_locale/money_get_members_char.cc: Add test05.
        * testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.

From-SVN: r49489

22 years agocfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect the entry block.
Bernd Schmidt [Mon, 4 Feb 2002 19:19:04 +0000 (19:19 +0000)]
cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect the entry block.

        * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
         the entry block.

From-SVN: r49488

22 years ago* g++.dg/abi/offsetof.C: Fix size comparison.
Richard Henderson [Mon, 4 Feb 2002 18:27:59 +0000 (10:27 -0800)]
* g++.dg/abi/offsetof.C: Fix size comparison.

From-SVN: r49487

22 years agocombine.c (force_to_mode): Remove STACK_BIAS code.
Richard Henderson [Mon, 4 Feb 2002 18:16:07 +0000 (10:16 -0800)]
combine.c (force_to_mode): Remove STACK_BIAS code.

        * combine.c (force_to_mode): Remove STACK_BIAS code.
        (nonzero_bits): Likewise.  Replace sp/fp special case with
        REGNO_POINTER_ALIGN.

        * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
        (HARD_FRAME_POINTER_REGNUM): New.
        (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
        (FIXED_REGS, CALL_USED_REGS): Update.
        (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
        (CONDITIONAL_REGISTER_USAGE): Update for HFP.
        (HARD_REGNO_NREGS): Update for SFP.
        (STACK_POINTER_OFFSET): Include bias here ...
        (FIRST_PARM_OFFSET): ... not here.
        (STACK_BIAS): Remove.
        (INIT_EXPANDERS): New.
        (STARTING_FRAME_OFFSET): Do not include bias.
        (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
        (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
        (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
        * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
        * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
        * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
        (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
        (MUST_SAVE_REGISTER): Likewise.
        (sparc_flat_function_prologue): Likewise.
        (sparc_flat_function_epilogue): Likewise.
        (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
        (sparc_init_modes): SFP is GENERAL_REGS.
        (sparc_builtin_saveregs): SFP does not have bias applied.

From-SVN: r49486

22 years agoReindent.
Richard Henderson [Mon, 4 Feb 2002 17:58:08 +0000 (09:58 -0800)]
Reindent.

From-SVN: r49485

22 years agoalpha.c (current_function_is_thunk): Don't check current_function_is_thunk.
Richard Henderson [Mon, 4 Feb 2002 17:44:26 +0000 (09:44 -0800)]
alpha.c (current_function_is_thunk): Don't check current_function_is_thunk.

        * config/alpha/alpha.c (current_function_is_thunk): Don't check
        current_function_is_thunk.
        (alpha_sa_mask): Distinguish between current_function_is_thunk
        called from ASM_OUTPUT_MI_THUNK and not.
        (alpha_does_function_need_gp): Thunks always need gp.
        (alpha_start_function, alpha_output_function_end_prologue): Likewise.
        (alpha_output_mi_thunk_osf): New.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.

cp/
        * method.c (use_thunk): Always initialize the block tree.  Reindent.
        * semantics.c (expand_body): Emit thunks after function, not before.

From-SVN: r49484

22 years ago* gcc.pot: Regenerate.
Zack Weinberg [Mon, 4 Feb 2002 17:05:24 +0000 (17:05 +0000)]
* gcc.pot: Regenerate.

From-SVN: r49483

22 years ago* gcc.dg/cast-qual-2.c: New test.
Richard Sandiford [Mon, 4 Feb 2002 17:02:39 +0000 (17:02 +0000)]
* gcc.dg/cast-qual-2.c: New test.

From-SVN: r49482

22 years agoc-typeck.c (build_c_cast): Warn when qualifiers are added to function types, not...
Richard Sandiford [Mon, 4 Feb 2002 17:01:30 +0000 (17:01 +0000)]
c-typeck.c (build_c_cast): Warn when qualifiers are added to function types, not when they're taken away.

* c-typeck.c (build_c_cast): Warn when qualifiers are added to
function types, not when they're taken away.

From-SVN: r49481

22 years agodecl.c (start_function): Call cplus_decl_attributes immediately after grokdeclarator.
Jason Merrill [Mon, 4 Feb 2002 16:28:40 +0000 (11:28 -0500)]
decl.c (start_function): Call cplus_decl_attributes immediately after grokdeclarator.

        * decl.c (start_function): Call cplus_decl_attributes immediately
        after grokdeclarator.

        * decl.c (start_function): Combine DECL_RESULT handling code.

From-SVN: r49480

22 years agoUpdate copyright dates.
Philipp Thomas [Mon, 4 Feb 2002 16:07:59 +0000 (16:07 +0000)]
Update copyright dates.

From-SVN: r49479

22 years agocfgrtl.c (try_redirect_by_replacing_jump): Remove associated CODE_LABEL and jump...
Jeff Law [Mon, 4 Feb 2002 16:03:14 +0000 (09:03 -0700)]
cfgrtl.c (try_redirect_by_replacing_jump): Remove associated CODE_LABEL and jump table when...

        * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
        CODE_LABEL and jump table when replacing a table jump with a
        simple jump.

From-SVN: r49478

22 years agobad.def [...]: Insert comments to mark messages as not being printf style where appro...
Philipp Thomas [Mon, 4 Feb 2002 15:58:51 +0000 (15:58 +0000)]
bad.def [...]: Insert comments to mark messages as not being printf style where appropriate.

2002-02-04  Philipp Thomas  <pthomas@suse.de>

* bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
Insert comments to mark messages as not being printf style
where appropriate.

From-SVN: r49477

22 years agos390-protos.h (legitimize_la_operand, [...]): Add prototypes.
Ulrich Weigand [Mon, 4 Feb 2002 15:51:18 +0000 (15:51 +0000)]
s390-protos.h (legitimize_la_operand, [...]): Add prototypes.

* config/s390/s390-protos.h (legitimize_la_operand,
s390_secondary_input_reload_class, s390_plus_operand,
s390_expand_plus_operand): Add prototypes.

config/s390/s390.c (s390_secondary_input_reload_class,
s390_plus_operand, s390_expand_plus_operand): New functions.

(struct s390_address): New member 'pointer'.
(s390_decompose_address): Compute it.
(legitimate_la_operand_p): Use it.
(legitimize_la_operand): New function.
(movti, movdi, movdf splitters): Call it.

config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
(PREDICATE_CODES): Add s390_plus_operand.

config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
(la_ccclobber): Allow GENERAL_REGS as output operand.

(reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
*reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
(*la_64, *la_31, reload_indi, reload_insi): ... these.

From-SVN: r49476

22 years agos390.h (CRT_CALL_STATIC_FUNCTION): Fixed register names for regular asm () construct.
Ulrich Weigand [Mon, 4 Feb 2002 15:43:02 +0000 (15:43 +0000)]
s390.h (CRT_CALL_STATIC_FUNCTION): Fixed register names for regular asm () construct.

* gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
register names for regular asm () construct.

From-SVN: r49475

22 years agoi386.md (movsf_1): Allow moving SF values in MMX registers.
Jakub Jelinek [Mon, 4 Feb 2002 09:48:34 +0000 (10:48 +0100)]
i386.md (movsf_1): Allow moving SF values in MMX registers.

* config/i386/i386.md (movsf_1): Allow moving SF values in MMX
registers.

From-SVN: r49474

22 years agocombine.c (recog_for_combine): Create a dummy insn with PATTERN pat for recog.
Jakub Jelinek [Mon, 4 Feb 2002 09:40:57 +0000 (10:40 +0100)]
combine.c (recog_for_combine): Create a dummy insn with PATTERN pat for recog.

* combine.c (recog_for_combine): Create a dummy insn with PATTERN
pat for recog.

* gcc.dg/20020201-4.c: New test.

From-SVN: r49473

22 years agoxref.c: Remove.
Jason Merrill [Mon, 4 Feb 2002 08:55:43 +0000 (03:55 -0500)]
xref.c: Remove.

        * xref.c: Remove.
        * Make-lang.in (CXX_OBJS): Remove cp/xref.o
        (cp/xref.o): Remove dependencies.
        * class.c (finish_struct_1, check_methods): Don't call xref fns.
        (finish_struct_1): Likewise.
        * friend.c (make_friend_class): Likewise.
        * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
        * spew.c (read_process_identifier): Likewise.

From-SVN: r49472

22 years agovarasm.c (decode_rtx_const): Allow unspec (symbol_ref) in constant pool to be identic...
Hartmut Penner [Mon, 4 Feb 2002 08:29:08 +0000 (08:29 +0000)]
varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in constant pool to be identical by string address...

     * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
     constant pool to be identical by string address and index.

From-SVN: r49471

22 years agogcc.exp (gcc_init): Check that the need_status_wrapper target_info attribute != 0...
Ben Elliston [Mon, 4 Feb 2002 05:00:25 +0000 (05:00 +0000)]
gcc.exp (gcc_init): Check that the need_status_wrapper target_info attribute != 0...

* lib/gcc.exp (gcc_init): Check that the need_status_wrapper
target_info attribute != 0, in addition to the empty string.
(gcc_target_compile): Likewise.

From-SVN: r49470

22 years agooutput.h (SECTION_OVERRIDE): Define.
Anthony Green [Mon, 4 Feb 2002 03:03:44 +0000 (03:03 +0000)]
output.h (SECTION_OVERRIDE): Define.

2002-02-04  Anthony Green  <green@redhat.com>

* output.h (SECTION_OVERRIDE): Define.
* varasm.c (named_section): Obey SECTION_OVERRIDE.

java:
2002-02-04  Anthony Green  <green@redhat.com>

* class.c (build_utf8_ref): Put UTF-8 constants into merged
sections if available.

From-SVN: r49469

22 years ago* parse.y (java_expand_classes): Fix typo in static field loop.
Bryce McKinlay [Mon, 4 Feb 2002 02:38:16 +0000 (02:38 +0000)]
* parse.y (java_expand_classes): Fix typo in static field loop.

From-SVN: r49468

22 years agoconfig.gcc (arm*-*-netbsdelf*): Placeholder to prevent match by existing arm*-*-netbs...
Jason Thorpe [Sun, 3 Feb 2002 21:52:34 +0000 (21:52 +0000)]
config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match by existing arm*-*-netbsd* (a.out) target.

* config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
by existing arm*-*-netbsd* (a.out) target.
(ns32k-*-netbsdelf*): Likewise.
(sparc-*-netbsdelf*): Likewise.
(vax-*-netbsdelf*): Likewise.

From-SVN: r49467

22 years agoFix typo in date of most recent entry.
Jason Thorpe [Sun, 3 Feb 2002 21:36:46 +0000 (21:36 +0000)]
Fix typo in date of most recent entry.

From-SVN: r49466

22 years agogthr-win32.h: Protect against conflicting typedef for BOOL in windows headers and...
Christopher Faylor [Sun, 3 Feb 2002 20:58:51 +0000 (20:58 +0000)]
gthr-win32.h: Protect against conflicting typedef for BOOL in windows headers and libobjc headers.

* gthr-win32.h: Protect against conflicting typedef for BOOL in windows headers
and libobjc headers.
* gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
(_mingw.h): Remove duplicate include.

From-SVN: r49465

22 years agoconfig.gcc: Set cpu_type to m68k for 68010, as well.
Jason Thorpe [Sun, 3 Feb 2002 20:53:44 +0000 (20:53 +0000)]
config.gcc: Set cpu_type to m68k for 68010, as well.

* config.gcc: Set cpu_type to m68k for 68010, as well.
(m68010-*-netbsdelf*): New...
(m68k*-*-netbsdelf*): ...targets.
* config/m68k/netbsd-elf.h: New file.

From-SVN: r49464

22 years agore PR c/4475 (-Wswitch option not functional)
Andrew Cagney [Sun, 3 Feb 2002 15:58:08 +0000 (15:58 +0000)]
re PR c/4475 (-Wswitch option not functional)

* gcc.dg/Wswitch.c: New test.
PR gcc/4475. PR gcc/3780.

From-SVN: r49462

22 years agominor typo
DJ Delorie [Sun, 3 Feb 2002 13:10:29 +0000 (08:10 -0500)]
minor typo

From-SVN: r49461

22 years agore PR fortran/5122 (g77 rejects accepted use of INTEGER*2 as type of DATA statement...
Toon Moene [Sun, 3 Feb 2002 12:57:21 +0000 (13:57 +0100)]
re PR fortran/5122 (g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index)

2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.f-torture/execute/5122.f: New test for regressions
against PR fortran/5122.

From-SVN: r49460

22 years agoexpr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do loop...
Toon Moene [Sun, 3 Feb 2002 12:54:09 +0000 (13:54 +0100)]
expr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do loop counts.

2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>

* expr.c (ffeexpr_sym_impdoitem_): Allow other than
default INTEGER implied-do loop counts.

From-SVN: r49459

22 years agoclass.c (add_field): Mark static fields external.
Richard Henderson [Sun, 3 Feb 2002 06:23:37 +0000 (22:23 -0800)]
class.c (add_field): Mark static fields external.

        * class.c (add_field): Mark static fields external.
        (build_class_ref): Remove redundant set.
        * parse.y (java_expand_classes): Mark static fields of classes
        to be compiled as local.
        * jcf-parse.c (parse_class_file): Likewise.

From-SVN: r49458

22 years agocp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
H.J. Lu [Sun, 3 Feb 2002 04:00:36 +0000 (04:00 +0000)]
cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.

2002-02-02  H.J. Lu  (hjl@gnu.org)

* cp-demangle.c (cp_demangle_type): Do not protect with
IN_LIBGCC2.
(cplus_demangle_v3_all): New.
(cplus_demangle_v3): Call cplus_demangle_v3_all.
(cplus_demangle_v3_type): Call cplus_demangle_v3_all.

* cplus-dem.c (cplus_demangle_v3_p): New function pointer.
Initialized to cplus_demangle_v3.
(cplus_demangle_with_style): Call cplus_demangle_v3_p instead
of cplus_demangle_v3.
(main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
command line symbol.

* testsuite/regress-demangle: Pass the mangled name at the
command line.

From-SVN: r49456

22 years agodemangle.h (cplus_demangle_v3_type): New prototype.
H.J. Lu [Sun, 3 Feb 2002 03:59:23 +0000 (03:59 +0000)]
demangle.h (cplus_demangle_v3_type): New prototype.

2002-02-02  H.J. Lu  (hjl@gnu.org)

* demangle.h (cplus_demangle_v3_type): New prototype.

From-SVN: r49455

22 years ago* config/h8300/h8300.c (hand_list): Move inside function_arg.
Kazu Hirata [Sun, 3 Feb 2002 01:36:13 +0000 (01:36 +0000)]
* config/h8300/h8300.c (hand_list): Move inside function_arg.

From-SVN: r49454

22 years agoh8300.c (h8_push_ops): Move inside h8300_init_once.
Kazu Hirata [Sun, 3 Feb 2002 01:29:16 +0000 (01:29 +0000)]
h8300.c (h8_push_ops): Move inside h8300_init_once.

* config/h8300/h8300.c (h8_push_ops): Move inside
h8300_init_once.
(h8_pop_ops): Likewise.
(h8_move_ops): Likewise.

From-SVN: r49453

22 years agoh8300.c (os_task): Make it static.
Kazu Hirata [Sun, 3 Feb 2002 01:24:11 +0000 (01:24 +0000)]
h8300.c (os_task): Make it static.

* config/h8300/h8300.c (os_task): Make it static.
(monitor): Likewise.
(pragma_saveall): Likewise.

From-SVN: r49452

22 years agosh.md (ic_invalidate_line): Make sure the immediate constant is a valid sign-extensio...
Alexandre Oliva [Sun, 3 Feb 2002 00:50:50 +0000 (00:50 +0000)]
sh.md (ic_invalidate_line): Make sure the immediate constant is a valid sign-extension for Pmode.

* config/sh/sh.md (ic_invalidate_line): Make sure the immediate
constant is a valid sign-extension for Pmode.

From-SVN: r49451

22 years agopr3743.f: Delete
David Billinghurst [Sun, 3 Feb 2002 00:43:23 +0000 (00:43 +0000)]
pr3743.f: Delete

2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>

* g77.f-torture/compile/pr3743.f: Delete
* g77.dg/pr3743-1.f: New test.
* g77.dg/pr3743-2.f: New test.
* g77.dg/pr3743-3.f: New test.
* g77.dg/pr3743-4.f: New test.

From-SVN: r49450

22 years ago* config/h8300/h8300.c: Fix formatting.
Kazu Hirata [Sat, 2 Feb 2002 21:38:49 +0000 (21:38 +0000)]
* config/h8300/h8300.c: Fix formatting.

From-SVN: r49449

22 years ago* config/h8300/h8300.md: Fix formatting.
Kazu Hirata [Sat, 2 Feb 2002 21:15:24 +0000 (21:15 +0000)]
* config/h8300/h8300.md: Fix formatting.

From-SVN: r49448

22 years ago* Makefile.in: Rebuilt.
Tom Tromey [Sat, 2 Feb 2002 21:14:29 +0000 (21:14 +0000)]
* Makefile.in: Rebuilt.

From-SVN: r49447

22 years agoh8300.md (one_cmpl patterns): Tighten the predicates of operands[1].
Kazu Hirata [Sat, 2 Feb 2002 20:57:06 +0000 (20:57 +0000)]
h8300.md (one_cmpl patterns): Tighten the predicates of operands[1].

* config/h8300/h8300.md (one_cmpl patterns): Tighten the
predicates of operands[1].  Split the patterns for each
processor variant.

From-SVN: r49446

22 years agoh8300.md (xor patterns): Tighten the predicates of operands[1] to register_operand.
Kazu Hirata [Sat, 2 Feb 2002 20:48:38 +0000 (20:48 +0000)]
h8300.md (xor patterns): Tighten the predicates of operands[1] to register_operand.

* config/h8300/h8300.md (xor patterns): Tighten the predicates
of operands[1] to register_operand.

From-SVN: r49445

22 years agocpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
Neil Booth [Sat, 2 Feb 2002 18:56:37 +0000 (18:56 +0000)]
cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.

* cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
* cpphash.c (_cpp_init_hashtable): Similarly.
* cppinit.c (cpp_create_reader): Default the signed_char flag.
(init_builtins): Define __CHAR_UNSIGNED__ appropriately.
(COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
(cpp_handle_option): Handle the new options.
* cpplex.c (cpp_interpret_charconst): Use new flag.
* cpplib.h (struct cpp_options): New member signed_char.
* gcc.c (cpp_unique_options): Remove %c spec and documentation.
(cpp_options): Handle -fsigned-char and -funsigned-char.
(static_specs): Remove signed_char_spec.
(do_spec1): Don't handle %c.
* system.h: Poison SIGNED_CHAR_SPEC.
* tradcif.y (yylex): Use flag_signed_char.
* tradcpp.h (flag_signed_char): New.
* tradcpp.c (flag_signed_char): New.
(main): Handle new command-line options.
(initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
config:
* alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
* avr/avr.h: Remove old comments.
* i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
(CC1_SPEC): Pass -fsigned-char if -mic*.
(SIGNED_CHAR_SPEC): Remove.
doc:
* tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
testsuite:
* gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.

From-SVN: r49444

22 years ago* Makefile.am (clean-nat): New target.
Jason Merrill [Sat, 2 Feb 2002 18:23:02 +0000 (13:23 -0500)]
* Makefile.am (clean-nat): New target.

From-SVN: r49443

22 years ago991118-1.c: Revert 2002-01-29 change.
Richard Henderson [Sat, 2 Feb 2002 17:57:33 +0000 (09:57 -0800)]
991118-1.c: Revert 2002-01-29 change.

        * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
        * gcc.c-torture/execute/bf64-1.c: Likewise.

From-SVN: r49442

22 years ago2002-02-02 Paolo Carlini <pcarlini@unitus.it>
Paolo Carlini [Sat, 2 Feb 2002 13:46:47 +0000 (14:46 +0100)]
2002-02-02  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/22_locale/operators.cc
(gnu_collate::do_compare()): Add return statement to
suppress "no return statement" warning.

From-SVN: r49441

22 years agoostream_manip.cc: Enable test02.
Paolo Carlini [Sat, 2 Feb 2002 13:13:00 +0000 (14:13 +0100)]
ostream_manip.cc: Enable test02.

2002-02-01  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/ostream_manip.cc: Enable test02.

From-SVN: r49440

22 years agog77.texi [...]: Change last update date and/or copyright year.
Toon Moene [Sat, 2 Feb 2002 11:42:19 +0000 (11:42 +0000)]
g77.texi [...]: Change last update date and/or copyright year.

2002-02-02  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.texi proj.h com.c bugs.texi: Change last update date
and/or copyright year.

From-SVN: r49439

22 years ago* gcc.c-torture/execute/bitfld-2.c: New test.
Jakub Jelinek [Sat, 2 Feb 2002 09:28:25 +0000 (10:28 +0100)]
* gcc.c-torture/execute/bitfld-2.c: New test.

From-SVN: r49438

22 years ago* gcc.dg/20020201-3.c: New test.
Jakub Jelinek [Sat, 2 Feb 2002 09:22:00 +0000 (10:22 +0100)]
* gcc.dg/20020201-3.c: New test.

From-SVN: r49437

22 years agoDaily bump.
GCC Administrator [Sat, 2 Feb 2002 08:16:46 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r49436

22 years ago* java/io/natFile.cc: Removed old "FIXME" comments.
Tom Tromey [Sat, 2 Feb 2002 07:45:50 +0000 (07:45 +0000)]
* java/io/natFile.cc: Removed old "FIXME" comments.

From-SVN: r49434

22 years agonatPosixProcess.cc (myclose): New function.
Tom Tromey [Sat, 2 Feb 2002 07:43:16 +0000 (07:43 +0000)]
natPosixProcess.cc (myclose): New function.

* java/lang/natPosixProcess.cc (myclose): New function.
(fail): Use it.
(startProcess): Likewise.

From-SVN: r49433

22 years agoContribute regression tester scripts
Geoffrey Keating [Sat, 2 Feb 2002 05:23:34 +0000 (05:23 +0000)]
Contribute regression tester scripts

From-SVN: r49432

22 years ago*** empty log message ***
Adam Megacz [Sat, 2 Feb 2002 04:39:26 +0000 (04:39 +0000)]
*** empty log message ***

From-SVN: r49431

22 years agoprims.cc: Added #undef STRICT after #include<windows.h>.
Adam Megacz [Sat, 2 Feb 2002 04:37:54 +0000 (04:37 +0000)]
prims.cc: Added #undef STRICT after #include<windows.h>.

2002-02-01  Adam Megacz <adam@xwt.org>

* prims.cc: Added #undef STRICT after #include<windows.h>.

From-SVN: r49430

22 years ago2002-02-01 Adam Megacz <adam@xwt.org>
Adam Megacz [Sat, 2 Feb 2002 04:34:15 +0000 (04:34 +0000)]
2002-02-01  Adam Megacz <adam@xwt.org>

        * prims.cc
        (_Jv_CreateJavaVM): We now use WIN32 instead of
        USE_WIN32_SIGNALLING and USE_WINSOCK.
        (win32_exception_handler): Now throws an exception out of
        the signal handler; assumes SJLJ

From-SVN: r49429

22 years ago2002-02-01 Adam Megacz
Adam Megacz [Sat, 2 Feb 2002 04:31:34 +0000 (04:31 +0000)]
2002-02-01  Adam Megacz

        * win32-threads.cc:
        (_Jv_CondWait, _Jv_CondNotify, _Jv_CondNotifyAll): Corrected
        wait() algorithm to make it safe.
        (ensure_condvar_initialized, _Jv_CondInit, _Jv_CondDestroy):
        Added lazy creation of Win32 Events for better performance
        (really_start): This now uses GC_CreateThread so boehm-gc
        knows about new threads even when statically linked.

From-SVN: r49428

22 years agowin32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait() algor...
Adam Megacz [Sat, 2 Feb 2002 04:27:34 +0000 (04:27 +0000)]
win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait() algorithm.

2002-02-01  Adam Megacz <adam@xwt.org>

        * include/win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to
enable safer wait() algorithm.
(_Jv_CondWait, _Jv_CondInit, _Jv_CondDestroy, _Jv_CondNotify,
_Jv_CondNotifyAll): Implementations moved to win32-threads.cc.
(_Jv_MutexInit, _Jv_HaveMutexDestroy, _Jv_MutexUnlock,
_Jv_MutexLock, _Jv_ThreadYield): Reimplement using CRITICAL_SECTIONs
instead of mutex.
(_Jv_ThreadYield): Don't call Sleep(), because it crashes win98.

From-SVN: r49427

22 years ago2002-02-01 Adam Megacz <adam@xwt.org>
Adam Megacz [Sat, 2 Feb 2002 04:23:13 +0000 (04:23 +0000)]
2002-02-01  Adam Megacz <adam@xwt.org>

* boehm-gc on win32 now automatically detects if it is being built
as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html

From-SVN: r49426

22 years agoconfigure.in: Added support for mingw.
Adam Megacz [Sat, 2 Feb 2002 04:19:24 +0000 (04:19 +0000)]
configure.in: Added support for mingw.

2002-02-01  Adam Megacz <adam@xwt.org>

        * configure.in: Added support for mingw.
        * java/lang/Win32Process.java: Created as empty file.
        * java/lang/natWin32Process.cc: Created as empty file.

From-SVN: r49425

22 years ago*** empty log message ***
Adam Megacz [Sat, 2 Feb 2002 04:11:01 +0000 (04:11 +0000)]
*** empty log message ***

From-SVN: r49424

22 years ago2002-02-01 Eric Christopher <echristo@redhat.com>
Eric Christopher [Sat, 2 Feb 2002 03:54:39 +0000 (03:54 +0000)]
2002-02-01  Eric Christopher  <echristo@redhat.com>

From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
* config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
* config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
(ASM_OUTPUT_REG_POP): Ditto.

From-SVN: r49423

22 years agodocumentation.html: Update for 3.0.96.
Phil Edwards [Sat, 2 Feb 2002 00:18:24 +0000 (00:18 +0000)]
documentation.html: Update for 3.0.96.

2002-02-01  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/documentation.html:  Update for 3.0.96.
* docs/html/faq/index.html:  Update for 3.0.96.
* docs/html/faq/index.txt:  Regenerated.
* docs/doxygen/TODO:  Update notes.
* docs/html/17_intro/howto.html:  Initial impl-specific listing.

From-SVN: r49422

22 years ago* gcc.dg/20020201-2.c: New test.
Jakub Jelinek [Sat, 2 Feb 2002 00:16:39 +0000 (01:16 +0100)]
* gcc.dg/20020201-2.c: New test.

From-SVN: r49421