aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson2-4/+8
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi5-12/+21
2001-10-05optimize.c (struct inline_data): Moved to ../tree-inline.c.Alexandre Oliva3-1291/+13
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva9-190/+385
2001-10-03rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used to build t...John David Anglin2-1/+6
2001-10-02* decl2.c (cxx_decode_option): Add 'else'.Jason Merrill1-3/+3
2001-10-02spew.c (end_input): No longer static.Jason Merrill4-3/+11
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers3-5/+12
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers2-5/+27
2001-10-01decl.c (grokdeclarator): Copy array typedef handling from C frontend.Jason Merrill2-2/+23
2001-09-29config-lang.in (target_libs): Added target-gperf, so that we don't try to bui...Alexandre Oliva2-2/+8
2001-09-24top level:Zack Weinberg5-1073/+208
2001-09-22attribs.c: New file, from c-common.c.Richard Kenner2-1/+6
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson6-7/+63
2001-09-21* decl.c (grokdeclarator): Use C syntax for attr_flags declaration.J"orn Rennecke2-1/+7
2001-09-21Table-driven attributes.Joseph Myers10-194/+241
2001-09-15Make-lang.in (cp/error.o): Depend on real.hGabriel Dos Reis3-1/+7
2001-09-15collect2.c (main): Const-ification.Kaveh R. Ghazi2-5/+6
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi3-4/+10
2001-09-12decl2.c (lang_f_options): Const-ification.Kaveh R. Ghazi4-3/+9
2001-09-06Remove OP_IDENTIFIER.Ira Ruben1-1/+0
2001-09-06oops, missed a bit in previous commitNathan Sidwell1-1/+1
2001-09-06re PR c++/3986 (ICE in build_rtti_vtbl_entries)Nathan Sidwell2-11/+35
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell3-7/+15
2001-09-04decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.Mark Mitchell5-46/+47
2001-09-04re PR c++/4203 (empty base class optimization zeroes first byte of other base...Nathan Sidwell2-3/+9
2001-08-31error.c (dump_template_decl): Output template parameters together with their ...Kriang Lerdsuwanakij2-4/+18
2001-08-30optimize.c (inlinable_function_p): Allow only smaller single functions.Kurt Garloff2-5/+12
2001-08-30class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.Joern Rennecke2-2/+11
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger4-134/+42
2001-08-24* cp/rtti.c (VPARAMS): Fix parameter.Andreas Jaeger1-1/+1
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill7-83/+53
2001-08-22pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.Jason Merrill3-30/+35
2001-08-19typeck2.c (add_exception_specifier): Only require complete type if not in pro...Jakub Jelinek2-1/+8
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi3-11/+14
2001-08-17cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs.Mark Mitchell2-2/+12
2001-08-14class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson5-16/+7
2001-08-13call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assig...Mark Mitchell2-0/+15
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg3-1/+7
2001-08-13* decl.c (grokdeclarator): Clarify diagnostic message.Gabriel Dos Reis2-1/+5
2001-08-13decl2.c (do_nonmember_using_decl): Replace using directive with using declara...Kriang Lerdsuwanakij2-1/+6
2001-08-11pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the criterion to avoid...Kriang Lerdsuwanakij2-10/+19
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill6-34/+90
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson2-9/+14
2001-08-09tweak commentJason Merrill1-1/+4
2001-08-08* g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.John David Anglin2-0/+5
2001-08-07re PR c++/3820 (GCC 3.0 crashes with empty base class)Nathan Sidwell4-41/+35
2001-08-07* tree.c (walk_tree): Walk siblings even if !walk_subtrees.Jason Merrill2-4/+14
2001-08-07improve commentJason Merrill1-1/+3
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2-26/+11