OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years ago * graph.h: New file to prototype functions exported by graph.c.
ghazi [Sat, 2 Oct 1999 20:13:24 +0000 (20:13 +0000)]
* graph.h: New file to prototype functions exported by graph.c.

* Makefile.in (graph.o, toplev.o): Depend on graph.h.

* graph.c: Include graph.h.

* toplev.c: Likewise.  Remove redundant prototypes.

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

24 years ago * cplus-dem.c (fancy_abort, demangle_integral_value,
ghazi [Sat, 2 Oct 1999 20:03:15 +0000 (20:03 +0000)]
* cplus-dem.c (fancy_abort, demangle_integral_value,
demangle_arm_hp_template, recursively_demangle,
standard_symbol_characters, hp_symbol_characters, main): Add prototype.
(program_name, program_version, fatal): Constify a char*.
(usage, fatal): Mark with ATTRIBUTE_NORETURN.
(main): Call return, not exit.

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

24 years agoFix typo in peep2 example.
rth [Sat, 2 Oct 1999 18:45:42 +0000 (18:45 +0000)]
Fix typo in peep2 example.

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

24 years ago Krister Walfridsson <cato@df.lth.se>
rth [Sat, 2 Oct 1999 18:29:08 +0000 (18:29 +0000)]
 Krister Walfridsson <cato@df.lth.se>

        * invoke.texi: Removed duplicated description for -Q.

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

24 years agoJim Kingdon <http://developer.redhat.com>
rth [Sat, 2 Oct 1999 18:16:33 +0000 (18:16 +0000)]
Jim Kingdon  <http://developer.redhat.com>

        * extend.texi: Grammar fix in __extension__ text.

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

24 years ago * md.texi (define_peephole2): New section.
rth [Sat, 2 Oct 1999 18:07:49 +0000 (18:07 +0000)]
    * md.texi (define_peephole2): New section.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Sat, 2 Oct 1999 17:59:37 +0000 (17:59 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
        (mov $-1 to or peepholer): Enable for pentium when optimizing for
        speed.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Sat, 2 Oct 1999 17:56:05 +0000 (17:56 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * builtins.c (expand_builtin_strlen): Fix best mode searching loop.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Sat, 2 Oct 1999 17:54:05 +0000 (17:54 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * i386.md (ffs expander): Emit Pentium friendly code for
        TARGET_PENTIUM.

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

24 years agoRefreshed from htdocs
green [Sat, 2 Oct 1999 16:39:36 +0000 (16:39 +0000)]
Refreshed from htdocs

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

24 years agoI am committing the following changes to enable the picojava port. I
green [Sat, 2 Oct 1999 15:50:57 +0000 (15:50 +0000)]
I am committing the following changes to enable the picojava port.  I
will also forward them to Boehm.

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

24 years agoMissing file from last commit
green [Sat, 2 Oct 1999 15:46:27 +0000 (15:46 +0000)]
Missing file from last commit

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

24 years agoThe following patches include a couple of fixes for cross toolchains,
green [Sat, 2 Oct 1999 15:44:24 +0000 (15:44 +0000)]
The following patches include a couple of fixes for cross toolchains,
and endian bits for the picojava port.  I am committing this (and the
rebuilt Makefile.in/configure files).

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

24 years ago * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
mmitchel [Sat, 2 Oct 1999 08:52:17 +0000 (08:52 +0000)]
* tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
for non-trees.
(build1): Likewise.

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

24 years agoDaily bump.
law [Sat, 2 Oct 1999 07:45:08 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * typeck.c (decay_conversion): Strip cv-quals from non-class rvalues.
jason [Sat, 2 Oct 1999 01:09:54 +0000 (01:09 +0000)]
* typeck.c (decay_conversion): Strip cv-quals from non-class rvalues.

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

24 years agonew
jason [Sat, 2 Oct 1999 00:41:00 +0000 (00:41 +0000)]
new

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

24 years ago * libjava.lang/PR56.out: New file.
tromey [Sat, 2 Oct 1999 00:39:04 +0000 (00:39 +0000)]
* libjava.lang/PR56.out: New file.
* libjava.lang/PR56.java: New file.

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

24 years ago * configure: Rebuilt.
tromey [Sat, 2 Oct 1999 00:19:01 +0000 (00:19 +0000)]
* configure: Rebuilt.
* configure.in: Set classpath when invoking gcj.  Use changequote
around sed invocation.

* java/net/natPlainSocketImpl.cc: Stub native functions if
DISABLE_JAVA_NET is defined.
* java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Fixed
typo in exception string.
(getTimeToLive): Likewise.
Stub native functions if DISABLE_JAVA_NET is defined.
* java/net/natInetAddress.cc: Stub native functions if
DISABLE_JAVA_NET is defined.
* configure.host: Disable java.net for mips-tx39.
* configure, include/config.h.in: Rebuilt.
* acconfig.h (DISABLE_JAVA_NET): Undefine.
* configure.in: Added --disable-java-net and new define
`DISABLE_JAVA_NET'.

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

24 years agoupdate
jason [Fri, 1 Oct 1999 22:44:51 +0000 (22:44 +0000)]
update

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

24 years ago * pt.c (tsubst_decl): If the type of a template instantiation is
mmitchel [Fri, 1 Oct 1999 17:25:05 +0000 (17:25 +0000)]
* pt.c (tsubst_decl): If the type of a template instantiation is
bogus, so is the whole instantiation.

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

24 years agoFix i386elf bug
crux [Fri, 1 Oct 1999 17:02:21 +0000 (17:02 +0000)]
Fix i386elf bug

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

24 years ago * config/m68k/m68k.c (use_return_insn): Return false if the pic
schwab [Fri, 1 Oct 1999 10:44:28 +0000 (10:44 +0000)]
* config/m68k/m68k.c (use_return_insn): Return false if the pic
register is in use.

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

24 years agoDelete !REGISTER_CONSTRAINTS code
crux [Fri, 1 Oct 1999 10:26:46 +0000 (10:26 +0000)]
Delete !REGISTER_CONSTRAINTS code

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

24 years agoDelete !REGISTER_CONSTRAINTS code
crux [Fri, 1 Oct 1999 10:00:33 +0000 (10:00 +0000)]
Delete !REGISTER_CONSTRAINTS code

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

24 years agoDaily bump.
law [Fri, 1 Oct 1999 07:45:14 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * iris6.h (BUILD_VA_LIST_TYPE): Define.
mmitchel [Fri, 1 Oct 1999 07:03:06 +0000 (07:03 +0000)]
* iris6.h (BUILD_VA_LIST_TYPE): Define.

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

24 years ago * lib/file-format.exp (gcc_target_object_format): Don't
mmitchel [Fri, 1 Oct 1999 06:55:49 +0000 (06:55 +0000)]
* lib/file-format.exp (gcc_target_object_format): Don't
crash if objdump is unavailable.

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

24 years ago * decl.c (initialize_local_var): Handle static variables here.
mmitchel [Fri, 1 Oct 1999 04:45:10 +0000 (04:45 +0000)]
* decl.c (initialize_local_var): Handle static variables here.
(cp_finish_decl): Tweak handling of function-scope static
variables.
* semantics.c (expand_stmt): Handle DECL_STMTs for static
variables.

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

24 years ago * method.c (emit_thunk): Don't crash when -fsyntax-only.
mmitchel [Fri, 1 Oct 1999 04:34:24 +0000 (04:34 +0000)]
* method.c (emit_thunk): Don't crash when -fsyntax-only.

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

24 years agoFix typo in comment
mmitchel [Fri, 1 Oct 1999 04:31:00 +0000 (04:31 +0000)]
Fix typo in comment

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

24 years agoFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
rth [Fri, 1 Oct 1999 01:46:41 +0000 (01:46 +0000)]
Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

        * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
        for the va_list record.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Fri, 1 Oct 1999 01:35:37 +0000 (01:35 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
        prologues.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Fri, 1 Oct 1999 01:32:18 +0000 (01:32 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * alias.c: Include insn-flags.h.
        * Makefile.in (alias.o): Update.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Fri, 1 Oct 1999 01:22:24 +0000 (01:22 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
        to LTU and GEU.  Handle more cases using sbb.

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

24 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Fri, 1 Oct 1999 01:19:16 +0000 (01:19 +0000)]
Jan Hubicka  <hubicka@freesoft.cz>

        * i386.md (truncatexfdf splitters): Do not use subreg.
        (fop XFmode patterns): Fix mode in operand testing.

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

24 years ago * jump.c (jump_optimize_1): Amend last change to test only the
rth [Fri, 1 Oct 1999 01:13:51 +0000 (01:13 +0000)]
    * jump.c (jump_optimize_1): Amend last change to test only the
        form of the operand, not the insn.

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

24 years ago * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
rth [Fri, 1 Oct 1999 01:06:14 +0000 (01:06 +0000)]
    * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
        not register_operand to determine when B may need preloading.

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

24 years ago * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
rth [Fri, 1 Oct 1999 00:45:07 +0000 (00:45 +0000)]
    * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
        (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
        (call-value patterns): Move to end of file.
        (*): Remove mode from label_ref in (pc) context.
        (movstrqi): Use memory not general_operand for BLKmode operands.
        (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
        to register_operand operands.
        (peep2 patterns): Convert from commented-out peephole patterns.

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

24 years ago * cp-tree.h (lang_decl_flags): Add global_ctor_p and
mmitchel [Fri, 1 Oct 1999 00:43:27 +0000 (00:43 +0000)]
* cp-tree.h (lang_decl_flags): Add global_ctor_p and
global_dtor_p.  Add init_priority.
(DECL_ACCESS): Adjust accordingly.
(DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros.
(GLOBAL_INIT_PRIORITY): Likewise.
* decl.c (lang_mark_tree): Adjust accordingly.
(start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P,
and GLOBAL_INIT_PRIORITY.
* dump.c (dequeue_and_dump): Print them.
* ir.texi: Document them.

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

24 years ago * java/net/natPlainDatagramSocketImpl.cc: Indentation fix.
tromey [Thu, 30 Sep 1999 22:20:29 +0000 (22:20 +0000)]
* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.

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

24 years agoUpdate copyright dates.
law [Thu, 30 Sep 1999 22:08:56 +0000 (22:08 +0000)]
Update copyright dates.

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

24 years ago * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
law [Thu, 30 Sep 1999 18:50:56 +0000 (18:50 +0000)]
    * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
        generating RTL directly.
        * mips.h (INIT_TARGET_OPTABS): Likewise.
        * mn10200.h (INIT_TARGET_OPTABS): Likewise.

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

24 years ago * cp-tree.h (lang_decl_flags): Add global_ctor_p and
mmitchel [Thu, 30 Sep 1999 17:43:44 +0000 (17:43 +0000)]
* cp-tree.h (lang_decl_flags): Add global_ctor_p and
global_dtor_p.  Add init_priority.
(DECL_ACCESS): Adjust accordingly.
(DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros.
(GLOBAL_INIT_PRIORITY): Likewise.
* decl.c (lang_mark_tree): Adjust accordingly.
(start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P,
and GLOBAL_INIT_PRIORITY.
* dump.c (dequeue_and_dump): Print them.
* ir.texi: Document them.

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

24 years agoMove -Wfloat-equal into the correct location.
law [Thu, 30 Sep 1999 17:21:30 +0000 (17:21 +0000)]
Move -Wfloat-equal into the correct location.

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

24 years ago * decl2.c (struct priority_info_s): Remove initialization_sequence
mmitchel [Thu, 30 Sep 1999 15:48:19 +0000 (15:48 +0000)]
* decl2.c (struct priority_info_s): Remove initialization_sequence
and destruction_sequence.
(start_static_storage_duration_function): Return the body of the
function.  Convert for function-at-a-time mode.
(generate_inits_for_priority): Remove.
(finish_static_storage_duration_function): Change prototype.
Adjust for function-at-a-time mode.
(do_static_initialization): Likewise.
(do_static_destruction): Likewise.
(do_static_initialization_and_destruction): Remove.
(start_static_initialization_or_destruction): New function.
(finish_static_initialization_or_destruction): Likewise.
(get_priority_info): Don't manipulation initialization_sequence or
destruction_sequence.
(prune_vars_needing_no_initialization): New function.
(write_out_vars): Likewise.
(finish_file): Use the various new functions instead of the old.

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

24 years agoUse lookup table to get register sizes in dwarf2 eh
crux [Thu, 30 Sep 1999 13:40:41 +0000 (13:40 +0000)]
Use lookup table to get register sizes in dwarf2 eh

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

24 years ago* c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
rearnsha [Thu, 30 Sep 1999 09:46:08 +0000 (09:46 +0000)]
* c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
Correctly build argument list to constructor and destructor functions.

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

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

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

24 years ago * expr.h (init_mov_optab): Delete declaration
law [Thu, 30 Sep 1999 07:14:18 +0000 (07:14 +0000)]
    * expr.h (init_mov_optab): Delete declaration

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

24 years ago * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
law [Thu, 30 Sep 1999 07:10:07 +0000 (07:10 +0000)]
    * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.

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

24 years ago * h8300.c (WORD_REG_USED): Update to avoid useless register
law [Thu, 30 Sep 1999 07:00:53 +0000 (07:00 +0000)]
    * h8300.c (WORD_REG_USED): Update to avoid useless register
        saves in interrupt functions and functions which never return.

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

24 years ago * invoke.texi: Add docs for -Wfloat-equal warning.
law [Thu, 30 Sep 1999 06:22:45 +0000 (06:22 +0000)]
    * invoke.texi: Add docs for -Wfloat-equal warning.

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

24 years ago * c-tree.h (warn_float_equal): Declare.
law [Thu, 30 Sep 1999 06:19:54 +0000 (06:19 +0000)]
    * c-tree.h (warn_float_equal): Declare.
        * c-decl.c (warn_float_equal): Define.
        (c_decode_option): Recognize -W[no-]float-equal.
        * c-typeck.c (build_binary_op): Conditionally warn
        about equality tests of floating point types.
        * toplev.c (documented_lan_options): Add -W[no-]float-equal.

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

24 years ago * cp-tree.h (warn_float_equal): Declare.
law [Thu, 30 Sep 1999 06:15:53 +0000 (06:15 +0000)]
    * cp-tree.h (warn_float_equal): Declare.
        * decl2.c (warn_float_equal): Define.
        (lang_decode_option): Recognize -W[no-]float-equal.
        * typeck.c (build_binary_op_nodefault): Conditionally warn
        about equality tests of floating point types.

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

24 years ago * gcc.misc-tests/mg.exp: delete extraneous redirection.
law [Thu, 30 Sep 1999 05:50:28 +0000 (05:50 +0000)]
    * gcc.misc-tests/mg.exp: delete extraneous redirection.

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

24 years ago * cse.c (struct set): Delete inner_dest_loc field.
law [Thu, 30 Sep 1999 05:43:58 +0000 (05:43 +0000)]
    * cse.c (struct set): Delete inner_dest_loc field.
        (cse_insn): Remove assignments to inner_dest_loc field.

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

24 years ago1999-09-29 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Thu, 30 Sep 1999 02:17:36 +0000 (02:17 +0000)]
1999-09-29  Bryce McKinlay  <bryce@albatross.co.nz>

        * README: New file.

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

24 years agoupdate -fno-rtti
jason [Thu, 30 Sep 1999 00:50:37 +0000 (00:50 +0000)]
update -fno-rtti

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

24 years ago Support normal type_info-based EH mechanisms with -fno-rtti.
jason [Thu, 30 Sep 1999 00:50:29 +0000 (00:50 +0000)]
Support normal type_info-based EH mechanisms with -fno-rtti.
* except.c (build_eh_type_type): Remove special -fno-rtti handling.
(build_eh_type_type_ref): Likewise.
(build_eh_type): Remove.
(expand_throw): Call build_eh_type_type, not build_eh_type.
* decl2.c (import_export_decl): Don't associate the tinfo fn with
the vtable if -fno-rtti.
* decl.c (init_decl_processing): Always init_rtti_processing.

* rtti.c (get_typeid): Don't complain about -fno-rtti.

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

24 years ago * libjava.lang/PR55.out: New file.
tromey [Wed, 29 Sep 1999 23:10:11 +0000 (23:10 +0000)]
* libjava.lang/PR55.out: New file.
* libjava.lang/PR55.java: New file.

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

24 years ago * ggc-page.c: Don't include <unistd.h> etc taken care of
rth [Wed, 29 Sep 1999 23:08:11 +0000 (23:08 +0000)]
    * ggc-page.c: Don't include <unistd.h> etc taken care of
        by "system.h".  Include <sys/mman.h> afterward.

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

24 years ago * rs6000.c (rs6000_encode_section_info): If ggc_p, use
rth [Wed, 29 Sep 1999 23:05:46 +0000 (23:05 +0000)]
    * rs6000.c (rs6000_encode_section_info): If ggc_p, use
        ggc_alloc_string.

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

24 years ago * class.c (class_cache_obstack, class_obstack): Remove.
jason [Wed, 29 Sep 1999 22:52:57 +0000 (22:52 +0000)]
* class.c (class_cache_obstack, class_obstack): Remove.
(init_class_processing): Don't initialize class_obstack.
(push_cache_obstack): Remove.
(pushclass): Don't call it.
* cp-tree.h: Remove prototype for push_cache_obstack.
* decl.c (decl_obstack, decl_stack, push_decl_level): Remove.
(pushlevel_class): Don't push_decl_level.
(poplevel_class): Don't pop_stack_level.
(push_class_level_binding): Don't push_cache_obstack.
(init_decl_processing): Don't intialize decl_obstack.
* search.c (push_class_decls): Don't push_cache_obstack.
* tree.c (list_hash_add): Put hash node on permanent_obstack.
(hash_tree_cons): Don't mess with obstacks.
(print_lang_statistics): Don't print stats for class_obstack and
decl_obstack.

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

24 years ago * dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.
mmitchel [Wed, 29 Sep 1999 20:07:56 +0000 (20:07 +0000)]
* dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.
* ir.texi: Document DECL_EXTERNAL.

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

24 years ago * dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.
mmitchel [Wed, 29 Sep 1999 19:00:46 +0000 (19:00 +0000)]
* dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.
* ir.texi: Document THUNK_DECLs.

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

24 years ago * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move here from pt.c.
mmitchel [Wed, 29 Sep 1999 17:24:21 +0000 (17:24 +0000)]
* cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move here from pt.c.
(TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
(TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.
* error.c (dump_template_bindings): Remove unused parameter.
Handle multiple levels of template parameters.
(dump_template_decl): Use `parms', not `args', for template
parameters.  Fix thinko.
(dump_function_decl): Use DECL_TEMPLATE_INSTANTIATION.  Don't pass
flags to dump_template_bindings.
* pt.c (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move to cp-tree.h.
(TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise.
(TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.
(tsubst_copy): Clarify variable name.
(most_general_template): Robustify.

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

24 years ago * error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME
nathan [Wed, 29 Sep 1999 14:59:56 +0000 (14:59 +0000)]
* error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME
to change primary template rendering.

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

24 years ago * cp-tree.h (UPT_TEMPLATE): Remove.
mmitchel [Wed, 29 Sep 1999 08:16:38 +0000 (08:16 +0000)]
* cp-tree.h (UPT_TEMPLATE): Remove.
(UPT_PARMS): Likewise.
(DECL_NEEDED_P): New macro.
* decl2.c (finish_vtable_vardecl): Use it.
(finish_objects): Don't crash with -fsyntax-only.
(finish_file): Use DECL_NEEDED_P.  Don't prune vtables when
-fsyntax-only.
* pt.c (tsubst_friend_function): Remove FIXME that talks about
obstacks.
(tsubst_expr): Correct handling of function try-blocks.
* semantics.c: Include flags.h.
(expand_body): Don't do RTL generation if -fsyntax-only.
* Makefile.in (semantics.o): Depends on flags.h.

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

24 years ago * cp-tree.h (UPT_TEMPLATE): Remove.
mmitchel [Wed, 29 Sep 1999 08:06:21 +0000 (08:06 +0000)]
* cp-tree.h (UPT_TEMPLATE): Remove.
(UPT_PARMS): Likewise.
(DECL_NEEDED_P): New macro.
* decl2.c (finish_vtable_vardecl): Use it.
(finish_objects): Don't crash with -fsyntax-only.
(finish_file): Use DECL_NEEDED_P.  Don't prune vtables when
-fsyntax-only.
* pt.c (tsubst_friend_function): Remove FIXME that talks about
obstacks.
(tsubst_expr): Correct handling of function try-blocks.
* semantics.c: Include flags.h.
(expand_body): Don't do RTL generation if -fsyntax-only.
* Makefile.in (semantics.o): Depends on flags.h.

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

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

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

24 years agoCopyright tweaks.
law [Wed, 29 Sep 1999 03:40:50 +0000 (03:40 +0000)]
Copyright tweaks.

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

24 years ago1999-09-28 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Wed, 29 Sep 1999 01:10:44 +0000 (01:10 +0000)]
1999-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>

Implement function template instantiation pretty printing.

        * pt.c (most_general_template): Adjust declaration.

        * cp-tree.h: (most_general_template): Declare.

        * error.c (dump_template_value): Rename to ...
        (dump_template_argument): This.
        (dump_template_argument_list): New function.
        (dump_type): Use it.
        (dump_template_parameter): New function.
        (dump_template_decl): Use it.
        (dump_template_bindings): New function.
        (dump_function_decl): Use it. Pretty print function template
        instantiations.

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

24 years agoFixed deallocation of a mutex in thr-single.c (patch from Chris Ball <cball@fmco...
ovidiu [Wed, 29 Sep 1999 00:37:49 +0000 (00:37 +0000)]
Fixed deallocation of a mutex in thr-single.c (patch from Chris Ball <cball@fmco.com>).

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

24 years ago * configure: Rebuilt.
tromey [Tue, 28 Sep 1999 22:16:57 +0000 (22:16 +0000)]
* configure: Rebuilt.
* configure.in (PROCESS): In POSIX case, only set if not already
set.
* configure.host (PROCESS): Set in mips-tx39 case.

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

24 years ago * aclocal.m4, configure: Rebuilt.
tromey [Tue, 28 Sep 1999 20:37:20 +0000 (20:37 +0000)]
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol.

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

24 years ago * aclocal.m4, configure: Rebuilt.
tromey [Tue, 28 Sep 1999 20:14:11 +0000 (20:14 +0000)]
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide

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

24 years ago * xcoffout.c (xcoffout_declare_function): Add documentation.
dje [Tue, 28 Sep 1999 18:13:58 +0000 (18:13 +0000)]
* xcoffout.c (xcoffout_declare_function): Add documentation.
* rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
TARGET_64BIT.  Compare constant to -1, not bit pattern.
(easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
(expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
gen_movsi typos.

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

24 years agoNew test: check ability to generate debug information for incomplete types in
nickc [Tue, 28 Sep 1999 17:26:01 +0000 (17:26 +0000)]
New test: check ability to generate debug information for incomplete types in
inline functions.

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

24 years agoFix the handling of inline, unresolved type references.
nickc [Tue, 28 Sep 1999 17:11:44 +0000 (17:11 +0000)]
Fix the handling of inline, unresolved type references.

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

24 years ago * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
crux [Tue, 28 Sep 1999 13:43:34 +0000 (13:43 +0000)]
* c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
call it.
* reg-stack.c (straighten_stack): Copy hard reg set with
COPY_HARD_REG_SET.

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

24 years ago * g++.old-deja/g++.other/decl6.C: New test.
nathan [Tue, 28 Sep 1999 12:46:10 +0000 (12:46 +0000)]
* g++.old-deja/g++.other/decl6.C: New test.

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

24 years ago * decl.c (grokdeclarator): Distinguish parameter context for
nathan [Tue, 28 Sep 1999 12:30:22 +0000 (12:30 +0000)]
* decl.c (grokdeclarator): Distinguish parameter context for
diagnostics. Tidy up missing type diagnostic.
Diagnose `explicit' in one place. Diagnose `mutable' in one place.

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

24 years ago * gcc.c-torture/execute/va-arg-10.c: New test.
rth [Tue, 28 Sep 1999 08:20:28 +0000 (08:20 +0000)]
    * gcc.c-torture/execute/va-arg-10.c: New test.

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

24 years ago * builtins.c (stabilize_va_list): Stabilize array type va_list
rth [Tue, 28 Sep 1999 08:15:38 +0000 (08:15 +0000)]
    * builtins.c (stabilize_va_list): Stabilize array type va_list
        to a pointer type, not the base record type.
        (expand_builtin_va_copy): Dereference the pointers explicitly;
        use the correct size for the copy.

        * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
        (rs6000_va_arg): Likewise.

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

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

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

24 years ago * ir.texi: Improve documentation for TARGET_EXPR.
mmitchel [Tue, 28 Sep 1999 07:40:15 +0000 (07:40 +0000)]
* ir.texi: Improve documentation for TARGET_EXPR.

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

24 years ago* rtl.h (struct rtx_def): Move gc_mark to align mode field.
rth [Tue, 28 Sep 1999 06:28:33 +0000 (06:28 +0000)]
* rtl.h (struct rtx_def): Move gc_mark to align mode field.

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

24 years ago * tree.h (struct tree_decl): Use `bclass', not `class', in name of
mmitchel [Tue, 28 Sep 1999 06:18:11 +0000 (06:18 +0000)]
* tree.h (struct tree_decl): Use `bclass', not `class', in name of
field.
(DECL_BUILT_IN_CLASS): Adjust accordingly.

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

24 years ago * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
rth [Tue, 28 Sep 1999 06:05:53 +0000 (06:05 +0000)]
    * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
        (init_ggc): Use it instead of a constant.
        (ggc_collect): Bound allocated_last_gc by it.

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

24 years ago * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
law [Tue, 28 Sep 1999 01:11:08 +0000 (01:11 +0000)]
    * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
        with va_list.

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

24 years ago * include/sparc-signal.h (SIGNAL_HANDLER): Third argument now a
tromey [Mon, 27 Sep 1999 21:16:40 +0000 (21:16 +0000)]
* include/sparc-signal.h (SIGNAL_HANDLER): Third argument now a
`void *'.
(MAKE_THROW_FRAME): Cast third argument back to `ucontext_t *'.

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

24 years ago * configure.in (mips*el-*-openbsd*): Don't duplicate default settings.
gavin [Mon, 27 Sep 1999 20:02:46 +0000 (20:02 +0000)]
* configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
(mips*-*-openbsd*):  Let big endian configuration be a fragment.
* configure:  Regen.
* config/mips/openbsd.h:  New, OpenBSD little endian target.
* config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
* config/mips/xm-openbsd.h:  New, OpenBSD host.

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

24 years ago * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
law [Mon, 27 Sep 1999 17:45:52 +0000 (17:45 +0000)]
    * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
        or <alloca.h>.
        * clock.c (GNU_HZ): New definition.
        (clock): Use it.
        * getruntime.c: Likewise.

        * config.table: Use mh-beos.
        * config/mh-beos: New file.

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

24 years ago * configure.in: Recognize target *vxworks* and add fragment vxworks.mt.
law [Mon, 27 Sep 1999 17:39:43 +0000 (17:39 +0000)]
    * configure.in: Recognize target *vxworks* and add fragment vxworks.mt.
        * config/vxworks.mt: New file.
        * gen-params: Let configure override HAVE_PRINTF_FP.

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

24 years agoKill RCSid strings.
law [Mon, 27 Sep 1999 17:36:14 +0000 (17:36 +0000)]
Kill RCSid strings.

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

24 years agoUpdate copyright.
law [Mon, 27 Sep 1999 17:33:09 +0000 (17:33 +0000)]
Update copyright.

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

24 years ago * config/m68k/m68k.c (output_function_prologue,
schwab [Mon, 27 Sep 1999 08:43:01 +0000 (08:43 +0000)]
* config/m68k/m68k.c (output_function_prologue,
output_function_epilogue): Use
current_function_uses_pic_offset_table instead of regs_ever_live
to decide whether to save/restore pic register.
(legitimize_pic_address): Don't modify regs_ever_live any more.

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

24 years agoReformat ChangeLog 1999-09-27 Nathan Sidwell <nathan@acm.org>
nathan [Mon, 27 Sep 1999 08:34:37 +0000 (08:34 +0000)]
Reformat ChangeLog 1999-09-27  Nathan Sidwell  <nathan@acm.org>

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

24 years ago * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
nathan [Mon, 27 Sep 1999 08:28:19 +0000 (08:28 +0000)]
* g++.old-deja/g++.pt/memtemp77.C: Adjust expected
__PRETTY_FUNCTION__.

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