- 16 Jul, 1998 20 commits
-
-
From-SVN: r21233
Jeff Law committed -
8 * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix. From-SVN: r21229
Nick Clifton committed -
� * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix. From-SVN: r21228
Nick Clifton committed -
From-SVN: r21224
Jeffrey A Law committed -
* 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
Jason Merrill committed -
From-SVN: r21222
Jeffrey A Law committed -
( * extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted" From-SVN: r21221
Hans-Peter Nilsson committed -
* extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may be deleted" From-SVN: r21220
Hans-Peter Nilsson committed -
* 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
Jason Merrill committed -
* 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
Jason Merrill committed -
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 3 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
-