aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-10-16cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined for tree checkin...H.J. Lu2-0/+6
2001-10-16cp-tree.h (VFIELD_NAME_FORMAT): Adjust to match VFIELD_NAME.Hans-Peter Nilsson2-1/+6
2001-10-16pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.Richard Sandiford2-3/+21
2001-10-16decl.c (bad_specifiers): Don't allow exception specifications on any typedefs.Richard Sandiford2-2/+9
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth2-1/+4
2001-10-13pt.c (lookup_template_class): Build complete template arguments for BOUND_TEM...Kriang Lerdsuwanakij2-0/+18
2001-10-13cp-tree.h (TYPE_BINFO): Update comment.Kriang Lerdsuwanakij5-18/+94
2001-10-13pt.c (determine_specialization): Ignore functions without DECL_TEMPLATE_INFO.Kriang Lerdsuwanakij2-0/+11
2001-10-12re PR c++/4476 (g++ does not parse the definition of friend function within a...Nathan Sidwell2-0/+10
2001-10-11typeck2.c (store_init_value): Don't re-digest a bracketed initializer.Jason Merrill3-5/+21
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson3-40/+55
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson3-2/+10
2001-10-09fix datesJason Merrill1-5/+3
2001-10-09call.c (standard_conversion): Add bad conversion between integers and pointers.Jason Merrill4-35/+61
2001-10-08Make-lang.in (CXX_OBJS): Added cp-lang.o.Alexandre Oliva6-35/+98
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