gcc.git
26 years agolex.c (do_identifier): Look for class value even if we don't have a global value.
Jason Merrill [Sun, 19 Jul 1998 23:47:18 +0000 (23:47 +0000)]
lex.c (do_identifier): Look for class value even if we don't have a global value.

* lex.c (do_identifier): Look for class value even if we don't
have a global value.  Do implicit declaration if parsing is 2.
* semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
lookup.

From-SVN: r21291

26 years agodecl.c (pushtag): Revert previous change.
Mark Mitchell [Sun, 19 Jul 1998 18:55:38 +0000 (18:55 +0000)]
decl.c (pushtag): Revert previous change.

* decl.c (pushtag): Revert previous change.
* pt.c (lookup_template_class): Don't put out debugging
information for types that use template parameters.

From-SVN: r21286

26 years agodecl.c (pushtag): Don't put out debugging information for compiler-generated typedefs.
Mark Mitchell [Sun, 19 Jul 1998 18:00:47 +0000 (18:00 +0000)]
decl.c (pushtag): Don't put out debugging information for compiler-generated typedefs.

* decl.c (pushtag): Don't put out debugging information for
compiler-generated typedefs.

From-SVN: r21285

26 years agoerror.c (dump_type_real): Don't crash when presented with intQI_type_node or the...
Mark Mitchell [Sun, 19 Jul 1998 17:54:13 +0000 (17:54 +0000)]
error.c (dump_type_real): Don't crash when presented with intQI_type_node or the like.

* error.c (dump_type_real): Don't crash when presented with
intQI_type_node or the like.

From-SVN: r21284

26 years agosemantics.c (finish_translation_unit): Fix spelling error in comment.
Mark Mitchell [Sun, 19 Jul 1998 17:52:17 +0000 (17:52 +0000)]
semantics.c (finish_translation_unit): Fix spelling error in comment.

* semantics.c (finish_translation_unit): Fix spelling error in
comment.

From-SVN: r21283

26 years agoThis fixes a problem when using KNR compilers.
Kaveh R. Ghazi [Sun, 19 Jul 1998 05:28:57 +0000 (05:28 +0000)]
This fixes a problem when using KNR compilers.

        * cplus-dem.c (demangle_nested_args): Make function definition
        static to match the prototype.

From-SVN: r21281

26 years agoMakefile.in (all): Depend on s-libe77, not e77.
Dave Love [Sun, 19 Jul 1998 04:54:39 +0000 (04:54 +0000)]
Makefile.in (all): Depend on s-libe77, not e77.

1998-07-19  Dave Love  <d.love@dl.ac.uk>
* Makefile.in (all): Depend on s-libe77, not e77.
(.PHONY): Remove e77.

From-SVN: r21280

26 years ago(all): Depend on s-libe77, not e77.
Dave Love [Sun, 19 Jul 1998 04:54:06 +0000 (04:54 +0000)]
(all): Depend on s-libe77, not e77.

(.PHONY): Remove e77.

From-SVN: r21279

26 years agoDaily bump.
Jeff Law [Sun, 19 Jul 1998 00:45:01 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r21276

26 years agoFix typo.
Marc Lehmann [Sat, 18 Jul 1998 15:48:44 +0000 (15:48 +0000)]
Fix typo.

From-SVN: r21275

26 years ago*** empty log message ***
Mark Mitchell [Sat, 18 Jul 1998 15:25:20 +0000 (15:25 +0000)]
*** empty log message ***

From-SVN: r21274

26 years agodecl.c (lookup_name_real): Pull out single function here.
Jason Merrill [Sat, 18 Jul 1998 02:26:44 +0000 (02:26 +0000)]
decl.c (lookup_name_real): Pull out single function here.

* decl.c (lookup_name_real): Pull out single function here.
(select_decl): Not here.
(unqualified_namespace_lookup): Use CP_DECL_CONTEXT.

From-SVN: r21268

26 years agoDaily bump.
Jeff Law [Sat, 18 Jul 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r21267

26 years ago* decl.c (qualify_lookup): Tweak again.
Jason Merrill [Fri, 17 Jul 1998 17:19:31 +0000 (17:19 +0000)]
* decl.c (qualify_lookup): Tweak again.

From-SVN: r21266

26 years agopt.c (lookup_template_class): Don't mess with the context of the instantiation.
Jason Merrill [Fri, 17 Jul 1998 16:29:25 +0000 (16:29 +0000)]
pt.c (lookup_template_class): Don't mess with the context of the instantiation.

* pt.c (lookup_template_class): Don't mess with the context of the
instantiation.
* decl2.c (current_decl_namespace): Remove special handling for
templates.

From-SVN: r21265

26 years agoalloca.c: Respect USE_C_ALLOCA.
Richard Henderson [Fri, 17 Jul 1998 15:00:11 +0000 (08:00 -0700)]
alloca.c: Respect USE_C_ALLOCA.

        * alloca.c: Respect USE_C_ALLOCA.
        * gencheck.c (xmalloc): Ignore __GNUC__ for definition.
        * gengenrtl.c (xmalloc): Likewise.

From-SVN: r21264

26 years agoloop.h (struct induction): Add no_const_addval.
Richard Henderson [Fri, 17 Jul 1998 14:46:06 +0000 (07:46 -0700)]
loop.h (struct induction): Add no_const_addval.

        * loop.h (struct induction): Add no_const_addval.
        * loop.c (the_movables, reg_address_cost): New variables.
        (init_loop): Init reg_address_cost.
        (loop_optimize): Call end_alias_analysis.
        (scan_loop): Init the_movables.
        (record_giv): Init induction->no_const_addval.
        (basic_induction_var) [PLUS]: Use rtx_equal_p instead of ==.
        [REG]: Rearrange loop search test to catch more cases.
        (general_induction_var): Return success not benefit; take an extra
        argument for that.  Change all callers.
        (simplify_giv_expr) [PLUS]: Always combine invariants.  Use sge_plus.
        [MULT]: Use rtx_equal_p instead of ==.  Combine simple invariants.
        [default]: Search the_movables for additional combinations.
        (sge_plus_constant, sge_plus): New functions.
        (express_from_1): New function.
        (express_from): Always define.  Rewrite using express_from_1.
        (combine_givs_p): Handle more cases.  Ignore address cost.
        (cmp_combine_givs_stats): New function.
        (combine_givs_used_once, combine_givs_benefit_from): New functions.
        (combine_givs): Rewrite to do best-fit combination.
        * fold-const.c (operand_equal_p): Handle RTL_EXPR.
        (fold): Do a complete (A*C)+(B*C) association check.

From-SVN: r21263

26 years agomark as expected failure
Nick Clifton [Fri, 17 Jul 1998 14:20:47 +0000 (14:20 +0000)]
mark as expected failure

From-SVN: r21262

26 years agoFix some sparc complex testsuite failures.
Jim Wilson [Fri, 17 Jul 1998 11:22:40 +0000 (11:22 +0000)]
Fix some sparc complex testsuite failures.

* function.c (fixup_var_refs_insns): Handle CLOBBER of a CONCAT.

From-SVN: r21251

26 years ago* mn10300.c (MODES_TIEABLE_P): Fix typo.
Jeffrey A Law [Fri, 17 Jul 1998 10:53:58 +0000 (10:53 +0000)]
* mn10300.c (MODES_TIEABLE_P): Fix typo.

From-SVN: r21249

26 years agopt.c (tsubst, [...]): Fix getting complete args for a member template specialization.
Jason Merrill [Fri, 17 Jul 1998 06:19:07 +0000 (06:19 +0000)]
pt.c (tsubst, [...]): Fix getting complete args for a member template specialization.

* pt.c (tsubst, case FUNCTION_DECL): Fix getting complete args for
a member template specialization.
* tree.c (ovl_member): Use decls_match to compare functions.
* decl.c (decls_match): Check the context of a function.

From-SVN: r21248

26 years agotree.c (valid_machine_attribute): Only create a new type variant if there is a decl...
Richard Earnshaw [Fri, 17 Jul 1998 03:34:34 +0000 (03:34 +0000)]
tree.c (valid_machine_attribute): Only create a new type variant if there is a decl to use it.

* tree.c (valid_machine_attribute): Only create a new type variant if
there is a decl to use it.

From-SVN: r21247

26 years agoparse.y (primary): Use notype_unqualified_id instead of IDENTIFIER in Koenig lookup...
Jason Merrill [Fri, 17 Jul 1998 02:48:08 +0000 (02:48 +0000)]
parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER in Koenig lookup support rules.

* parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
in Koenig lookup support rules.
* semantics.c (finish_call_expr): Handle the new cases.
* typeck.c (build_x_function_call): Handle overloaded methods.
* decl.c (grokvardecl): Don't call build_static_name for extern "C".

From-SVN: r21245

26 years agotmap.cc: Use less<int>.
Jason Merrill [Fri, 17 Jul 1998 01:30:01 +0000 (01:30 +0000)]
tmap.cc: Use less<int>.

* tmap.cc: Use less<int>.
* tlist.cc (main): Use remove_if.

From-SVN: r21244

26 years agoDaily bump.
Jeff Law [Fri, 17 Jul 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r21241

26 years agosemantics.c (finish_object_call_expr): Revert previous change.
Mark Mitchell [Thu, 16 Jul 1998 23:38:43 +0000 (23:38 +0000)]
semantics.c (finish_object_call_expr): Revert previous change.

1998-07-16  Mark Mitchell  <mark@markmitchell.com>
* semantics.c (finish_object_call_expr): Revert previous change.
* call.c (build_new_method_call): Likewise.  Instead, convert
TYPE_DECLs to IDENTIFIERs here, in the presence of templates.

From-SVN: r21240

26 years ago(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...
Jeff Law [Thu, 16 Jul 1998 22:53:02 +0000 (16:53 -0600)]
(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...

* (ffecom_finish_symbol_transform_): Revert change
of 1998-05-23, as it was too aggressive, in that it
prevented transformation of (used) functions before
primary code generation.

From-SVN: r21236

26 years ago(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...
Craig Burley [Thu, 16 Jul 1998 22:53:01 +0000 (16:53 -0600)]
(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...

d
* (ffecom_finish_symbol_transform_): Revert change
of 1998-05-23, as it was too aggressive, in that it
prevented transformation of (used) functions before
primary code generation.

From-SVN: r21235

26 years ago(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...
Craig Burley [Thu, 16 Jul 1998 22:52:59 +0000 (16:52 -0600)]
(ffecom_finish_symbol_transform_): Revert change of 1998-05-23...


* (ffecom_finish_symbol_transform_): Revert change
of 1998-05-23, as it was too aggressive, in that it
prevented transformation of (used) functions before
primary code generation.

From-SVN: r21234

26 years agoUpdates from craig.
Jeff Law [Thu, 16 Jul 1998 22:51:15 +0000 (16:51 -0600)]
Updates from craig.

From-SVN: r21233

26 years agogcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix.
Nick Clifton [Thu, 16 Jul 1998 22:45:49 +0000 (16:45 -0600)]
gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix.

8
* gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have
a suffix.

From-SVN: r21229

26 years agogcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix.
Nick Clifton [Thu, 16 Jul 1998 22:45:47 +0000 (16:45 -0600)]
gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix.


* gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have
a suffix.

From-SVN: r21228

26 years ago* libU77/Makefile.in: Missed one config.h.in -> config.hin change.
Jeffrey A Law [Thu, 16 Jul 1998 21:33:58 +0000 (21:33 +0000)]
* libU77/Makefile.in: Missed one config.h.in -> config.hin change.

From-SVN: r21224

26 years agodecl.c (qualify_lookup): Handle templates.
Jason Merrill [Thu, 16 Jul 1998 21:16:06 +0000 (21:16 +0000)]
decl.c (qualify_lookup): Handle templates.

* decl.c (qualify_lookup): Handle templates.
* decl2.c (do_using_directive): Don't pass ancestor.
* decl.c (push_using_directive): Calculate ancestor.
* decl2.c (do_nonmember_using_decl): Allow for type shadowing.
* decl.c (pushdecl): Move type shadowing handling from here...
(duplicate_decls): ...to here.
* decl.c (set_identifier_local_value_with_scope): New fn.
(pushdecl): Use it.
(set_identifier_local_value, lookup_type_current_level): New fns.
* decl2.c (do_local_using_decl): Handle types and binding level
stuff properly.

From-SVN: r21223

26 years ago* gcc.c-torture/execute/980716-1.c: New test.
Jeffrey A Law [Thu, 16 Jul 1998 20:47:24 +0000 (20:47 +0000)]
* gcc.c-torture/execute/980716-1.c: New test.

From-SVN: r21222

26 years agoextend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted"
Hans-Peter Nilsson [Thu, 16 Jul 1998 20:00:57 +0000 (14:00 -0600)]
extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted"

(
* extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may
be deleted"

From-SVN: r21221

26 years agoextend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted"
Hans-Peter Nilsson [Thu, 16 Jul 1998 20:00:55 +0000 (14:00 -0600)]
extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted"

* extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may
be deleted"

From-SVN: r21220

26 years agoinit.c (build_offset_ref): Don't call mark_used on an OVERLOAD.
Jason Merrill [Thu, 16 Jul 1998 17:48:39 +0000 (17:48 +0000)]
init.c (build_offset_ref): Don't call mark_used on an OVERLOAD.

* init.c (build_offset_ref): Don't call mark_used on an OVERLOAD.
* decl.c (select_decl): Extract a lone function from an OVERLOAD.
(lookup_namespace_name): Likewise.
* typeck.c (build_unary_op): Not here anymore.
* decl2.c (do_class_using_decl): Make sure we get an identifier.
* class.c (handle_using_decl): Ignore TYPE_DECLs.

From-SVN: r21219

26 years agodecl.c (qualify_lookup): New fn.
Jason Merrill [Thu, 16 Jul 1998 16:38:26 +0000 (12:38 -0400)]
decl.c (qualify_lookup): New fn.

* decl.c (qualify_lookup): New fn.
(lookup_name_real): Use it.
* decl2.c (add_using_namespace): When directly using a namespace
that was indirect before, promote it.
* cp-tree.h (LOOKUP_PREFER_TYPES, LOOKUP_PREFER_NAMESPACES,
LOOKUP_PREFER_BOTH, LOOKUP_NAMESPACES_ONLY, LOOKUP_TYPES_ONLY,
LOOKUP_QUALIFIERS_ONLY, LOOKUP_TEMPLATES_EXPECTED): New macros.
* decl.c (select_decl): Replace two flag parameters by one.
(unqualified_namespace_lookup): Likewise, pass flag.
(lookup_flags): New function.
(lookup_name_real): Compute flags, pass them.
(lookup_namespace_name): Call with zero-flag.
* decl2.c (ambiguous_decl): Add flag parameter, complain only
according to flags.
(lookup_using_namespace, qualified_lookup_using_namespace):
Add flag parameter, pass them through.
* lex.c (do_scoped_id): Call with zero-flag.

From-SVN: r21218

26 years ago* typeck.c (convert_for_assignment): Use comptypes.
Jason Merrill [Thu, 16 Jul 1998 15:02:05 +0000 (15:02 +0000)]
* typeck.c (convert_for_assignment): Use comptypes.

From-SVN: r21216

26 years agomn10300.c (count_tst_insns): New arg oreg_countp.
Jeffrey A Law [Thu, 16 Jul 1998 14:10:24 +0000 (14:10 +0000)]
mn10300.c (count_tst_insns): New arg oreg_countp.

        * mn10300.c (count_tst_insns): New arg oreg_countp.  Callers changed.
        Simplify tests for clearing an address register.
        (expand_prologue): Corresponding changes.

From-SVN: r21215

26 years agomn10300.md (movXX patterns): Make sure the destination is an ADDRESS_REG when...
Jeffrey A Law [Thu, 16 Jul 1998 13:54:53 +0000 (13:54 +0000)]
mn10300.md (movXX patterns): Make sure the destination is an ADDRESS_REG when...

        * mn10300.md (movXX patterns): Make sure the destination is an
        ADDRESS_REG when substituting "zero_areg" for (const_int 0).
        (logical patterns): Split into expanders + patterns
        (zero and sign extension patterns): Similarly.
        (shift patterns): Similarly.

From-SVN: r21214

26 years agosemantics.c (finish_object_call_expr): Move test for the function called being a...
Mark Mitchell [Thu, 16 Jul 1998 11:46:44 +0000 (11:46 +0000)]
semantics.c (finish_object_call_expr): Move test for the function called being a TYPE_DECL to ...

1998-07-16  Mark Mitchell  <mark@markmitchell.com>
* semantics.c (finish_object_call_expr): Move test for the
function called being a TYPE_DECL to ...
* call.c (build_new_method_call): Here.

From-SVN: r21213

26 years agoNew test case.
Martin v. Löwis [Thu, 16 Jul 1998 01:07:25 +0000 (01:07 +0000)]
New test case.

From-SVN: r21212

26 years agoDaily bump.
Jeff Law [Thu, 16 Jul 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r21211

26 years agoloop.c (emit_iv_add_mult): Scan the entire insn list generated for the sequence,...
Richard Henderson [Thu, 16 Jul 1998 00:22:41 +0000 (18:22 -0600)]
loop.c (emit_iv_add_mult): Scan the entire insn list generated for the sequence, recording base values.

8
        * loop.c (emit_iv_add_mult): Scan the entire insn list generated
        for the sequence, recording base values.

From-SVN: r21208

26 years agoloop.c (emit_iv_add_mult): Scan the entire insn list generated for the sequence,...
Richard Henderson [Thu, 16 Jul 1998 00:22:39 +0000 (18:22 -0600)]
loop.c (emit_iv_add_mult): Scan the entire insn list generated for the sequence, recording base values.


        * loop.c (emit_iv_add_mult): Scan the entire insn list generated
        for the sequence, recording base values.

From-SVN: r21207

26 years agodecl2.c (arg_assoc_class): Also look at template arguments, if any.
Jason Merrill [Thu, 16 Jul 1998 00:16:25 +0000 (00:16 +0000)]
decl2.c (arg_assoc_class): Also look at template arguments, if any.

* decl2.c (arg_assoc_class): Also look at template arguments, if any.
(arg_assoc): Handle error_mark_node and multiple levels of TREE_LIST.
* lex.c (looking_for_typename): Don't initialize.
* decl2.c (ambiguous_decl): Clarify error message.
* decl.c (push_using_directive): Iterate over namespaces used
indirectly.

From-SVN: r21205

26 years agog2c.hin: Renamed from g2c.h.in.
Jeffrey A Law [Thu, 16 Jul 1998 00:07:42 +0000 (00:07 +0000)]
g2c.hin: Renamed from g2c.h.in.

        * g2c.hin: Renamed from g2c.h.in.
        * Makefile.in, configure.in: Changed as needed.
        * configure: Rebuilt.
        * libU77/config.hin: Renamed from libU77/config.h.in.
        * Makefile.in, configure.in: Changed as needed.
        * configure: Rebuilt.

From-SVN: r21202

26 years agodecl2.c (add_using_namespace): Iterate over namespaces used indirectly.
Martin v. Löwis [Wed, 15 Jul 1998 17:27:24 +0000 (13:27 -0400)]
decl2.c (add_using_namespace): Iterate over namespaces used indirectly.

* decl2.c (add_using_namespace): Iterate over namespaces used
indirectly.
* decl.c (lookup_name_real): Accept namespace aliases as locals.
(cat_namespace_levels): Ignore aliases.
(duplicate_decls): Ignore duplicate aliases.
* decl2.c (do_namespace_alias): Process block level namespace
aliases. Store alias with pushdecl. Remove odr errors.
* parse.y (namespace_alias): New non-terminal.
(extdef): Use it.

From-SVN: r21201

26 years agodecl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
Jason Merrill [Wed, 15 Jul 1998 16:56:50 +0000 (16:56 +0000)]
decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.

* decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
Handle TEMPLATE_TYPE_PARM.
(arg_assoc): Rewrite.

From-SVN: r21199

26 years agoAdd aliases in nested blocks
Martin v. Löwis [Wed, 15 Jul 1998 14:38:06 +0000 (14:38 +0000)]
Add aliases in nested blocks

From-SVN: r21197

26 years agopt.c (complete_template_args): Don't look at the context unless we have to.
Jason Merrill [Wed, 15 Jul 1998 14:21:35 +0000 (14:21 +0000)]
pt.c (complete_template_args): Don't look at the context unless we have to.

* pt.c (complete_template_args): Don't look at the context unless
we have to.

From-SVN: r21195

26 years agoNew test case.
Martin v. Löwis [Wed, 15 Jul 1998 12:17:53 +0000 (12:17 +0000)]
New test case.

From-SVN: r21194

26 years agoMake-lang.in (f77.rebuilt): Fix to depend on build-dir-based, not source-based, g77...
Craig Burley [Wed, 15 Jul 1998 11:39:21 +0000 (11:39 +0000)]
Make-lang.in (f77.rebuilt): Fix to depend on build-dir-based, not source-based, g77.info.

Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
* Make-lang.in (f77.rebuilt): Fix to depend on
build-dir-based, not source-based, g77.info.
* g77.texi: Merge docs with 0.5.24.
* g77install.texi: Ditto.

From-SVN: r21192

26 years agointdoc.texi: Regenerated.
Dave Love [Wed, 15 Jul 1998 11:38:08 +0000 (11:38 +0000)]
intdoc.texi: Regenerated.

1998-07-15  Dave Love  <d.love@dl.ac.uk>
* intdoc.texi: Regenerated.

From-SVN: r21191

26 years agoUpdate from Craig, previously missed.
Dave Love [Wed, 15 Jul 1998 11:05:36 +0000 (11:05 +0000)]
Update from Craig, previously missed.

From-SVN: r21187

26 years ago* i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
Richard Henderson [Wed, 15 Jul 1998 10:50:48 +0000 (03:50 -0700)]
* i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).

From-SVN: r21186

26 years agoNew test case.
Martin v. Löwis [Wed, 15 Jul 1998 07:58:24 +0000 (07:58 +0000)]
New test case.

From-SVN: r21180

26 years agoChanges from Craig.
Dave Love [Wed, 15 Jul 1998 07:19:13 +0000 (07:19 +0000)]
Changes from Craig.

From-SVN: r21179

26 years agoMake-lang.in (f77.rebuilt): Fix to depend on build-dir-based, not source-based, g77...
Craig Burley [Wed, 15 Jul 1998 07:15:52 +0000 (03:15 -0400)]
Make-lang.in (f77.rebuilt): Fix to depend on build-dir-based, not source-based, g77.info.

Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
* Make-lang.in (f77.rebuilt): Fix to depend on
build-dir-based, not source-based, g77.info.
* g77.texi: Merge docs with 0.5.24.
* g77install.texi: Ditto.

From-SVN: r21178

26 years agoCleanups vis-a-vis g77-0.5.24:
Craig Burley [Wed, 15 Jul 1998 07:13:43 +0000 (03:13 -0400)]
Cleanups vis-a-vis g77-0.5.24:

Mon Jul 13 18:02:29 1998  Craig Burley  <burley@gnu.org>
Cleanups vis-a-vis g77-0.5.24:
* g77spec.c (lang_specific_driver): Tabify source.
* top.c (ffe_decode_option): Use fixed macro to set
internal-checking flag.
* top.h (ffe_set_is_do_internal_checks): Fix macro.

From-SVN: r21177

26 years agoCleanups vis-a-vis system.h cutover and g77-0.5.24:
Craig Burley [Wed, 15 Jul 1998 07:07:55 +0000 (03:07 -0400)]
Cleanups vis-a-vis system.h cutover and g77-0.5.24:

Mon Jul 13 17:33:44 1998  Craig Burley  <burley@gnu.org>
Cleanups vis-a-vis system.h cutover and g77-0.5.24:
* Makefile.in (fini.o): Define USE_HCONFIG macro
so source code doesn't have to.
* fini.c: Don't define USE_HCONFIG here, since
source code usually shouldn't care about this.
* ansify.c: Include stddef.h only if we have it.
* intdoc.c: Ditto.
* proj.h: Ditto.

From-SVN: r21176

26 years agomethod.c (build_decl_overload_real): Fix namespace handling.
Jason Merrill [Wed, 15 Jul 1998 04:38:53 +0000 (04:38 +0000)]
method.c (build_decl_overload_real): Fix namespace handling.

* method.c (build_decl_overload_real): Fix namespace handling.
* typeck.c (build_unary_op): Extract a lone function from an
OVERLOAD.
* call.c (build_scoped_method_call): Handle getting a namespace
for basetype in a destructor call.
(check_dtor_name): Handle enums.
* parse.y (using_directive): New nonterminal.
(extdef, simple_stmt): Use it.

From-SVN: r21174

26 years agoDaily bump.
Jeff Law [Wed, 15 Jul 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r21170

26 years agoNew test case.
Martin v. Löwis [Wed, 15 Jul 1998 00:18:50 +0000 (00:18 +0000)]
New test case.

From-SVN: r21169

26 years agodecl2.c (add_function): Move error message ...
Martin v. Löwis [Tue, 14 Jul 1998 23:34:17 +0000 (23:34 +0000)]
decl2.c (add_function): Move error message ...

* decl2.c (add_function): Move error message ...
(arg_assoc_namespace): ... from here.

From-SVN: r21167

26 years agoAdd myself as jump.c maintainer.
David S. Miller [Tue, 14 Jul 1998 21:20:43 +0000 (14:20 -0700)]
Add myself as jump.c maintainer.

From-SVN: r21166

26 years agoparse.y (namespace_qualifier): Fix multiple level handling.
Jason Merrill [Tue, 14 Jul 1998 20:47:48 +0000 (20:47 +0000)]
parse.y (namespace_qualifier): Fix multiple level handling.

* parse.y (namespace_qualifier): Fix multiple level handling.
* decl2.c (namespace_ancestor): Use CP_DECL_CONTEXT.
(arg_assoc): Don't skip the first argument of a function.

From-SVN: r21165

26 years agoMakefile.in: stamp-lib* -> s-lib*.
Jeffrey A Law [Tue, 14 Jul 1998 20:27:34 +0000 (20:27 +0000)]
Makefile.in: stamp-lib* -> s-lib*.

        * Makefile.in: stamp-lib* -> s-lib*.
        * libU77/Makefile.in: Likewise.
        * libF77/Makefile.in: Likewise.
        * libI77/Makefile.in: Likewise.

From-SVN: r21162

26 years agoconfigure.in: Rework gas feature code to work with symlink based source trees.
Jeffrey A Law [Tue, 14 Jul 1998 20:06:10 +0000 (20:06 +0000)]
configure.in: Rework gas feature code to work with symlink based source trees.

        * configure.in: Rework gas feature code to work with symlink based
        source trees.

From-SVN: r21160

26 years agoextend.texi: Clarify some issues related to local variables assigned to explicit...
Jeffrey A Law [Tue, 14 Jul 1998 19:59:53 +0000 (19:59 +0000)]
extend.texi: Clarify some issues related to local variables assigned to explicit registers.

        * extend.texi: Clarify some issues related to local variables
        assigned to explicit registers.

From-SVN: r21159

26 years ago* search.c (my_tree_cons): Clean up.
Jeffrey A Law [Tue, 14 Jul 1998 19:11:25 +0000 (19:11 +0000)]
* search.c (my_tree_cons): Clean up.

From-SVN: r21158

26 years agoMakefile.in (VERSION): Bump to 2.9.0.
Manfred Hollstein [Tue, 14 Jul 1998 19:06:53 +0000 (13:06 -0600)]
Makefile.in (VERSION): Bump to 2.9.0.

8
* Makefile.in (VERSION): Bump to 2.9.0.

From-SVN: r21157

26 years agoMakefile.in (VERSION): Bump to 2.9.0.
Manfred Hollstein [Tue, 14 Jul 1998 19:06:52 +0000 (13:06 -0600)]
Makefile.in (VERSION): Bump to 2.9.0.


* Makefile.in (VERSION): Bump to 2.9.0.

From-SVN: r21156

26 years ago* Makefile.in (all): Invoke $(MAKE) instead of just make.
Gerald Pfeifer [Tue, 14 Jul 1998 19:04:13 +0000 (21:04 +0200)]
* Makefile.in (all): Invoke $(MAKE) instead of just make.

From-SVN: r21152

26 years agox
Jason Merrill [Tue, 14 Jul 1998 16:20:47 +0000 (12:20 -0400)]
x

From-SVN: r21146

26 years agotweak formatting
Jason Merrill [Tue, 14 Jul 1998 16:16:52 +0000 (12:16 -0400)]
tweak formatting

From-SVN: r21145

26 years ago* mn10300.md (mulsi): Turn into expander + pattern.
Jeffrey A Law [Tue, 14 Jul 1998 14:53:36 +0000 (14:53 +0000)]
* mn10300.md (mulsi): Turn into expander + pattern.

From-SVN: r21143

26 years agoFix typo.
Martin v. Löwis [Tue, 14 Jul 1998 14:22:55 +0000 (14:22 +0000)]
Fix typo.

From-SVN: r21142

26 years agoImprove --help support.
Nick Clifton [Tue, 14 Jul 1998 14:18:56 +0000 (14:18 +0000)]
Improve --help support.

From-SVN: r21141

26 years agoNew test case.
Martin v. Löwis [Tue, 14 Jul 1998 14:18:34 +0000 (14:18 +0000)]
New test case.

From-SVN: r21140

26 years agomn10300.md (movsi, [...]): Remove "x" from I -> a alternative.
Jeff Law [Tue, 14 Jul 1998 13:52:06 +0000 (07:52 -0600)]
mn10300.md (movsi, [...]): Remove "x" from I -> a alternative.

        * mn10300.md (movsi, movsf, movdi, movdf): Remove "x" from I -> a
        alternative.

From-SVN: r21139

26 years agomn10300.md (movsi, [...]): Remove "x" from I -> a alternative.
Jeff Law [Tue, 14 Jul 1998 13:52:04 +0000 (07:52 -0600)]
mn10300.md (movsi, [...]): Remove "x" from I -> a alternative.


        * mn10300.md (movsi, movsf, movdi, movdf): Remove "x" from I -> a
        alternative.

From-SVN: r21138

26 years agocall.c (joust): Don't warn about "confusing" conversions to the same type.
Jason Merrill [Tue, 14 Jul 1998 12:09:17 +0000 (08:09 -0400)]
call.c (joust): Don't warn about "confusing" conversions to the same type.

* call.c (joust): Don't warn about "confusing" conversions to the
same type.
* class.c (push_nested_class): Complain about namespaces.
* decl.c (start_decl): Enter the object's namespace.
(cp_finish_decl): Leave it.
(grokdeclarator): Likewise.
* decl2.c (check_decl_namespace): New function.
(finish_file): Call it.
* parse.y (complex_direct_notype_declarator): Set complexity
of namespace-qualified ids to -1, enter the namespace.
* method.c (build_template_decl_overload): Expect _DECL as first
parameter. Put context temporarily into current_namespace.
* pt.c (check_explicit_specialization): Change caller.
(tsubst): Likewise.
* init.c (build_offset_ref): Call mark_used and
convert_from_reference for namespace members.

From-SVN: r21135

26 years ago* tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h.
Richard Earnshaw [Tue, 14 Jul 1998 07:45:31 +0000 (07:45 +0000)]
* tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h.

From-SVN: r21134

26 years agoversion.c: Bump again to distinguish mainline tree from the egcs-1.1 branch.
Jeffrey A Law [Tue, 14 Jul 1998 02:05:24 +0000 (02:05 +0000)]
version.c: Bump again to distinguish mainline tree from the egcs-1.1 branch.

        * version.c: Bump again to distinguish mainline tree from the
        egcs-1.1 branch.

From-SVN: r21133

26 years agoversion.c: Bump to avoid problems with old spec files during bootstrap.
Jeff Law [Tue, 14 Jul 1998 01:22:48 +0000 (19:22 -0600)]
version.c: Bump to avoid problems with old spec files during bootstrap.

8
        * version.c: Bump to avoid problems with old spec files during
        bootstrap.

From-SVN: r21131

26 years agoversion.c: Bump to avoid problems with old spec files during bootstrap.
Jeff Law [Tue, 14 Jul 1998 01:22:46 +0000 (19:22 -0600)]
version.c: Bump to avoid problems with old spec files during bootstrap.


        * version.c: Bump to avoid problems with old spec files during
        bootstrap.

From-SVN: r21130

26 years ago* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
Jeffrey A Law [Tue, 14 Jul 1998 01:18:30 +0000 (01:18 +0000)]
* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).

From-SVN: r21129

26 years agoDaily bump.
Jeff Law [Tue, 14 Jul 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r21128

26 years agoFix regressions introduced by most recent Sparc commits.
David S. Miller [Tue, 14 Jul 1998 00:18:57 +0000 (00:18 +0000)]
Fix regressions introduced by most recent Sparc commits.

Fix regressions introduced by most recent Sparc
commits.
* config/sparc/sparc.c (output_scc_insn): Enclose || conditions in
parens while walking over notes.
* config/sparc/sparc.md (reg movdi split): Clean up matching
conditions.
(all DI arithop splits on 32-bit): Handle immediate arguments
correctly when they are CONST_INTs.

From-SVN: r21127

26 years agom68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for -m68020-40, -m68020-60 and -m5200.
Kamil Iskra [Mon, 13 Jul 1998 23:02:08 +0000 (17:02 -0600)]
m68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for -m68020-40, -m68020-60 and -m5200.

(
        * m68k/m68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for
        -m68020-40, -m68020-60 and -m5200.

From-SVN: r21126

26 years agom68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for -m68020-40, -m68020-60 and -m5200.
Kamil Iskra [Mon, 13 Jul 1998 23:02:06 +0000 (17:02 -0600)]
m68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for -m68020-40, -m68020-60 and -m5200.


        * m68k/m68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for
        -m68020-40, -m68020-60 and -m5200.

From-SVN: r21125

26 years agogcc.c (do_spec_1): Fix %O handling for secure temporary file creation.
Weiwen Liu [Mon, 13 Jul 1998 22:54:48 +0000 (16:54 -0600)]
gcc.c (do_spec_1): Fix %O handling for secure temporary file creation.

8
        * gcc.c (do_spec_1): Fix %O handling for secure temporary file
        creation.

From-SVN: r21124

26 years agogcc.c (do_spec_1): Fix %O handling for secure temporary file creation.
Weiwen Liu [Mon, 13 Jul 1998 22:54:46 +0000 (16:54 -0600)]
gcc.c (do_spec_1): Fix %O handling for secure temporary file creation.


        * gcc.c (do_spec_1): Fix %O handling for secure temporary file
        creation.

From-SVN: r21123

26 years agoelf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.
Ralf Corsepius [Mon, 13 Jul 1998 22:46:00 +0000 (16:46 -0600)]
elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.

        * sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.

From-SVN: r21122

26 years agoelf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.
Ralf Corsepius [Mon, 13 Jul 1998 22:45:58 +0000 (16:45 -0600)]
elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.


        * sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.

From-SVN: r21121

26 years agoi386.h (CPP_486_SPEC, [...]): New specs.
Jim Wilson [Mon, 13 Jul 1998 22:38:51 +0000 (22:38 +0000)]
i386.h (CPP_486_SPEC, [...]): New specs.

        * i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs.
        (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Use them.
        (EXTRA_SPECS): Support them.
        * gcc.c: Delete %[spec] support.
        (do_spec_1, case '('): Likewise.
        (do_spec_1, case '['): Call error.
        * i386/aix386ng.h, cygwin32.h, freebsd-elf.h, gas.h, isc.h,
        linux-aout.h, linux-oldld.h, linux.h, osfelf.h, osfrose.h, sco.h,
        sco4.h, sco4dbx.h, sco5.h, sol2.h, sysv3.h (CPP_SPEC): Delete
        %[cpp_cpu].

From-SVN: r21120

26 years ago* m68k.c (output_scc_di): Use cmpw #0 only for address registers.
Andreas Schwab [Mon, 13 Jul 1998 22:33:07 +0000 (22:33 +0000)]
* m68k.c (output_scc_di): Use cmpw #0 only for address registers.

From-SVN: r21119