- 16 Jul, 1998 10 commits
-
-
From-SVN: r21216
Jason Merrill committed -
* 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
Jeffrey A Law committed -
* 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
Jeffrey A Law committed -
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
Mark Mitchell committed -
From-SVN: r21212
Martin v. Löwis committed -
From-SVN: r21211
Jeff Law committed -
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
Richard Henderson committed -
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
Richard Henderson committed -
* 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
Jason Merrill committed -
* 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
Jeffrey A Law committed
-
- 15 Jul, 1998 17 commits
-
-
* 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
Martin v. Löwis committed -
* decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE. Handle TEMPLATE_TYPE_PARM. (arg_assoc): Rewrite. From-SVN: r21199
Jason Merrill committed -
From-SVN: r21197
Martin v. Löwis committed -
* pt.c (complete_template_args): Don't look at the context unless we have to. From-SVN: r21195
Jason Merrill committed -
From-SVN: r21194
Martin v. Löwis committed -
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
Craig Burley committed -
1998-07-15 Dave Love <d.love@dl.ac.uk> * intdoc.texi: Regenerated. From-SVN: r21191
Dave Love committed -
From-SVN: r21187
Dave Love committed -
From-SVN: r21186
Richard Henderson committed -
From-SVN: r21180
Martin v. Löwis committed -
From-SVN: r21179
Dave Love committed -
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
Craig Burley committed -
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
Craig Burley committed -
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
Craig Burley committed -
* 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
Jason Merrill committed -
From-SVN: r21170
Jeff Law committed -
From-SVN: r21169
Martin v. Löwis committed
-
- 14 Jul, 1998 13 commits
-
-
* decl2.c (add_function): Move error message ... (arg_assoc_namespace): ... from here. From-SVN: r21167
Martin v. Löwis committed -
From-SVN: r21166
David S. Miller committed -
* 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
Jason Merrill committed -
* Makefile.in: stamp-lib* -> s-lib*. * libU77/Makefile.in: Likewise. * libF77/Makefile.in: Likewise. * libI77/Makefile.in: Likewise. From-SVN: r21162
Jeffrey A Law committed -
* configure.in: Rework gas feature code to work with symlink based source trees. From-SVN: r21160
Jeffrey A Law committed -
* extend.texi: Clarify some issues related to local variables assigned to explicit registers. From-SVN: r21159
Jeffrey A Law committed -
From-SVN: r21158
Jeffrey A Law committed -
8 * Makefile.in (VERSION): Bump to 2.9.0. From-SVN: r21157
Manfred Hollstein committed -
� * Makefile.in (VERSION): Bump to 2.9.0. From-SVN: r21156
Manfred Hollstein committed -
From-SVN: r21152
Gerald Pfeifer committed -
From-SVN: r21146
Jason Merrill committed -
From-SVN: r21145
Jason Merrill committed -
From-SVN: r21143
Jeffrey A Law committed
-