aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-20/+20
2002-09-16re PR c++/7718 ('complex' template instantiation causes internal compiler err...Nathan Sidwell1-2/+0
2002-09-16Remove DR 295 implementation.Nathan Sidwell1-3/+1
2002-09-14re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong)Nathan Sidwell1-0/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-14/+14
2002-09-13pt.c (unify, ARRAY_TYPE): Element type can be more qualified.Nathan Sidwell1-1/+1
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill1-1/+1
2002-08-11decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis1-6/+4
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-17/+17
2002-08-08Rework build_component_ref.Mark Mitchell1-2/+12
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+0
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-10/+15
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-5/+4
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-07-22PR c++/7347, c++/7348Kriang Lerdsuwanakij1-4/+14
2002-07-17PR c++/2862, c++/2863Kriang Lerdsuwanakij1-22/+38
2002-07-10pt.c (template_parm_this_level_p, [...]): Pass depth as int pointer.Graham Stott1-5/+6
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell1-2/+1
2002-07-08pt.c (can_complete_type_without_circularity): Add static to function definition.Kriang Lerdsuwanakij1-1/+1
2002-07-08Make-lang.in (cp/parse.o): Depend on decl.h.Mark Mitchell1-4/+2
2002-07-03* pt.c (instantiate_class_template): Fix typo.Graham Stott1-1/+1
2002-07-02re PR c++/6716 (loop and fill ram during compiling)Kriang Lerdsuwanakij1-1/+36
2002-06-27re PR c++/6695 (Regression: template friend declaration doesn't work)Mark Mitchell1-1/+1
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-8/+2
2002-06-20re PR c++/6892 (ICE from #include inside switch(){} inside template function)Kriang Lerdsuwanakij1-0/+5
2002-06-20re PR c++/6723 (ICE on source code successfully compiled by previous versions)Kriang Lerdsuwanakij1-3/+9
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-14/+6
2002-05-19PR c++/186, DR 259Kriang Lerdsuwanakij1-13/+18
2002-05-16re PR c++/6620 (partial template specialization on int)Kriang Lerdsuwanakij1-23/+10
2002-05-09typeck.c (get_member_function_from_ptrfunc): Reorganize.Jason Merrill1-6/+7
2002-04-30re PR c++/6492 (New boost regression (friends))Mark Mitchell1-25/+42
2002-04-23re PR c++/6256 (Seg fault for template friends in namespaces, regression from...Mark Mitchell1-15/+20
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-1/+1
2002-04-06re PR c++/525 (Problem with Multiple Inheritance and -pedantic)Jason Merrill1-1/+5
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-4/+0
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-03-20Makefile.in: Update.Neil Booth1-1/+1
2002-03-18re PR c++/4003 (ICE on template instantiation including friendship declaration.)Jason Merrill1-14/+12
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-2/+37
2002-02-22PR c++/2645, DR 295Nathan Sidwell1-10/+54
2002-02-17pt.c (do_type_instantiation): Don't pedwarn if in_system_header.Jason Merrill1-2/+2
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell1-189/+175
2002-02-07re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions)Nathan Sidwell1-1/+3
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-16/+16
2002-01-17decl.c (begin_constructor_body, [...]): New fns.Jason Merrill1-1/+1
2002-01-08pt.c (ccat): Uppercase macro parameter.Graham Stott1-2/+2
2002-01-02re PR c++/3716 (Template parameters that are pointers to member functions)Nathan Sidwell1-10/+32
2002-01-02re PR c++/35 (template operator () lookup fails)Nathan Sidwell1-12/+15
2002-01-02re PR c++/5213 (ICE on (possibly) illegal code)Nathan Sidwell1-18/+22
2001-12-29call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell1-1/+1