aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
1999-05-28decl.c (add_binding): Don't complain about a redeclaration of a semantically ...Mark Mitchell2-0/+19
1999-05-28decl.c (complete_array_type): Allocate off same obstack.Nathan Sidwell3-7/+22
1999-05-28decl.c (lookup_namespace_name): Handle getting a TEMPLATE_ID_EXPR.Mark Mitchell2-4/+47
1999-05-25class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to intialize a vt...Mark Mitchell7-79/+96
1999-05-25typeck.c (casts_away_constness, [...]): Strip both parts of pointer to data m...Jason Merrill2-4/+10
1999-05-24decl2.c (mark_vtable_entries): Don't make a copy of a function, and then make...Mark Mitchell2-2/+4
1999-05-24typeck.c (build_static_cast): Don't allow static_casts that cast away constness.Mark Mitchell2-0/+129
1999-05-24decl.c (lookup_tag): Remove code no longer needed after name-lookup improveme...Mark Mitchell7-427/+417
1999-05-22pt.c (for_each_template_parm): Walk into TYPENAME_TYPEs, INDIRECT_REFs, and C...Mark Mitchell2-9/+19
1999-05-22cp-tree.h (push_nested_namespace): Declare.Mark Mitchell4-5/+50
1999-05-22* tree.c (mapcar): Handle LVALUE_EXPR.Mark Mitchell2-0/+3
1999-05-22cp-tree.h (cplus_expand_constant): Declare.Mark Mitchell5-28/+57
1999-05-21Make-lang.in (cc1plus): Make it depend on gxx.gperf.Mark Mitchell9-171/+225
1999-05-21typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to reveal optimizat...Mark Mitchell2-10/+39
1999-05-21pt.c (tsubst): Don't issue error messages when we're not complaining...Mark Mitchell2-4/+31
1999-05-20class.c (instantiate_type): Downgrade errors for object-dependent memfn refs ...Jason Merrill2-4/+9
1999-05-20decl.c (grokdeclarator): Don't treat [] as indicating a zero-sized array in a...Mark Mitchell2-1/+5