aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-04-18semantics.c (simplify_aggr_init_exprs_r): Don't restore flag_access_control f...John David Anglin2-1/+6
2001-04-16cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.Mark Mitchell3-2/+27
2001-04-16init.c (build_delete): Create a SAVE_EXPR for the address if we're going to u...Mark Mitchell2-6/+13
2001-04-13cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.Mark Mitchell4-85/+38
2001-04-12cp-tree.h (decl_namespace_list): New macro.Jason Merrill4-8/+17
2001-04-12cp-tree.h (warn_return_type, yylex): Delete redundant declarations.Kaveh R. Ghazi5-20/+11
2001-04-12cp-tree.h (pedantic, [...]): Delete redundant declarations.Kaveh R. Ghazi2-24/+10
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill7-34/+48
2001-04-12class.c (dfs_unshared_virtual_bases): New function.Nathan Sidwell2-14/+48
2001-04-12method.c (make_thunk): Clear DECL_CLONED_FUNCTION.Nathan Sidwell2-0/+6
2001-04-11optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function t...Mark Mitchell2-0/+9
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi3-1/+8
2001-04-11method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment...Nathan Sidwell2-28/+29
2001-04-10class.c (find_final_overrider_data): Add `candidates'.Mark Mitchell2-50/+120
2001-04-10typeck.c (build_array_ref): Push the array reference inside COMPOUND_EXPR and...Richard Henderson2-0/+27
2001-04-10tweak commentsJason Merrill2-6/+8
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell7-18/+38
2001-04-06lang-specs.h: Add __DEPRECATED.Benjamin Kosnik2-4/+4
2001-04-06lang-specs.h: Add __GXX_DEPRECATED.Benjamin Kosnik2-0/+7
2001-04-05search.c (get_dynamic_cast_base_type): When building a new constant, set its ...J"orn Rennecke2-1/+8
2001-04-04optimize.c (expand_call_inline): Only add newly inlined statements into inlin...Jakub Jelinek2-1/+6
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell6-78/+93
2001-04-03decl2.c (import_export_decl): Don't call import_export_class when processing ...Mark Mitchell3-14/+28
2001-03-28IA-64 ABI Exception Handling.Richard Henderson11-692/+448
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson5-24/+60
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson2-3/+8
2001-03-28pt.c (check_default_tmpl_args): Make error messages clearer.Phil Edwards2-2/+10
2001-03-27Makefile.in (SYSTEM_H): Define.Kaveh R. Ghazi2-4/+8
2001-03-27dump.c (dump_access): New function.Mike Yang2-3/+50
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell5-19/+124
2001-03-26error.c: Also undefine 'A' macro used for cp_printers definition.Phil Edwards1-0/+1
2001-03-26Implement DR 209Nathan Sidwell5-25/+83
2001-03-26class.c (add_method): Use memcpy/memmove, not bcopy.Kaveh R. Ghazi3-13/+18
2001-03-23mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek2-4/+6
2001-03-23decl.c (local_names): Define.Jakub Jelinek7-81/+152
2001-03-23[multiple changes]Bryce McKinlay4-2/+103
2001-03-22Make-lang.in (cp/except.o): Don't depend on insn-flags.h.Richard Henderson3-2/+6
2001-03-22parse.y (bad_decl, [...]): New nonterminals.Gerald Pfeifer2-0/+30
2001-03-22method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg...Jakub Jelinek3-1/+40
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill11-128/+92
2001-03-21collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'.Jason Merrill2-9/+5
2001-03-21* class.c (build_clone): Clear DECL_ASSEMBLER_NAME.Mark Mitchell2-0/+3
2001-03-21mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even...Mark Mitchell2-0/+7
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell15-227/+161
2001-03-15Correct semantics restrictions checking in throw-expression.Gabriel Dos Reis2-1/+40
2001-03-15decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__ and its ilk.Mark Mitchell2-0/+6
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell11-58/+49
2001-03-12call.c (convert_like_real): Add extra semantics to INNER parameter.Nathan Sidwell2-3/+14
2001-03-10toplev.c (file_name_nondirectory): Remove.Neil Booth4-9/+15
2001-03-09configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x...Zack Weinberg2-5/+13