aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-20lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.Nathan Sidwell4-13/+13
2000-11-19decl.c (init_decl_processing): Correct name of pure virtual function under th...Mark Mitchell3-3/+17
2000-11-19tweakJason Merrill1-9/+2
2000-11-19decl.c (grokparms): Don't even function types of `void' type, either.Mark Mitchell3-42/+54
2000-11-19* decl.c (grokparms): Don't create parameters of `void' type.Mark Mitchell2-4/+10
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2-33/+12
2000-11-17fix thinko in last changeNathan Sidwell1-1/+1
2000-11-17pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.Nathan Sidwell2-0/+7
2000-11-17cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.Nathan Sidwell4-216/+125
2000-11-17typeck2.c (incomplete_type_error): Reorganise to avoid excessive diagnostics.Nathan Sidwell2-6/+16
2000-11-17stringpool.c: New file.Zack Weinberg2-2/+6
2000-11-16mangle.c (write_special_name_constructor): Don't generate assembler junk when...Mark Mitchell2-6/+29
2000-11-16* call.c (op_error): Make error messages clearer.Nathan Sidwell2-6/+10
2000-11-15toplev.c (wrapup_global_declarations): Don't write out artificial static vari...Mark Mitchell2-13/+6
2000-11-15diagnostic.c (finish_abort): New fn.Jason Merrill2-0/+8
2000-11-15typeck.c (lookup_anon_field): Cope with qv qualifiers.Nathan Sidwell2-1/+5
2000-11-15class.c (build_vtbl_initializer): Fix typo in comment.Mark Mitchell3-3/+8
2000-11-14Fix cc1plus specs breakage.Jim Wilson2-3/+7
2000-11-14typeck.c (c_sizeof): Be strict about casting result value back to c_size_type...Richard Henderson2-47/+68
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers2-12/+6
2000-11-11function.c (assign_parms): If TREE_ADDRESSABLE is set...Jason Merrill2-3/+4
2000-11-11decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics in inlines.Jason Merrill2-4/+10
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi3-4/+8
2000-11-10c-dump.c (dequeue_and_dump): Dump function bodies.Mark Mitchell2-2/+2
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell8-842/+68
2000-11-09decl.c (init_decl_processing): Change definition of __wchar_t to wchar_t.Eric Christopher3-87/+89
2000-11-09lex.c (do_identifier): Don't lookup_name for operators.Nathan Sidwell4-4/+16
2000-11-08decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type.Nathan Sidwell3-85/+62
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers6-9/+16
2000-11-07* cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.Neil Booth1-2/+3
2000-11-07decl.c (build_ptrmemfunc_type): Allow error_mark_node.Nathan Sidwell2-0/+7
2000-11-05Makefile.in: Remove all targets related to building distributions and diffs, ...Joseph Myers2-19/+5
2000-11-04decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from diffe...Mark Mitchell2-4/+11
2000-11-03builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg2-0/+5
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers2-1/+5
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers6-7/+14
2000-11-02c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg1-1/+1
2000-11-01Constant folding for builtinsBernd Schmidt2-1/+5
2000-11-01error.c (dump_template_decl): Separate template hearders with space not comma.Gabriel Dos Reis2-1/+6
2000-11-01c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth1-4/+0
2000-10-31memtemp77.C (main): Adjust comparison against.Gabriel Dos Reis5-236/+231
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell6-21/+114
2000-10-28pt.c (instantiate_decl): Always instantiate static data members initialized i...Mark Mitchell2-6/+10
2000-10-27configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'.Zack Weinberg4-363/+93
2000-10-26error.c (dump_function_decl): Print no space between `ptr-operator' the `type...Gabriel Dos Reis2-6/+14
2000-10-23* call.c (equal_functions): Also call decls_match for extern "C" fns.Jason Merrill2-2/+13
2000-10-23call.c (standard_conversion): Use RVALUE_CONVs for all expressions that satis...Mark Mitchell2-1/+5
2000-10-23expr.c (do_preexpand_calls): Remove.Mark Mitchell2-4/+2
2000-10-22call.c (build_conditional_expr): Use ocp_convert to force rvalue conversion.Jason Merrill1-3/+8