OSDN Git Service

* decl2.c (qualified_lookup_using_namespace): Look through
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl2.c
2000-05-22 loewis * decl2.c (qualified_lookup_using_namespace...
2000-05-17 mmitchel * decl2.c (finish_anon_union): Generalize error messag...
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-15 gdr2000-05-15 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-14 gdr2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-09 zacktop level:
2000-05-04 mmitchel * cp-tree.h (special_function_kind): Add various kinds of
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-05-03 jasonspelling tweak
2000-05-01 mmitchel * decl2.c (finish_file): Fix typo in comment.
2000-04-28 samuelhangeLog:
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-24 zack * decl2.c (finish_file): Remove double setup for accou...
2000-04-20 jason * typeck.c (build_x_function_call): Resolve...
2000-04-18 mmitchel * cp-tree.h (lang_decl_flags): Remove const_memfunc and
2000-04-18 mmitchel * decl2.c (grokfield): Issue error on illegal data...
2000-04-15 kenner * Makefile.in (ggc-page.o): Now includes toplev.h.
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
2000-04-11 mmitchel * cp-tre.h (finish_function): Change prototype.
2000-04-11 jason * class.c (instantiate_type): Handle object...
2000-04-10 loewis * invoke.texi (-ansi): Remove -foperator-names from...
2000-04-10 mmitchel * cp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-06 mmitchel * cp-tree.h (lang_decl_flags): Rename saved_inline...
2000-04-06 bkoz2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
2000-04-06 mmitchel * cp-tree.h (instantiate_decl): Change prototype.
2000-04-06 mmitchel * final.c (final): Use xcalloc to allocate line_note_e...
2000-04-04 mmitchel Correct many new ABI issues regarding vbase and vcall...
2000-03-28 kenner * expr.c (store_constructor): SIZE now signed.
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-21 nathangcc
2000-03-16 nathan * decl2.c (grokfield): Bail out if type is error_mark_...
2000-03-12 mmitchel * cp-tree.h (scope_kind): New type.
2000-03-10 jason * lang-options.h, decl2.c: Add -fno-enforce...
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-03-04 jason * decl2.c (key_method): Break out from...
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-27 mmitchel * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage...
2000-02-26 lawFix copyrights
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-02-21 gdr2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
2000-02-18 mmitchel * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
2000-02-17 mmitchel * invoke.texi (-fmessage-length=n): Document.
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-16 gdr2000-01-16 Gabriel Dos Reis <gdr@codesourcery.com>
2000-01-28 nathan Compiler side new abi rtti (not enabled).
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-25 jason * pt.c (maybe_fold_nontype_arg): Do nothing...
2000-01-24 nathan * cp-tree.h (get_vtable_decl): Prototype new function.
2000-01-23 mmitchel * cp-tree.h (register_dtor_fn): New function.
2000-01-19 gdr2000-01-19 Gabriel Dos Reis <gdr@codesourcery>
2000-01-18 nathan * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
2000-01-17 mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-17 mmitchel * cp-tree.h (flag_new_abi): Move.
2000-01-16 mmitchel * decl2.c (lang_decode_option): Don't couple flag_hono...
2000-01-14 gdrCommit the change corresponding to the ChangeLog entry:
2000-01-07 jason * decl2.c (comdat_linkage): Don't set DECL_DEFE...
2000-01-05 nathan * decl2.c (lookup_arg_dependent): Deal with FNS not...
1999-12-29 mmitchel * cp-tree.h (lang_type): Replace abstract_virtuals...
1999-12-21 mmitchel * cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-12-17 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.
1999-12-16 mmitchel * class.c (handle_using_decl): Get TYPE_FIELDS and...
1999-12-15 jason * error.c (dump_decl): operator==, not operator ==.
1999-12-05 mmitchel * decl2.c (pending_statics_used): Make it a macro.
1999-11-27 mmitchelFix typo
1999-11-27 mmitchel * decl2.c (finish_file): Call expand_body for inline...
1999-11-25 mmitchel1999-11-25 Mark Mitchell <mark@codesourcery.com>
1999-11-25 mmitchel * pt.c (tsubst_decl): Copy TREE_ASM_WRITTEN for VAR_DECLs.
1999-11-21 oliva* cp-tree.h (build_vec_delete): Remove `auto_delete...
1999-11-19 nathan * extend.texi: Document C++ restricted pointers and...
1999-11-16 jason * class.c (finish_struct): If we're a local...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-13 jason * decl.c (duplicate_decls): Propagate DECL_DEFER_OUTPUT.
1999-11-05 loewis * cp-tree.h (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK...
1999-11-03 mmitchel1999-11-02 Scott Snyder <snyder@fnal.gov>
1999-11-02 jason * decl2.c (maybe_make_one_only): Always make things...
1999-10-06 mmitchel * decl2.c (start_static_storage_duration_function...
1999-10-04 nathan * decl2.c (grok_alignof): Don't decay lvalues.
1999-10-01 mmitchel * cp-tree.h (lang_decl_flags): Add global_ctor_p and
1999-09-30 mmitchel * decl2.c (struct priority_info_s): Remove initializat...
1999-09-30 law * cp-tree.h (warn_float_equal): Declare.
1999-09-30 jason Support normal type_info-based EH mechanisms with...
1999-09-29 mmitchel * cp-tree.h (UPT_TEMPLATE): Remove.
1999-09-24 mmitchel * cp-tree.h (language_function): Add cannot_inline.
1999-09-24 mmitchel * cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.
1999-09-23 jason * lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
1999-09-23 mmitchel * decl.c (pushdecl): Do create a binding for extern...
1999-09-22 jason * decl.c (define_case_label): Don't crash if we're...
1999-09-22 jason * decl2.c (lang_decode_option): Accept and ignore...
1999-09-21 mmitchel * decl2.c (lang_decode_option): Adjust, in the wake...
1999-09-20 mmitchel Remove support for assigning to `this'.
1999-09-20 nickcAdd comment saying that lang_decode_options should...
1999-09-16 jason * decl2.c (finish_file): Also call check_global_declar...
1999-09-15 mmitchel * decl2.c (build_expr_from_tree): Handle VA_ARG_EXPR.
1999-09-12 mmitchel * decl.c (add_decl_to_level): Remove TREE_PERMANENT...
1999-09-10 mmitchel * cp-tree.h (language_function): Rename expanding_p to
1999-09-09 mmitchel Reorganize per-function data.
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-07 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-06 mmitchel Get ready for garbage collection.
next