platform/upstream/gcc.git
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

26 years agotree.h (tree_common): Note front-end dependencies on layout of this structure.
Jeffrey A Law [Mon, 13 Jul 1998 22:29:02 +0000 (22:29 +0000)]
tree.h (tree_common): Note front-end dependencies on layout of this structure.

        * tree.h (tree_common): Note front-end dependencies on layout of
        this structure.

From-SVN: r21118

26 years ago* search.c (my_tree_cons): The bitfield is at index 2.
Martin v. Löwis [Mon, 13 Jul 1998 22:27:34 +0000 (16:27 -0600)]
* search.c (my_tree_cons): The bitfield is at index 2.

From-SVN: r21117

26 years agostmt.c (expand_expr_stmt): If not assigning fresh value to last_expr_value...
Craig Burley [Mon, 13 Jul 1998 22:21:01 +0000 (18:21 -0400)]
stmt.c (expand_expr_stmt): If not assigning fresh value to last_expr_value...

        * stmt.c (expand_expr_stmt): If not assigning fresh
        value to last_expr_value, zero it, so old garbage
        doesn't get dereferenced.

From-SVN: r21116

26 years ago* gcse.c (hash_scan_insn): Add missing argument declaration.
Henning Petersen [Mon, 13 Jul 1998 22:09:21 +0000 (16:09 -0600)]
* gcse.c (hash_scan_insn): Add missing argument declaration.

From-SVN: r21115

26 years ago920715-1.x: No longer expected to fail on the mn10200.
Jeffrey A Law [Mon, 13 Jul 1998 21:31:31 +0000 (21:31 +0000)]
920715-1.x: No longer expected to fail on the mn10200.

        * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
        the mn10200.
        * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
        the mn10200.
        * gcc.c-torture/execute/va-arg-3.x: Similarly.
        * gcc.c-torture/compile/930326-1.x: Similarly.

From-SVN: r21114

26 years ago920715-1.x: No longer expected to fail on the mn10200.
Jeffrey A Law [Mon, 13 Jul 1998 21:29:27 +0000 (21:29 +0000)]
920715-1.x: No longer expected to fail on the mn10200.

        * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
        the mn10200.
        * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
        the mn10200.
        * gcc.c-torture/execute/va-arg-3.x: Similarly.
Minor testsuite cleanups.

From-SVN: r21113

26 years agoFix irix5 build failure due to bad definition of HAVE_INTTYPES_H.
Jim Wilson [Mon, 13 Jul 1998 19:01:14 +0000 (19:01 +0000)]
Fix irix5 build failure due to bad definition of HAVE_INTTYPES_H.

* configure.in (mips-sgi-irix5cross64, mips-sgi-irix5*): Remove
HAVE_INTTYPES_H from xm_defines.  Define xm_file to mips/xm-iris5.h.
* mips/xm-iris5.h (USG): Delete.

From-SVN: r21112

26 years agoAdded --help descriptions of various command line switches
Nick Clifton [Mon, 13 Jul 1998 17:32:15 +0000 (17:32 +0000)]
Added --help descriptions of various command line switches

From-SVN: r21111

26 years ago--help support added
Nick Clifton [Mon, 13 Jul 1998 17:22:27 +0000 (17:22 +0000)]
--help support added

From-SVN: r21110

26 years agoAdd --help option.
Nick Clifton [Mon, 13 Jul 1998 17:20:29 +0000 (17:20 +0000)]
Add --help option.

From-SVN: r21109

26 years agosparc.c, [...]: New trampoline code.
John Carr [Mon, 13 Jul 1998 16:53:32 +0000 (16:53 +0000)]
sparc.c, [...]: New trampoline code.

Mon Jul 13 16:15:10 1998  John Carr  <jfc@mit.edu>
* sparc.c, sparc.h, sparc.md: New trampoline code.
Allow integer operand 1 to V8+ DImode shift instructions.
Fix bugs in V8+ wide multiply patterns.
In 32 bit mode, split DImode register moves and logical instructions.
Write V9 branch prediction flag.
Use V9 conditional move more often for scc.
* print-rtl.c (print_rtx): Use HOST_PTR_PRINTF to print pointer.

From-SVN: r21108

26 years agoinvoke.texi (-fno-builtin): Explain that the names of built-in functions begin with...
Philippe De Muyter [Mon, 13 Jul 1998 12:39:33 +0000 (06:39 -0600)]
invoke.texi (-fno-builtin): Explain that the names of built-in functions begin with `__builtin_', not `__'.

* invoke.texi(-fno-builtin): Explain that the names of built-in
functions begin with `__builtin_', not `__'.

From-SVN: r21107

26 years agou77-test.f: Double-check ETIME results, just like 0.5.24 does.
Craig Burley [Mon, 13 Jul 1998 12:13:54 +0000 (08:13 -0400)]
u77-test.f: Double-check ETIME results, just like 0.5.24 does.

Mon Jul 13 13:31:03 1998  Craig Burley  <burley@gnu.org>
* libU77/u77-test.f: Double-check ETIME results, just
like 0.5.24 does.

From-SVN: r21106

26 years agocom.c (ffecom_push_tempvar): Replace kludge that munged back-end globals directly...
Craig Burley [Mon, 13 Jul 1998 12:11:43 +0000 (08:11 -0400)]
com.c (ffecom_push_tempvar): Replace kludge that munged back-end globals directly with proper calls to...

Mon Jul 13 11:54:03 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_push_tempvar): Replace kludge that
munged back-end globals directly with proper calls
to push_topmost_sequence and pop_topmost_sequence.

From-SVN: r21105

26 years agomn10300.h (REG_CLASS_FROM_LETTER): Map 'y' to SP_REGS.
Jeff Law [Mon, 13 Jul 1998 12:08:59 +0000 (06:08 -0600)]
mn10300.h (REG_CLASS_FROM_LETTER): Map 'y' to SP_REGS.

        * mn10300.h (REG_CLASS_FROM_LETTER): Map 'y' to SP_REGS.
        Handle 'x' as NO_REGS for this cpu.
        (REGNO_OK_FOR_BIT_BASE_P): Define.
        (REG_OK_FOR_BIT_BASE_P): Define.
        (GO_IF_LEGITIMATE_ADDRESS): Use them.
        (REG_OK_FOR_INDEX_P): Tweak.
        * mn13000.c (REG_SAVE_BYTES): Define.
        (expand_epilogue, initial_offset): Use it.
        (secondary_reload_class): Slightly reformat.
        (output_tst): Tweak comments.
        * mn10300.md: Change 'x' to 'y' for SP_REGS.  Then add 'x' to many
        patterns.
        (addsi3): Turn into a define_expand/define_insn pair.  Rework code for
        three operand addition case to be more efficient.
        (subsi3): Turn into a define_expand/define_insn pair.

From-SVN: r21104

26 years ago* reload1.c (reload_reg_free_before_p): Abort for RELOAD_FOR_OUTPUT.
J"orn Rennecke [Mon, 13 Jul 1998 11:04:45 +0000 (11:04 +0000)]
* reload1.c (reload_reg_free_before_p): Abort for RELOAD_FOR_OUTPUT.

From-SVN: r21103

26 years agoUpdate entry for last change to include more details.
Mark Mitchell [Mon, 13 Jul 1998 10:55:11 +0000 (10:55 +0000)]
Update entry for last change to include more details.

From-SVN: r21102

26 years agocplus-dem.c: Incorporate changes from GCC version not present in the libiberty version.
Mark Mitchell [Mon, 13 Jul 1998 10:54:01 +0000 (10:54 +0000)]
cplus-dem.c: Incorporate changes from GCC version not present in the libiberty version.

* cplus-dem.c: Incorporate changes from GCC version not present in
the libiberty version.

From-SVN: r21101

26 years agocplus-dem.c (SCOPE_STRING): Remove DMGL_JAVA stuff.
Mark Mitchell [Mon, 13 Jul 1998 10:50:32 +0000 (10:50 +0000)]
cplus-dem.c (SCOPE_STRING): Remove DMGL_JAVA stuff.

* cplus-dem.c (SCOPE_STRING): Remove DMGL_JAVA stuff.
(cplus_demangle_opname):  Initialize work.
(demangle_template): Remove is_java_array.
(do_type): Remove DMGL_JAVA stuff.
(long_options): Remove "java".
(main): Remove 'j' option.

From-SVN: r21100

26 years agoexpr.c (expand_expr): Only set MEM_IN_STRUCT_P if the memory address is not varying...
Jeffrey A Law [Mon, 13 Jul 1998 09:26:59 +0000 (09:26 +0000)]
expr.c (expand_expr): Only set MEM_IN_STRUCT_P if the memory address is not varying for...

        * expr.c (expand_expr): Only set MEM_IN_STRUCT_P if the memory address
        is not varying for REFERENCE_TYPE or when we think we might have found
        an optimized access to the first element in an array.

From-SVN: r21099