platform/upstream/gcc.git
26 years agoInitial revision
Jeff Law [Tue, 19 May 1998 07:09:55 +0000 (01:09 -0600)]
Initial revision

From-SVN: r19862

26 years agotweak
Jason Merrill [Tue, 19 May 1998 02:53:39 +0000 (22:53 -0400)]
tweak

From-SVN: r19860

26 years agoinit.c (build_member_call): Handle template_ids.
Jason Merrill [Tue, 19 May 1998 02:50:52 +0000 (02:50 +0000)]
init.c (build_member_call): Handle template_ids.

* init.c (build_member_call): Handle template_ids.
* parse.y (primary): Add global_scope template_id.

From-SVN: r19859

26 years agodecl2.c (get_sentry): Use end_temporary_allocation.
Jason Merrill [Mon, 18 May 1998 23:23:05 +0000 (23:23 +0000)]
decl2.c (get_sentry): Use end_temporary_allocation.

* decl2.c (get_sentry): Use end_temporary_allocation.
Don't declare permanent_obstack.

From-SVN: r19858

26 years agofunction.c (identify_blocks): Fix thinko when setting the block number for NOTE_INSN_...
Jeffrey A Law [Mon, 18 May 1998 21:39:43 +0000 (21:39 +0000)]
function.c (identify_blocks): Fix thinko when setting the block number for NOTE_INSN_BLOCK_END.

        * function.c (identify_blocks): Fix thinko when setting the
        block number for NOTE_INSN_BLOCK_END.

From-SVN: r19857

26 years agoApplied fixes from PR 15949 and 15047
Nick Clifton [Mon, 18 May 1998 16:37:30 +0000 (16:37 +0000)]
Applied fixes from PR 15949 and 15047

From-SVN: r19856

26 years agoUndid previous delta to dbxout.c
Nick Clifton [Mon, 18 May 1998 15:34:05 +0000 (15:34 +0000)]
Undid previous delta to dbxout.c
Added comment explaining why.

From-SVN: r19855

26 years agoadd error loc for original default arg
Brendan Kehoe [Mon, 18 May 1998 14:51:47 +0000 (10:51 -0400)]
add error loc for original default arg

From-SVN: r19854

26 years agotree.h (TYPE_SIZE_UNIT): New.
Richard Henderson [Mon, 18 May 1998 13:21:14 +0000 (06:21 -0700)]
tree.h (TYPE_SIZE_UNIT): New.

* tree.h (TYPE_SIZE_UNIT): New.
(struct tree_type): Add size_unit member.
* stor-layout.c (layout_type): Initialize it.
* expr.c (get_inner_reference) [ARRAY_REF]: Use it.
* tree.c (size_in_bytes, int_size_in_bytes): Likewise.

From-SVN: r19853

26 years agoparse.y (.finish_new_placement): New non-terminal.
Mark Mitchell [Mon, 18 May 1998 12:28:30 +0000 (12:28 +0000)]
parse.y (.finish_new_placement): New non-terminal.

* parse.y (.finish_new_placement): New non-terminal.
(unary_expr, new_type_id): Use it.
* parse.c: Regenerated.

From-SVN: r19852

26 years agopt.c (redeclare_class_template): Say where the original definition of the template...
Brendan Kehoe [Mon, 18 May 1998 12:21:29 +0000 (12:21 +0000)]
pt.c (redeclare_class_template): Say where the original definition of the template-parameter's default argument...

* pt.c (redeclare_class_template): Say where the original definition
of the template-parameter's default argument appeared.

From-SVN: r19851

26 years agostor-layout.c (layout_record): Fix off-by-one error when checking length of the TYPE_...
Richard Earnshaw [Mon, 18 May 1998 12:08:10 +0000 (12:08 +0000)]
stor-layout.c (layout_record): Fix off-by-one error when checking length of the TYPE_BINFO vector.

* stor-layout.c (layout_record): Fix off-by-one error when checking
length of the TYPE_BINFO vector.

From-SVN: r19850

26 years agoMake-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o, and g77version.o.
Craig Burley [Mon, 18 May 1998 11:23:15 +0000 (11:23 +0000)]
Make-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o, and g77version.o.

1998-05-18  Craig Burley  <burley@gnu.org>
* Make-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o,
and g77version.o.
(f77.clean): Add removal of g77.c, g77.o, g77spec.o,
and g77version.o.
(f77.distclean): Delete removal of g77.c.

From-SVN: r19849

26 years ago(G77STAGESTUFF): Add g77.o, g77spec.o,
Craig Burley [Mon, 18 May 1998 11:18:41 +0000 (11:18 +0000)]
(G77STAGESTUFF): Add g77.o, g77spec.o,

and g77version.o.
(f77.clean): Add removal of g77.c, g77.o, g77spec.o,
and g77version.o.
(f77.distclean): Delete removal of g77.c.

From-SVN: r19848

26 years agoLayout change.
Dave Love [Mon, 18 May 1998 11:17:41 +0000 (11:17 +0000)]
Layout change.

From-SVN: r19847

26 years agoFix entries (JCB).
Dave Love [Mon, 18 May 1998 11:10:31 +0000 (11:10 +0000)]
Fix entries (JCB).

From-SVN: r19846

26 years agoUse TREE_ARG to compute the type of a function parameter passed in memory.
Nick Clifton [Mon, 18 May 1998 11:02:18 +0000 (11:02 +0000)]
Use TREE_ARG to compute the type of a function parameter passed in memory.

From-SVN: r19845

26 years agocom.c (ffecom_convert_narrow_, [...]): Be even more persnickety in checking for inter...
Craig Burley [Mon, 18 May 1998 10:53:27 +0000 (10:53 +0000)]
com.c (ffecom_convert_narrow_, [...]): Be even more persnickety in checking for internal bugs.

1998-05-18  Craig Burley  <burley@gnu.org>
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
Be even more persnickety in checking for internal bugs.
Also, if precision isn't changing, just return the expr.
(ffecom_expr_): Add ltkt variable for clarity.
* expr.c Use ffestrOther in place of ffeexprDotdot_.
(ffeexpr_token_number_): Call
ffeexpr_make_float_const_ to make an integer.
(ffeexpr_make_float_const_): Handle making an integer.
* intrin.c (ffeintrin_init_0): Distinguish between
crashes on bad arg base and kind types.
* Makefile.in (f/expr.c): Now depends on f/stamp-str.
* str-ot.fin: Add more keywords for expr.c.
* intdoc.c (dumpimp): Trivial fix.
* stb.c (ffestb_R100110_): Fix an assertion.

From-SVN: r19844

26 years ago(ffestb_R100110_): Fix an assertion.
Craig Burley [Mon, 18 May 1998 10:49:39 +0000 (10:49 +0000)]
(ffestb_R100110_): Fix an assertion.

From-SVN: r19843

26 years agoLayout change.
Dave Love [Mon, 18 May 1998 10:47:05 +0000 (10:47 +0000)]
Layout change.

From-SVN: r19842

26 years ago(dumpimp): Trivial fix.
Craig Burley [Mon, 18 May 1998 10:37:18 +0000 (10:37 +0000)]
(dumpimp): Trivial fix.

From-SVN: r19841

26 years agoAdd more keywords for expr.c.
Craig Burley [Mon, 18 May 1998 10:31:39 +0000 (10:31 +0000)]
Add more keywords for expr.c.

From-SVN: r19840

26 years ago(f/expr.c): Now depends on f/stamp-str.
Craig Burley [Mon, 18 May 1998 10:31:00 +0000 (10:31 +0000)]
(f/expr.c): Now depends on f/stamp-str.

From-SVN: r19839

26 years ago(ffeintrin_init_0): Distinguish between
Craig Burley [Mon, 18 May 1998 10:29:07 +0000 (10:29 +0000)]
(ffeintrin_init_0): Distinguish between
crashes on bad arg base and kind types.

From-SVN: r19838

26 years ago(ffeexpr_token_number_): Call ffeexpr_make_float_const_ to make an integer.
Craig Burley [Mon, 18 May 1998 10:28:21 +0000 (10:28 +0000)]
(ffeexpr_token_number_): Call ffeexpr_make_float_const_ to make an integer.

(ffeexpr_token_number_): Call
ffeexpr_make_float_const_ to make an integer.
(ffeexpr_make_float_const_): Handle making an integer.

From-SVN: r19837

26 years ago(ffecom_convert_narrow_, ffecom_convert_widen_):
Craig Burley [Mon, 18 May 1998 10:26:16 +0000 (10:26 +0000)]
(ffecom_convert_narrow_, ffecom_convert_widen_):

Be even more persnickety in checking for internal bugs.
Also, if precision isn't changing, just return the expr.
(ffecom_expr_): Add ltkt variable for clarity.

From-SVN: r19836

26 years agodwarfout.h, [...]: New files.
Robert Lipe [Mon, 18 May 1998 07:11:42 +0000 (07:11 +0000)]
dwarfout.h, [...]: New files.

        * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h:  New files.
        Prototypes for externally used functions in respective C files.
        * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
        final.c: Include above files.
        * Makefile.in (toplev.o): Add dependency for above four headers.
        (final.o): Likewise.
        (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
        respective header files.

From-SVN: r19835

26 years agoupdate
Jason Merrill [Mon, 18 May 1998 04:51:07 +0000 (00:51 -0400)]
update

From-SVN: r19834

26 years ago* call.c (build_over_call): Tweak empty class handling.
Jason Merrill [Mon, 18 May 1998 04:28:54 +0000 (04:28 +0000)]
* call.c (build_over_call): Tweak empty class handling.

From-SVN: r19833

26 years ago* decl.c (make_typename_type): Use currently_open_class.
Jason Merrill [Mon, 18 May 1998 03:16:09 +0000 (03:16 +0000)]
* decl.c (make_typename_type): Use currently_open_class.

From-SVN: r19832

26 years ago* class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
Jason Merrill [Mon, 18 May 1998 03:03:44 +0000 (23:03 -0400)]
* class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.

From-SVN: r19831

26 years agoupdate
Jason Merrill [Mon, 18 May 1998 01:53:57 +0000 (21:53 -0400)]
update

From-SVN: r19830

26 years ago* class.c (finish_struct_1): Use OVL_CURRENT in error message.
Martin v. Löwis [Mon, 18 May 1998 01:52:15 +0000 (21:52 -0400)]
* class.c (finish_struct_1): Use OVL_CURRENT in error message.

From-SVN: r19829

26 years agoMakefile.in (TARGET_TOOLPREFIX): No longer define.
Jeffrey A Law [Mon, 18 May 1998 01:24:26 +0000 (01:24 +0000)]
Makefile.in (TARGET_TOOLPREFIX): No longer define.

        * 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.

From-SVN: r19828

26 years agoMakefile.in (build_canonical, [...]): Let configure substitute values for these varia...
Jeffrey A Law [Mon, 18 May 1998 00:48:07 +0000 (00:48 +0000)]
Makefile.in (build_canonical, [...]): Let configure substitute values for these variables.

        * 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.

From-SVN: r19827

26 years agooutput.h (find_basic_blocks): Declare.
Jeffrey A Law [Mon, 18 May 1998 00:29:11 +0000 (00:29 +0000)]
output.h (find_basic_blocks): Declare.

        * output.h (find_basic_blocks): Declare.
        (free_basic_block_vars, set_block_num, life_analysis): Likewise.

From-SVN: r19826

26 years agoMakefile.in (BISON): Use bison from the build tree if it exists.
Jeffrey A Law [Mon, 18 May 1998 00:23:16 +0000 (00:23 +0000)]
Makefile.in (BISON): Use bison from the build tree if it exists.

        * Makefile.in (BISON): Use bison from the build tree if it exists.
        (FLEX): Similarly.

From-SVN: r19825

26 years agogcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
Nick Clifton [Sun, 17 May 1998 23:08:40 +0000 (23:08 +0000)]
gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.

        * 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.

From-SVN: r19824

26 years agoi386.h (ALIGN_DFmode): Delete.
John Wehle [Sun, 17 May 1998 23:00:05 +0000 (23:00 +0000)]
i386.h (ALIGN_DFmode): Delete.

        * i386.h (ALIGN_DFmode): Delete.
        (CONSTANT_ALIGNMENT): Define.
        * varasm.c (force_const_mem): Use it.

From-SVN: r19823

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

From-SVN: r19822

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

From-SVN: r19821

26 years agotypeck.c (type_unknown_p): Return true for TREE_LIST also.
Jason Merrill [Sun, 17 May 1998 14:54:24 +0000 (10:54 -0400)]
typeck.c (type_unknown_p): Return true for TREE_LIST also.

* 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.

From-SVN: r19820

26 years agoinit.c (build_new_1): Call suspend_momentary around the creation of values that must...
Mark Mitchell [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...

* 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.

From-SVN: r19819

26 years agoRevert April 21 alias.c change from jfc.
Jim 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.

From-SVN: r19818

26 years agorevert last change
Jason Merrill [Sun, 17 May 1998 13:39:11 +0000 (09:39 -0400)]
revert last change

From-SVN: r19817

26 years agodecl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare old and new types.
Jason Merrill [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.

* decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
old and new types.

From-SVN: r19816

26 years agopt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the canonical type.
Jason Merrill [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.

* pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
canonical type.

From-SVN: r19815

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

From-SVN: r19814

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

From-SVN: r19813

26 years agoFix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se.
Krister Walfridsson [Sun, 17 May 1998 05:48:37 +0000 (07:48 +0200)]
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.

From-SVN: r19812

26 years agoBump for snapshot
Jeffrey A Law [Sun, 17 May 1998 01:12:30 +0000 (19:12 -0600)]
Bump for snapshot

From-SVN: r19810

26 years agoosf.h (HAVE_STAMP_H): Define.
Richard Henderson [Sat, 16 May 1998 23:24:20 +0000 (16:24 -0700)]
osf.h (HAVE_STAMP_H): Define.

        * 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.

From-SVN: r19809

26 years agodbxout.c (dbxout_parms): If mode of type of parameter living in memory doesn't match...
Doug Evans [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...

* dbxout.c (dbxout_parms): If mode of type of parameter living
in memory doesn't match mode of DECL_RTL, make big endian correction.

From-SVN: r19808

26 years agoconfig.table: Add line to set enable_shared in the Makefile as needed.
Jeffrey A 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.

        * config.table: Add line to set enable_shared in the Makefile
        as needed.

From-SVN: r19805

26 years agoInitial revision
Jeff Law [Sat, 16 May 1998 06:20:36 +0000 (00:20 -0600)]
Initial revision

From-SVN: r19799

26 years agoTweak stuff, stuff2 rules.
Jeff Law [Sat, 16 May 1998 00:03:22 +0000 (18:03 -0600)]
Tweak stuff, stuff2 rules.

Tweak stuff, stuff2 rules.  Sorry, Jason didn't provide any additional
detail about this change.

From-SVN: r19798

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

From-SVN: r19796

26 years agoUpdate from Cygnus libiberty.
Jeff Law [Fri, 15 May 1998 23:42:58 +0000 (17:42 -0600)]
Update from Cygnus libiberty.

libiberty uses autoconf now.

From-SVN: r19791

26 years agoThis commit was generated by cvs2svn to compensate for changes in r19789,
Jeff Law [Fri, 15 May 1998 23:21:05 +0000 (17:21 -0600)]
This commit was generated by cvs2svn to compensate for changes in r19789,

which included commits to RCS files with non-trunk default branches.

From-SVN: r19790

26 years agocplus-dem.c (cplus_demangle_opname): Initialize work.
Peter Schauer [Fri, 15 May 1998 23:02:07 +0000 (23:02 +0000)]
cplus-dem.c (cplus_demangle_opname): Initialize work.

        * cplus-dem.c (cplus_demangle_opname):  Initialize work.
Bring over from devo.

From-SVN: r19787

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

From-SVN: r19786

26 years agodecl.c (start_decl): Revert problem change.
Jason Merrill [Fri, 15 May 1998 20:31:52 +0000 (20:31 +0000)]
decl.c (start_decl): Revert problem change.

* decl.c (start_decl): Revert problem change.
* Makefile.in (CONFLICTS): Fix.

From-SVN: r19785

26 years agodecl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
Benjamin Kosnik [Fri, 15 May 1998 20:13:22 +0000 (20:13 +0000)]
decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.

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

From-SVN: r19784

26 years agodecl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
Benjamin Kosnik [Fri, 15 May 1998 20:13:20 +0000 (20:13 +0000)]
decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.


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

From-SVN: r19783

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

From-SVN: r19782

26 years agotree.h (BINFO_SIZE, [...]): New macros.
Jason Merrill [Fri, 15 May 1998 18:56:11 +0000 (14:56 -0400)]
tree.h (BINFO_SIZE, [...]): New macros.

* 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.

From-SVN: r19781

26 years agoPatch from Bob Manson.
Bob Manson [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.

From-SVN: r19780

26 years agoPatch from Bill Moyer.
Bill Moyer [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().

From-SVN: r19779

26 years agoPatch from Alex Petit-Bianco.
Alexandre Petit-Bianco [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.

From-SVN: r19778

26 years agostor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
Benjamin Kosnik [Fri, 15 May 1998 12:50:30 +0000 (12:50 +0000)]
stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.

`
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

From-SVN: r19777

26 years agostor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
Benjamin Kosnik [Fri, 15 May 1998 12:50:28 +0000 (12:50 +0000)]
stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.


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

From-SVN: r19776

26 years agofold-const.c (constant_boolean_node): New function.
Mark Mitchell [Fri, 15 May 1998 07:19:38 +0000 (07:19 +0000)]
fold-const.c (constant_boolean_node): New function.

* fold-const.c (constant_boolean_node): New function.
(fold): Use it.

From-SVN: r19775

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

From-SVN: r19774

26 years agomike-g77.exp: New file.
Dave Love [Fri, 15 May 1998 04:27:51 +0000 (04:27 +0000)]
mike-g77.exp: New file.

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.

From-SVN: r19773

26 years agosh.c (gen_shl_and): Don't sign extend constant for kind two.
J"orn Rennecke [Fri, 15 May 1998 03:26:52 +0000 (03:26 +0000)]
sh.c (gen_shl_and): Don't sign extend constant for kind two.

* 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.

From-SVN: r19772

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

From-SVN: r19771

26 years agoregen
Jason Merrill [Fri, 15 May 1998 02:10:42 +0000 (22:10 -0400)]
regen

From-SVN: r19770

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

From-SVN: r19769

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

From-SVN: r19768

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

From-SVN: r19767

26 years agoMake-lang.in (OBJC_O): Add missing exeext.
Mumit Khan [Fri, 15 May 1998 00:44:32 +0000 (00:44 +0000)]
Make-lang.in (OBJC_O): Add missing exeext.

        * objc/Make-lang.in (OBJC_O): Add missing exeext.
        (libobjc.a, runtime-info.h): Likewise.

From-SVN: r19766

26 years agoi386.h (DATA_ALIGNMENT): Define.
John Wehle [Fri, 15 May 1998 00:29:27 +0000 (00:29 +0000)]
i386.h (DATA_ALIGNMENT): Define.

        * i386.h (DATA_ALIGNMENT): Define.
Improve x86 FP performance.

From-SVN: r19765

26 years agoreload1.c (delete_output_reload): Ignore single USE that was emitted for the pseudo...
J"orn Rennecke [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.

* 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.

From-SVN: r19762

26 years agoInitial revision
Jeff Law [Thu, 14 May 1998 19:57:15 +0000 (13:57 -0600)]
Initial revision

From-SVN: r19757

26 years agoFix MIPS compiler abort on Mesa, reported by Andy Tai.
Jim Wilson [Thu, 14 May 1998 19:54:35 +0000 (12:54 -0700)]
Fix MIPS compiler abort on Mesa, reported by Andy Tai.

* reload.c (find_reloads): Don't penalize SCRATCH output reload.

From-SVN: r19756

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

From-SVN: r19755

26 years agoMakefile.in (expr.o): Remove dependency on deleted modemap.def file.
Jeff Law [Thu, 14 May 1998 14:09:33 +0000 (08:09 -0600)]
Makefile.in (expr.o): Remove dependency on deleted modemap.def file.


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

From-SVN: r19748

26 years agoMakefile.in (expr.o): Remove dependency on deleted modemap.def file.
Jeff Law [Thu, 14 May 1998 14:09:31 +0000 (08:09 -0600)]
Makefile.in (expr.o): Remove dependency on deleted modemap.def file.

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

From-SVN: r19747

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

From-SVN: r19746

26 years agoPatch from Gary McGary to fix i960 problem with out-of-range shifts.
Jim 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.

From-SVN: r19745

26 years agotypeck.c (original_type): New function.
Brendan Kehoe [Thu, 14 May 1998 12:29:41 +0000 (12:29 +0000)]
typeck.c (original_type): New function.

* 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

From-SVN: r19744

26 years agoshort.f, [...]: Call abort where appropriate.
Dave Love [Thu, 14 May 1998 09:17:34 +0000 (09:17 +0000)]
short.f, [...]: Call abort where appropriate.

* 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.

From-SVN: r19743

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

From-SVN: r19742

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

From-SVN: r19741

26 years ago[multiple changes]
Craig Burley [Thu, 14 May 1998 07:24:52 +0000 (07:24 +0000)]
[multiple changes]

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.

From-SVN: r19740

26 years ago[multiple changes]
Craig Burley [Thu, 14 May 1998 06:51:23 +0000 (06:51 +0000)]
[multiple changes]

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.

From-SVN: r19739

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

From-SVN: r19737

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

From-SVN: r19736

26 years agoreload.c (remove_replacements): New function.
J"orn Rennecke [Thu, 14 May 1998 00:44:02 +0000 (00:44 +0000)]
reload.c (remove_replacements): New function.

* reload.c (remove_replacements): New function.
* reload.h (remove_replacements): Declare.
* reload1.c (choose_reload_regs): Disable some reloads that
belong to inherited reloads.

From-SVN: r19735

26 years agoNew testcase.
Jeff Law [Thu, 14 May 1998 00:20:07 +0000 (18:20 -0600)]
New testcase.

From-SVN: r19734