OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years ago * Makefile.in (TARGET_TOOLPREFIX): No longer define.
law [Mon, 18 May 1998 01:24:26 +0000 (01:24 +0000)]
    * Makefile.in (TARGET_TOOLPREFIX): No longer define.
        (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
        the build tree if they exist.
        (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
        appropriately.
        (objdir): Let configure substitute value.
        (FLOAT_H): Let configure select a pre-built version from the
        config subdir.
        * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
        * configure.in: Substitute for objdir.
* cp/Makefile.in (program_transform_name, objdir): Define.

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

26 years ago * Makefile.in (build_canonical, host_canonical): Let configure
law [Mon, 18 May 1998 00:48:07 +0000 (00:48 +0000)]
    * Makefile.in (build_canonical, host_canonical): Let configure
        substitute values for these variables.
        * configure.in: Substitute for build_canonical, host_canonical
        and target_subdir in generated Makefile.

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

26 years ago * output.h (find_basic_blocks): Declare.
law [Mon, 18 May 1998 00:29:11 +0000 (00:29 +0000)]
    * output.h (find_basic_blocks): Declare.
        (free_basic_block_vars, set_block_num, life_analysis): Likewise.

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

26 years ago * Makefile.in (BISON): Use bison from the build tree if it exists.
law [Mon, 18 May 1998 00:23:16 +0000 (00:23 +0000)]
    * Makefile.in (BISON): Use bison from the build tree if it exists.
        (FLEX): Similarly.

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

26 years ago * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
law [Sun, 17 May 1998 23:08:40 +0000 (23:08 +0000)]
    * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
        (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
        (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
        command line arguments to see if an executable is not being
        created, and if so - do not append the suffix.
        * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
        driver macro.

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

26 years ago * i386.h (ALIGN_DFmode): Delete.
law [Sun, 17 May 1998 23:00:05 +0000 (23:00 +0000)]
    * i386.h (ALIGN_DFmode): Delete.
        (CONSTANT_ALIGNMENT): Define.
        * varasm.c (force_const_mem): Use it.

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

26 years agoFix -ffast-math typo in alpha_emit_conditional_branch.
rth [Sun, 17 May 1998 19:32:45 +0000 (19:32 +0000)]
Fix -ffast-math typo in alpha_emit_conditional_branch.

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

26 years agoSomehow I missed commiting the Changelog along
rth [Sun, 17 May 1998 19:29:34 +0000 (19:29 +0000)]
Somehow I missed commiting the Changelog along
with the Alpha/NetBSD patch.

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

26 years ago * typeck.c (type_unknown_p): Return true for TREE_LIST also.
jason [Sun, 17 May 1998 14:54:24 +0000 (14:54 +0000)]
* typeck.c (type_unknown_p): Return true for TREE_LIST also.
* call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
* call.c (build_scoped_method_call): Likewise.

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

26 years ago * init.c (build_new_1): Call suspend_momentary around the creation
mmitchel [Sun, 17 May 1998 13:58:28 +0000 (13:58 +0000)]
* init.c (build_new_1): Call suspend_momentary around the creation
of values that must be saved for exception handling.
* parse.y (.build_new_placement): New non-terminal.
(unary_expr, new_placement): Use it.
* parse.c: Regenerated.

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

26 years agoRevert April 21 alias.c change from jfc.
wilson [Sun, 17 May 1998 13:47:28 +0000 (13:47 +0000)]
Revert April 21 alias.c change from jfc.
* alias.c (mode_alias_check): Delete.
(true_dependence, anti_dependence, output_dependence): Revert April 21
change.

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

26 years agorevert last change
jason [Sun, 17 May 1998 13:39:11 +0000 (13:39 +0000)]
revert last change

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

26 years ago * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
jason [Sun, 17 May 1998 13:26:02 +0000 (13:26 +0000)]
* decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
old and new types.

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

26 years ago * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
jason [Sun, 17 May 1998 12:48:32 +0000 (12:48 +0000)]
* pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
canonical type.

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

26 years ago * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.
jason [Sun, 17 May 1998 12:33:29 +0000 (12:33 +0000)]
* call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.

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

26 years agoFix two nits in formating.
ghazi [Sun, 17 May 1998 05:51:42 +0000 (05:51 +0000)]
Fix two nits in formating.

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

26 years agoFix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se.
ghazi [Sun, 17 May 1998 05:48:37 +0000 (05:48 +0000)]
Fix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se.
        toplev.c (output_lang_identify): Enable prototype and definition.

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

26 years agoBump for snapshot
law [Sun, 17 May 1998 01:12:30 +0000 (01:12 +0000)]
Bump for snapshot

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

26 years ago * alpha/osf.h (HAVE_STAMP_H): Define.
rth [Sat, 16 May 1998 23:24:20 +0000 (23:24 +0000)]
    * alpha/osf.h (HAVE_STAMP_H): Define.
        * alpha.c: Use it.
        * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
        * configure.in (alpha*-*-netbsd*): New.
        Based on patches from Paul H. Anderson <pha@pdq.com>.
        * configure.in (alpha*-*-linux-*): Kill xm_defines.
        (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
        * alpha/xm-linux.h: Remove file.

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

26 years ago * dbxout.c (dbxout_parms): If mode of type of parameter living
devans [Sat, 16 May 1998 18:41:43 +0000 (18:41 +0000)]
* dbxout.c (dbxout_parms): If mode of type of parameter living
in memory doesn't match mode of DECL_RTL, make big endian correction.

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

26 years ago * config.table: Add line to set enable_shared in the Makefile
law [Sat, 16 May 1998 13:02:37 +0000 (13:02 +0000)]
    * config.table: Add line to set enable_shared in the Makefile
        as needed.

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

26 years agoInitial revision
law [Sat, 16 May 1998 06:20:36 +0000 (06:20 +0000)]
Initial revision

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

26 years agoTweak stuff, stuff2 rules. Sorry, Jason didn't provide any additional
law [Sat, 16 May 1998 00:03:22 +0000 (00:03 +0000)]
Tweak stuff, stuff2 rules.  Sorry, Jason didn't provide any additional
detail about this change.

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

26 years agoMerge from Cygnus etc 1998-05-15.
law [Fri, 15 May 1998 23:52:31 +0000 (23:52 +0000)]
Merge from Cygnus etc 1998-05-15.

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

26 years agoDummy commit before import.
law [Fri, 15 May 1998 23:48:56 +0000 (23:48 +0000)]
Dummy commit before import.

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

26 years agoUpdate from Cygnus libiberty.
law [Fri, 15 May 1998 23:42:58 +0000 (23:42 +0000)]
Update from Cygnus libiberty.
libiberty uses autoconf now.

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

26 years agoThis commit was generated by cvs2svn to compensate for changes in r19789,
law [Fri, 15 May 1998 23:21:05 +0000 (23:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r19789,
which included commits to RCS files with non-trunk default branches.

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

26 years agoDummy commit before importing from Cygnus libiberty.
law [Fri, 15 May 1998 23:15:01 +0000 (23:15 +0000)]
Dummy commit before importing from Cygnus libiberty.

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

26 years ago * cplus-dem.c (cplus_demangle_opname): Initialize work.
law [Fri, 15 May 1998 23:02:07 +0000 (23:02 +0000)]
    * cplus-dem.c (cplus_demangle_opname):  Initialize work.
Bring over from devo.

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

26 years ago * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
law [Fri, 15 May 1998 20:41:47 +0000 (20:41 +0000)]
    * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.

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

26 years ago * decl.c (start_decl): Revert problem change.
jason [Fri, 15 May 1998 20:31:52 +0000 (20:31 +0000)]
* decl.c (start_decl): Revert problem change.
* Makefile.in (CONFLICTS): Fix.

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

26 years agoP
bkoz [Fri, 15 May 1998 20:13:22 +0000 (20:13 +0000)]
P
Fri May 15 15:34:02 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
        * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
g++/15618

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

26 years ago
bkoz [Fri, 15 May 1998 20:13:20 +0000 (20:13 +0000)]

Fri May 15 15:34:02 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
        * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
g++/15618

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

26 years ago * class.c (finish_struct_1): Use BINFO_SIZE.
jason [Fri, 15 May 1998 20:03:17 +0000 (20:03 +0000)]
* class.c (finish_struct_1): Use BINFO_SIZE.

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

26 years ago * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
jason [Fri, 15 May 1998 18:56:11 +0000 (18:56 +0000)]
* tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
* stor-layout.c (layout_record): Set it.
* toplev.c (rest_of_compilation): Don't defer nested functions.

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

26 years agoPatch from Bob Manson.
wilson [Fri, 15 May 1998 17:44:21 +0000 (17:44 +0000)]
Patch from Bob Manson.
* config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
to an 8-byte boundary if info_ptr->fpmem_p.

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

26 years agoPatch from Bill Moyer.
wilson [Fri, 15 May 1998 17:37:51 +0000 (17:37 +0000)]
Patch from Bill Moyer.
        * loop.c (basic_induction_var): Added test preventing
        CCmode parameter passed to convert_modes().

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

26 years agoPatch from Alex Petit-Bianco.
wilson [Fri, 15 May 1998 17:32:40 +0000 (17:32 +0000)]
Patch from Alex Petit-Bianco.
* expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
input_filename and lineno around expand_expr call.  Set them to values
in WFL before expand_expr call.

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

26 years ago`
bkoz [Fri, 15 May 1998 12:50:30 +0000 (12:50 +0000)]
`
Fri May 15 12:44:57 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
* stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
fixes g++/15561

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

26 years ago
bkoz [Fri, 15 May 1998 12:50:28 +0000 (12:50 +0000)]

Fri May 15 12:44:57 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
* stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
fixes g++/15561

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

26 years ago * fold-const.c (constant_boolean_node): New function.
mmitchel [Fri, 15 May 1998 07:19:38 +0000 (07:19 +0000)]
* fold-const.c (constant_boolean_node): New function.
(fold): Use it.

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

26 years agoNew file.
fx [Fri, 15 May 1998 06:23:01 +0000 (06:23 +0000)]
New file.

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

26 years ago1998-05-15 Dave Love <d.love@dl.ac.uk>
fx [Fri, 15 May 1998 04:27:51 +0000 (04:27 +0000)]
1998-05-15  Dave Love  <d.love@dl.ac.uk>
* lib/mike-g77.exp: New file.
* g77.f-torture/noncompile/noncompile.exp,
g77.f-torture/noncompile/check0.f: New files.

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

26 years ago * sh.c (gen_shl_and): Don't sign extend constant for kind two.
amylaar [Fri, 15 May 1998 03:26:52 +0000 (03:26 +0000)]
* sh.c (gen_shl_and): Don't sign extend constant for kind two.
Abort if trying to split kind 3 or 4 outside of combine.

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

26 years agoNew file.
fx [Fri, 15 May 1998 02:44:44 +0000 (02:44 +0000)]
New file.

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

26 years agoregen
jason [Fri, 15 May 1998 02:10:42 +0000 (02:10 +0000)]
regen

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

26 years ago * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
law [Fri, 15 May 1998 00:49:49 +0000 (00:49 +0000)]
    * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.

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

26 years ago * decl.c (start_decl): Use 'tem'.
jason [Fri, 15 May 1998 00:46:36 +0000 (00:46 +0000)]
* decl.c (start_decl): Use 'tem'.

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

26 years ago * Make-lang.in (f77.mostlyclean): Add missing exeext.
law [Fri, 15 May 1998 00:45:22 +0000 (00:45 +0000)]
    * Make-lang.in (f77.mostlyclean): Add missing exeext.

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

26 years ago * objc/Make-lang.in (OBJC_O): Add missing exeext.
law [Fri, 15 May 1998 00:44:32 +0000 (00:44 +0000)]
    * objc/Make-lang.in (OBJC_O): Add missing exeext.
        (libobjc.a, runtime-info.h): Likewise.

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

26 years ago * i386.h (DATA_ALIGNMENT): Define.
law [Fri, 15 May 1998 00:29:27 +0000 (00:29 +0000)]
    * i386.h (DATA_ALIGNMENT): Define.
Improve x86 FP performance.

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

26 years ago * reload1.c (delete_output_reload): Ignore single USE that
amylaar [Thu, 14 May 1998 21:36:53 +0000 (21:36 +0000)]
* reload1.c (delete_output_reload): Ignore single USE that
was emitted for the pseudo use of this INSN.
If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
remains, we can always delete OUTPUT_RELOAD_INSN.

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

26 years agoInitial revision
law [Thu, 14 May 1998 19:57:15 +0000 (19:57 +0000)]
Initial revision

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

26 years agoFix MIPS compiler abort on Mesa, reported by Andy Tai.
wilson [Thu, 14 May 1998 19:54:35 +0000 (19:54 +0000)]
Fix MIPS compiler abort on Mesa, reported by Andy Tai.
* reload.c (find_reloads): Don't penalize SCRATCH output reload.

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

26 years agoFix MIPS compiler abort on Mesa, reported by Andy Tai.
wilson [Thu, 14 May 1998 18:41:51 +0000 (18:41 +0000)]
Fix MIPS compiler abort on Mesa, reported by Andy Tai.

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

26 years ago
law [Thu, 14 May 1998 14:09:33 +0000 (14:09 +0000)]

        * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.

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

26 years ago8
law [Thu, 14 May 1998 14:09:31 +0000 (14:09 +0000)]
8
        * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.

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

26 years agoFirst cut of changes to utilize the new exception handling model
amacleod [Thu, 14 May 1998 13:39:15 +0000 (13:39 +0000)]
First cut of changes to utilize the new exception handling model

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

26 years agoPatch from Gary McGary to fix i960 problem with out-of-range shifts.
wilson [Thu, 14 May 1998 13:00:18 +0000 (13:00 +0000)]
Patch from Gary McGary to fix i960 problem with out-of-range shifts.
* i960.h (hard_regno_mode_ok): Changed to function from array of
  unsigned.
(HARD_REGNO_MODE_OK): Call function instead of testing bit.
* i960.c (hard_regno_mode_ok): Changed to function from array of
  unsigned.

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

26 years ago * typeck.c (original_type): New function.
brendan [Thu, 14 May 1998 12:29:41 +0000 (12:29 +0000)]
* typeck.c (original_type): New function.
(common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
to see if they're actually the same.
* cp-tree.h (original_type): Declare.
fix problem when you have multiple identical typedefs

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

26 years ago * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
fx [Thu, 14 May 1998 09:17:34 +0000 (09:17 +0000)]
* g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
abort where appropriate.

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

26 years agoCall abort where appropriate.
fx [Thu, 14 May 1998 09:00:31 +0000 (09:00 +0000)]
Call abort where appropriate.

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

26 years agoAdd dmg address.
fx [Thu, 14 May 1998 08:10:55 +0000 (08:10 +0000)]
Add dmg address.

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

26 years agoSun Apr 26 09:05:50 1998 Craig Burley <burley@gnu.org>
fx [Thu, 14 May 1998 07:24:52 +0000 (07:24 +0000)]
Sun Apr 26 09:05:50 1998  Craig Burley  <burley@gnu.org>
        * com.c (ffecom_char_enhance_arg_): Wrap the upper bound
        (the PARM_DECL specifying the length of the CHARACTER*(*)
        dummy arg) in a variable_size invocation, to prevent
        dwarf2out.c crashing when compiling code with -g.
Sat Apr 18 05:03:21 1998  Craig Burley  <burley@gnu.org>
        * com.c (ffecom_check_size_overflow_): Ignore overflow
        as well if dummy argument.

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

26 years agoSun Apr 26 09:05:50 1998 Craig Burley <burley@gnu.org>
fx [Thu, 14 May 1998 06:51:23 +0000 (06:51 +0000)]
Sun Apr 26 09:05:50 1998  Craig Burley  <burley@gnu.org>
        * com.c (ffecom_char_enhance_arg_): Wrap the upper bound
        (the PARM_DECL specifying the length of the CHARACTER*(*)
        dummy arg) in a variable_size invocation, to prevent
        dwarf2out.c crashing when compiling code with -g.
Sat Apr 18 05:03:21 1998  Craig Burley  <burley@gnu.org>
        * com.c (ffecom_check_size_overflow_): Ignore overflow
        as well if dummy argument.

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

26 years agoDuplicated 980310-2.f.
fx [Thu, 14 May 1998 02:32:14 +0000 (02:32 +0000)]
Duplicated 980310-2.f.

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

26 years ago * loop.c (scan_loop): Don't call move_moveables for optimize_size.
law [Thu, 14 May 1998 00:50:07 +0000 (00:50 +0000)]
    * loop.c (scan_loop): Don't call move_moveables for optimize_size.

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

26 years ago * reload.c (remove_replacements): New function.
amylaar [Thu, 14 May 1998 00:44:02 +0000 (00:44 +0000)]
* reload.c (remove_replacements): New function.
* reload.h (remove_replacements): Declare.
* reload1.c (choose_reload_regs): Disable some reloads that
belong to inherited reloads.

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

26 years agoNew testcase.
law [Thu, 14 May 1998 00:20:07 +0000 (00:20 +0000)]
New testcase.

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

26 years ago * rtlanal.c (find_reg_note): Ignore notes that are not on on
law [Wed, 13 May 1998 22:10:04 +0000 (22:10 +0000)]
    * rtlanal.c (find_reg_note): Ignore notes that are not on on
        insns of class 'i'.
        (find_regno_note): Likewise.

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

26 years ago * Makefile.in (stor-layout.o): Depend on except.h
law [Wed, 13 May 1998 21:33:25 +0000 (21:33 +0000)]
    * Makefile.in (stor-layout.o): Depend on except.h
        (varasm.o, function.o): Likewise.
        (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.

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

26 years ago * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
law [Wed, 13 May 1998 21:13:47 +0000 (21:13 +0000)]
    * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
        (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
        ($(HOST_PREFIX_1)rtl.o): Likewise.
        ($(HOST_PREFIX_1)bitmap.o): New host object.
        * emit-rtl.c (toplevel): Include bitmap.h.
        (gen_rtx): Handle 't' and 'b' nodes.
        * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
        Print block number for block begin/end notes.  Print 't' type
        nodes as a pointer.  Know that the 3rd argument of live range
        start/stop notes is really a range_info rtx.  If type is 'b', print
        out argument as a bitmap.
        * rtl.c: Include bitmap.c.
        (copy_rtx): Copy tree nodes as is.  Copy bitmaps if type is 'b'.
        (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
        * rtl.def (RANGE_LIVE): New node to hold live information while we
        recalculate the basic blocks.
        (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
        (RANGE_VAR): New node, to hold information saved in symbol node for New
        communicating live range information to the debug output functions.
        * rtl.h (rtunion_def): Add rttree and rtbit fields.
        (XBITMAP, XTREE): New accessor macros.
        (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
        (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
        (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
        (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
        (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
        (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
        (RANGE_INFO_*): Likewise.
        * sched.c (sched_analyze): Keep live range start/stop notes.
        (unlink_other_notes): Likewise.
        * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
        (unlink_other_notes): Likewise.
        * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
        (BLOCK_LIVE_RANGE_FLAG): Likewise.
        (DECL_LIVE_RANGE_RTL): Likewise.
        (struct tree_block): Add live_range_flag, live_range_var_flag,
        live_range_start and live_range_end.
        (struct tree_decl): Add live_range_rtl field.
        * gengenrtl.c (type_from_format): Handle 'b' and 't'.
        (accessor_from_format): Likewise.

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

26 years ago * reload1.c (merge_assigned_reloads): When merging, reset
amylaar [Wed, 13 May 1998 18:19:03 +0000 (18:19 +0000)]
* reload1.c (merge_assigned_reloads):  When merging, reset
reload_spill_index for the eliminated reload.

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

26 years ago * haifa-sched.c (schedule_insns): Fix merge goof.
law [Wed, 13 May 1998 16:52:15 +0000 (16:52 +0000)]
    * haifa-sched.c (schedule_insns): Fix merge goof.

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

26 years agoAdd a blank line in verbose debug output
meissner [Wed, 13 May 1998 15:32:22 +0000 (15:32 +0000)]
Add a blank line in verbose debug output

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

26 years agoPatch to fix g++.other/local1.C.
wilson [Wed, 13 May 1998 14:04:15 +0000 (14:04 +0000)]
Patch to fix g++.other/local1.C.
* varasm.c (make_decl_rtl): Revert April 1 change.
* alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
Get function name from the SYMBOL_REF in the DECL_RTL, not from
DECL_ASSEMBLER_NAME.
* i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
DECL_ASSEMBLER_NAME.

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

26 years agoDisable remaining cmov support just to be safe.
wilson [Wed, 13 May 1998 13:10:34 +0000 (13:10 +0000)]
Disable remaining cmov support just to be safe.
* i386.c (notice_update_cc, output_float_compare): Disable
TARGET_CMOVE support.

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

26 years agoalign debug output
meissner [Wed, 13 May 1998 12:55:38 +0000 (12:55 +0000)]
align debug output

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

26 years agoGrrr! ChangeLog omitted for last warning fix update.
ghazi [Wed, 13 May 1998 12:46:34 +0000 (12:46 +0000)]
Grrr! ChangeLog omitted for last warning fix update.

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

26 years agoWarning fixes:
ghazi [Wed, 13 May 1998 12:40:39 +0000 (12:40 +0000)]
Warning fixes:
* Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
(c-lex.o): Depend on output.h.
(c-common.o): Likewise.
(stmt.o): Likewise.
(calls.o): Likewise.
(integrate.o): Depend on toplev.h.
(regclass.o): Depend on output.h.
(final.o): Depend on reload.h.
* c-common.c: Include output.h.
(check_format_info): Remove unused variable `integral_format'.
* c-decl.c (print_lang_decl): Mark parameters `file', `node' and
`indent' with ATTRIBUTE_UNUSED.
(print_lang_type): Likewise.
(maybe_build_cleanup): Likewise for parameter `decl'.
(copy_lang_decl): Likewise for parameter `node'.
* c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
(lang_print_xnode): Mark parameters `file', `node' and `indent'
  with ATTRIBUTE_UNUSED.
(lookup_interface): Likewise for parameter `arg'.
(is_class_name): Likewise.
(maybe_objc_check_decl): Likewise for parameter `decl'.
(maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
`reflexive'.
(maybe_objc_method_name): Likewise for parameter `decl'.
(build_objc_string): Likewise for parameters `len' and `str'.
* c-lex.c: Include output.h.
* c-lex.h (position_after_white_space): Correct typo in prototype.
* c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
  c_expand_end_cond, init_iterators): Add prototypes.
* caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
with ATTRIBUTE_UNUSED.
* calls.c: Include output.h.
* cccp.c (pipe_closed): Mark parameter `signo' with
  ATTRIBUTE_UNUSED.
* combine.c: Move inclusion of expr.h to after insn-config.h.
* iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
as empty, rather define as ((void)0).
* sparc.c (sparc_check_64): Add braces around ambiguous `else'.
Add parentheses around assignment used as truth value.
* cplus-dem.c (squangle_mop_up): Change return type to void.
(internal_cplus_demangle): Remove unused parameter `options'.
All callers changed.
(cplus_demangle_opname): Remove function wide variable `int i' and
  replace with `size_t i' at each location where it is used.
(cplus_demangle_opname): change type of `i' from int to size_t.
* cppexp.c (right_shift): Mark parameter `pfile' with
ATTRIBUTE_UNUSED.
* cpphash.c (cpp_lookup): Likewise.
(cpp_hash_cleanup): Likewise.
* cpplib.c (parse_name): Add a prototype and make it static.
(null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
(null_cleanup): Likewise for parameters `pbuf' and `pfile'.
(macro_cleanup): Likewise for parameter `pfile'.
(file_cleanup): Likewise.
* cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
  cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
* crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
__DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
* cse.c (cse_check_loop_start): Mark parameter `set' with
  ATTRIBUTE_UNUSED.
* dbxout.c (flag_minimal_debug, have_used_extensions,
source_label_number): Move inside macro wrapper check against
defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
* dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
* except.h (doing_eh): Provide prototype.
* expr.c: Move inclusion of expr.h to after insn-config.h.
* final.c: Include reload.h.
(shorten_branches): Cast the first argument of bzero to char *.
* fix-header.c (cpp_print_containing_files): Mark parameter
  `pfile' with ATTRIBUTE_UNUSED.
(cpp_fatal): Likewise.
* flow.c (find_basic_blocks_1): Cast the first argument of bzero
to char *.
* genattrtab.c (make_length_attrs): Change the type of variable
`i' from int to size_t.
(zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
(one_fn): Likewise.
* genextract.c (main): When generating insn-extract.c, mark
variable `junk' with ATTRIBUTE_UNUSED.
* gengenrtl.c (gencode): When generating genrtl.c, cast the first
argument of bzero to char*.
* integrate.c: Include toplev.h.
* libgcc2.c: Wrap `struct exception_table' and
`find_exception_handler' in macro DWARF2_UNWIND_INFO.
* objc/Make-lang.in (objc-act.o): Depend on toplev.h.
* objc/objc-act.c: Include toplev.h.
(lang_print_xnode): Mark parameters `file', `node' and `indent'
with ATTRIBUTE_UNUSED.
(finish_protocol): Likewise for parameter `protocol'.
* output.h (declare_weak): Add prototype.
(decode_reg_name): Don't wrap with TREE_CODE macro.
(assemble_alias): Add prototype.
* regclass.c: Include output.h.
* reload.h (reloads_conflict): Add prototype.
* rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
output_func_start_profiler): Add prototypes.
* rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
  ATTRIBUTE_UNUSED.
* scan-decls.c: Include scan.h.
* scan.h (recognized_function, recognized_extern): Add prototypes.
* stmt.c: Include output.h.
* toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
(output_lang_identify): Hide prototype and definition.
(float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
(pipe_closed): Likewise.
* toplev.h (count_error, strip_off_ending, error_for_asm,
  warning_for_asm): Add prototypes.

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

26 years ago * toplev.c (rest_of_compilation): "Charge" final for any time
law [Wed, 13 May 1998 12:26:49 +0000 (12:26 +0000)]
    * toplev.c (rest_of_compilation): "Charge" final for any time
        doing various cleanup operations after finishing compilation
        of a function.

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

26 years ago * flow.c (dump_flow_info): Also print number of sets and
law [Wed, 13 May 1998 12:18:27 +0000 (12:18 +0000)]
    * flow.c (dump_flow_info): Also print number of sets and
        whether or not the pseudo is a user variable.

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

26 years agoReorganize last entry a little.
law [Wed, 13 May 1998 12:14:49 +0000 (12:14 +0000)]
Reorganize last entry a little.

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

26 years ago * acconfig.h (ENABLE_CHECKING): Undefine.
law [Wed, 13 May 1998 11:57:25 +0000 (11:57 +0000)]
    * acconfig.h (ENABLE_CHECKING): Undefine.
        * configure.in (--enable-checking): New option.
        * flow.c (reg_n_max): New global variable.
        * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
        Delete regno_max variable.
        * regs.h (REG_N_CHECK): Define.
        (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
        (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
        (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.

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

26 years agoWarning patches:
ghazi [Wed, 13 May 1998 10:00:46 +0000 (10:00 +0000)]
Warning patches:
        * Makefile.in (lex.o): Depend on output.h.
        * call.c (add_function_candidate): Remove unused variable `cand'.
        (add_conv_candidate): Likewise.
        (build_builtin_candidate): Likewise.
        * cp-tree.h: Add prototype for `types_overlap_p'.
        * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
        * decl2.c (merge_functions): Remove unused variables `tmp' and
        `tempn'.
        * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
        (code_as_string): Likewise.
        (language_as_string): Likewise.
        (parm_as_string): Likewise.
        (op_as_string): Likewise.
        (assop_as_string): Likewise.
        (cv_as_string): Likewise.
        * lex.c: Include output.h.
        * pt.c (type_unification): Cast first argument of `bzero' to a char*.
        * search.c (dfs_no_overlap_yet): Mark parameter `t' with
        ATTRIBUTE_UNUSED.
        * tinfo.cc (__class_type_info::dcast): Change the type of variable
        `i' from int to size_t.
        * typeck.c (language_lvalue_valid): Mark parameter `exp' with
        ATTRIBUTE_UNUSED.

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

26 years ago * reload1.c (merge_assigned_reloads): Can merge
amylaar [Wed, 13 May 1998 00:53:59 +0000 (00:53 +0000)]
* reload1.c (merge_assigned_reloads):  Can merge
RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.

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

26 years ago * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
jason [Tue, 12 May 1998 21:42:34 +0000 (21:42 +0000)]
* error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
DECL_NAMESPACE_SCOPE_P.
(lang_decl_name): Likewise.
* pt.c (tsubst_friend_function, tsubst): Likewise.
* decl.c (pushdecl, redeclaration_error_message, start_decl,
cp_finish_decl, start_function): Likewise.
* class.c (finish_struct_1): Likewise.
* call.c (build_over_call): Likewise.
(compare_ics): Use DERIVED_FROM_P.

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

26 years agoFix aix --with-gnu-ld build failure reported by Brendan.
wilson [Tue, 12 May 1998 20:07:09 +0000 (20:07 +0000)]
Fix aix --with-gnu-ld build failure reported by Brendan.
* collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.

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

26 years ago * reload1.c (gen_reload): Create REG_EQUIV notes.
amylaar [Tue, 12 May 1998 19:28:01 +0000 (19:28 +0000)]
* reload1.c (gen_reload): Create REG_EQUIV notes.

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

26 years ago * reload1.c (reload): Fix check for USEs to use code of pattern.
amylaar [Tue, 12 May 1998 14:25:14 +0000 (14:25 +0000)]
* reload1.c (reload): Fix check for USEs to use code of pattern.
(choose_reload_regs): Remove dead variable use_insn.

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

26 years ago * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
law [Tue, 12 May 1998 13:04:18 +0000 (13:04 +0000)]
    * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.

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

26 years agoUse HAIFA_INLINE for inlining functions instead of __inline directly
meissner [Tue, 12 May 1998 12:20:18 +0000 (12:20 +0000)]
Use HAIFA_INLINE for inlining functions instead of __inline directly

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

26 years ago* alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
rth [Tue, 12 May 1998 10:27:46 +0000 (10:27 +0000)]
* alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.

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

26 years ago * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
gavin [Tue, 12 May 1998 08:46:52 +0000 (08:46 +0000)]
* config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.

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

26 years ago * config/mips/mips.md (dslot): Move after definition of "cpu"
gavin [Tue, 12 May 1998 08:41:11 +0000 (08:41 +0000)]
* config/mips/mips.md (dslot): Move after definition of "cpu"
attribute.  Handle r3900 case.

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

26 years agoConsolidate support for "String-ification" into system.h:
ghazi [Tue, 12 May 1998 07:36:02 +0000 (07:36 +0000)]
Consolidate support for "String-ification" into system.h:
        * system.h: Define the STRINGIFY macro here.
        * protoize.c: Not here.
        * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.

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

26 years ago * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
mmitchel [Tue, 12 May 1998 07:27:15 +0000 (07:27 +0000)]
* cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
* method.c (build_mangled_name): Use it.
(build_decl_overload_real): Likewise.

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

26 years ago * error.c (dump_simple_decl): New function, broken out from ...
mmitchel [Tue, 12 May 1998 07:23:31 +0000 (07:23 +0000)]
* error.c (dump_simple_decl): New function, broken out from ...
(dump_decl): Use it.

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

26 years agoSet emacs varaibles.
law [Mon, 11 May 1998 23:49:19 +0000 (23:49 +0000)]
Set emacs varaibles.

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

26 years ago * varasm.c (assemble_variable): Compute the alignment of the data
law [Mon, 11 May 1998 23:47:28 +0000 (23:47 +0000)]
    * varasm.c (assemble_variable): Compute the alignment of the data
        earlier so that both initialized and uninitialized variables are
        effected by DATA_ALIGNMENT.
        * tm.texi (DATA_ALIGNMENT): Updated appropriately.

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