aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1999-07-28call.c (conditional_conversion): Don't build BASE_CONVs for conversions betwe...Mark Mitchell3-18/+53
1999-07-27cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.Jason Merrill3-27/+44
1999-07-27tweak whitespaceJason Merrill1-2/+2
1999-07-27method.c: Remove prototype for largest_union_member.Jason Merrill4-5/+10
1999-07-27class.c (override_one_vtable): Adjust the use of BINFO_VIRTUALS here too.Mark Mitchell2-2/+6
1999-07-27cp-tree.h (BINFO_VIRTUALS): Document new format.Mark Mitchell7-132/+211
1999-07-27try againJason Merrill1-4/+5
1999-07-27tree.c (build_cplus_new): Adjust call to abstract_virtuals_error as per 1999-...Mark Mitchell4-12/+40
1999-07-26input.c (feed_input): Only touch lineno and input_filename if !USE_CPPLIB.Jason Merrill2-6/+9
1999-07-26input.c (feed_input): Add file, line parms.Jason Merrill4-12/+34
1999-07-26cp-tree.h (ncp_convert): Rename to perform_implicit_conversion.Mark Mitchell4-7/+19
1999-07-26exception.cc (__cplus_type_matcher): Match __eh_matcher prototype.Nathan Sidwell2-6/+9
1999-07-26cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.Mark Mitchell11-885/+846
1999-07-25decl.c (ptr_type_node, [...]): New.Richard Henderson7-4694/+4777
1999-07-25g++FAQ.texi: Deleted per Joe Buck's request.Jeffrey A Law3-2452/+5
1999-07-23lex.c: Sync with C frontend.Jason Merrill3-507/+634
1999-07-23call.c (reference_binding): Tweak.Mark Mitchell2-7/+21
1999-07-23pt.c (convert_nontype_argument): Don't call decl_constant_value if we're conv...Mark Mitchell2-3/+9
1999-07-23call.c (NEED_TEMPORARY_P): New macro.Mark Mitchell8-129/+532
1999-07-21For gcc:Gavin Romig-Koch2-18/+31
1999-07-21decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL...Jason Merrill7-75/+70
1999-07-20remove whitespaceJason Merrill1-14/+14
1999-07-20lang-specs.h (c++-cpp-output): Pass -fpreprocessed.Jason Merrill9-4165/+4099
1999-07-20c-common.h: New file.Bernd Schmidt11-1307/+1004
1999-07-19pt.c (check_default_tmpl_args): Move test for missing default arguments here,...Mark Mitchell2-25/+42
1999-07-18decl.c (lookup_nested_type): Remove.Mark Mitchell2-75/+21
1999-07-17* Makefile.in (INTERFACE): Bump to 2.Jeffrey A Law2-1/+5
1999-07-17typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to...Alexandre Oliva2-4/+9
1999-07-18pt.c (determine_specialization): Tighten error-checking.Mark Mitchell2-3/+35
1999-07-14pt.c (check_default_tmpl_args): Handle friends defined in the class just like...Mark Mitchell2-4/+14
1999-07-09cp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs (use...Michael Tiemann5-44/+248
1999-07-09decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system...Jason Merrill6-133/+117
1999-07-09pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to ped...Jason Merrill10-19/+52
1999-07-06* decl2.c (mark_vtable_entries): Fix check for rtti offset.Alexandre Oliva2-3/+8
1999-07-06For gcc:Gavin Romig-Koch2-101/+5
1999-07-06lex.c (errorcount): Declare it.Dave Brolley2-0/+7
1999-07-05cp-tree.h (IS_AGGR_TYPE): Include instantiated template template parameters.Mark Mitchell3-9/+24
1999-07-02For gcc:Gavin Romig-Koch5-1/+44
1999-07-01decl.c (grokdeclarator): Don't give names "for linkage purposes" to anonymous...Mark Mitchell2-4/+7
1999-07-01lex.c (real_yylex): Change integer literal overflow handling to be like c-lex.c.Gavin Romig-Koch2-18/+6
1999-07-01For gcc:Gavin Romig-Koch2-2/+6
1999-06-27* decl.c (cp_finish_decl): Fix typo in cp_warning_at call.Richard Henderson2-1/+5
1999-06-27error.c (dump_type_real): Handle TREE_LIST again.Jason Merrill4-9/+28
1999-06-22init.c (expand_aggr_vbase_init): Rename to construct_virtual_bases.Mark Mitchell2-30/+58
1999-06-21upJason Merrill1-1/+31
1999-06-19semantics.c (finish_asm_statement): Apply decay conversions to input operands.Mark Mitchell2-1/+9
1999-06-19decl.c (expand_static_init): When building an anonymous function for use with...Mark Mitchell3-2/+49
1999-06-18init.c (expand_aggr_vbase_init): Add flag parameter.Mark Mitchell2-21/+31
1999-06-16decl2.c (import_export_decl): Use same_type_p, rather than relying on pointer...Mark Mitchell3-31/+16
1999-06-16call.c (build_method_call): Remove bogus code for two-argument delete.Mark Mitchell3-33/+14