aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
1999-06-16init.c (expand_cleanup_for_base): New function, split out from ...Mark Mitchell2-12/+31
1999-06-15cp-tree.h (class_cache_firstobj): Declare.Mark Mitchell5-12/+35
1999-06-14pt.c (tsubst_friend_function): Push into namespace of friend function before ...Martin v. Löwis2-0/+12
1999-06-14* call.c (build_new_op): Remove REF_BIND from all operands.Nathan Sidwell2-2/+16
1999-06-13init.c (build_new_1): Look up operator delete even if there was no explicit n...Alexandre Oliva2-9/+14
1999-06-08except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out of ...Nathan Sidwell2-20/+44
1999-06-07search.c (convert_pointer_to_single_level): Reimplement without using get_binfo.Mark Mitchell2-7/+29
1999-06-07lex.c (real_yylex): Replace unused bytes from bad multibyte char.Dave Brolley3-28/+61
1999-06-06method.c (is_back_referenceable_type): Back-reference bools when not squangling.Mark Mitchell1-1/+7
1999-06-05* decl.c (grokdeclarator): Fix typo in last change.Mark Mitchell2-2/+6
1999-06-03semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.Jason Merrill2-4/+9
1999-06-04* except.c (build_throw): Check throw expression validity.Nathan Sidwell2-0/+28
1999-06-03decl.c (grokdeclarator): Don't treat arbitrary types as unsigned just because...Mark Mitchell2-8/+23
1999-06-03semantics.c (begin_class_definition): Update the struct's location here ...Nathan Sidwell4-22/+18
1999-05-31* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.Kaveh R. Ghazi2-1/+5
1999-05-31tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rat...Mark Mitchell1-1/+3
1999-05-31tree.c (cp_build_qualified_type_real): Rework ARRAY_TYPE allocation to match ...Mark Mitchell2-28/+45
1999-05-30lex.c (make_lang_type): Create TYPE_BINFO for TEMPLATE_TYPE_PARMs just like f...Mark Mitchell2-1/+10
1999-05-30decl.c (start_decl): Move checks on initialization to ...Mark Mitchell2-26/+25