aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-01re PR c++/8772 (misleading diagnostic for template template parameter)Kriang Lerdsuwanakij1-0/+2
2003-04-29re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-impl...Mark Mitchell1-6/+12
2003-04-27decl.c (maybe_commonize_var): Make the code match the comments.Mark Mitchell1-1/+1
2003-04-26decl2.c (finish_file): Don't call import_export_decl for functions that are n...Mark Mitchell1-9/+34
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-8/+5
2003-04-17re PR c++/10347 (tree check ICE in dependent_type_p)Kriang Lerdsuwanakij1-1/+14
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-5/+4
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-1/+1
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-5/+4
2003-03-27re PR c++/10224 (Problem with integral constants (+ICE))Nathan Sidwell1-2/+2
2003-03-27re PR c++/10158 (ICE with templates and friends)Nathan Sidwell1-6/+8
2003-03-24Changelog commit escaped earlierNathan Sidwell1-18/+31
2003-03-24PR c++/9898, PR c++/383, DR 322Nathan Sidwell1-0/+6
2003-03-22PR c++/9978, c++/9708Nathan Sidwell1-74/+99
2003-03-21decl2.c (arg_assoc_class): Correct check for namespace-scope friends.Mark Mitchell1-6/+2
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell1-3/+8
2003-03-15re PR c++/6440 (template specializations cause ICE)Kriang Lerdsuwanakij1-0/+74
2003-03-03decl.c (finish_enum): Do set the type in a template.Jason Merrill1-10/+1
2003-03-01re PR c++/9892 (g++.old-deja/g++.pt/static9.C regression)Mark Mitchell1-1/+5
2003-02-26decl.c (finish_enum): Merge two 'for' loops.Devang Patel1-1/+10
2003-02-26re PR c++/9683 (bug in initialization chains for static const variables from ...Mark Mitchell1-0/+8
2003-02-24re PR c++/9836 (Error with typdefs in partial specializations of classes)Mark Mitchell1-2/+1
2003-02-24re PR c++/9778 (ICE with sizeof(expr) in non-type template arg)Jeffrey D. Oldham1-1/+1
2003-02-24re PR c++/5333 (ICE on nested template classes using other nested template cl...Mark Mitchell1-1/+7
2003-02-20Change base class access representation.Nathan Sidwell1-25/+11
2003-02-17re PR c++/9457 (ICE in tsubst_copy, at cp/pt.c:7124)Kriang Lerdsuwanakij1-2/+1
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell1-4/+4
2003-02-14decl2.c: Include "timevar.h".Gabriel Dos Reis1-9/+11
2003-01-31re PR c++/8849 (ICE in resolve_overloaded_unification for invalid code)Kriang Lerdsuwanakij1-1/+2
2003-01-30class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY for class types.Mark Mitchell1-19/+36
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-16/+107
2003-01-29re PR c++/9437 (template function parameter `T*' shouldn't match pointers to ...Nathan Sidwell1-0/+6
2003-01-29* pt.c (last_pending_template) Declare GTY().Fariborz Jahanian1-1/+1
2003-01-25re PR c++/9403 (parse error on template keyword used for disambiguation)Nathan Sidwell1-11/+15
2003-01-22re PR c++/9298 ([new parser] ICE with function-pointer-type template args)Mark Mitchell1-2/+2
2003-01-22re PR c++/9388 ([new parser] ICE in cxx_incomplete_type_diagnostic, at cp/typ...Mark Mitchell1-0/+281
2003-01-16cp-tree.h (tsubst_copy_and_build): New declaration.Jeffrey D. Oldham1-7/+509
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-69/+12
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+0
2003-01-09pt.c (push_access_scope_real): Call push_to_top_level for function in namespa...Kriang Lerdsuwanakij1-7/+14
2003-01-08re PR c++/9030 (Template friends and access to local classes)Kriang Lerdsuwanakij1-29/+98
2003-01-07pt.c (retrieve_local_specialization): Revert 2003-01-05 change.Mark Mitchell1-3/+14
2003-01-06defarg-1.C: New test.Mark Mitchell1-6/+3
2003-01-03cp-tree.h (struct lang_type_class): add field for key methodMatt Austern1-0/+3
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell1-7/+0
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-131/+234
2002-12-22cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.Kriang Lerdsuwanakij1-1/+1
2002-12-19re PR c++/3663 (G++ doesn't check access control during template instanation)Kriang Lerdsuwanakij1-0/+5