re PR c++/10682 (chokes on a typedef for an enum inside a class template)
[platform/upstream/gcc.git] / gcc / cp / pt.c
2003-05-23 Kriang Lerdsuwanakijre PR c++/10682 (chokes on a typedef for an enum inside...
2003-05-21 Nathan Sidwellc-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
2003-05-18 Gabriel Dos Reishashtable.h (struct ht_identifier): Add data member...
2003-05-11 Kriang Lerdsuwanakijre PR c++/10552 (Small sample using nested templates...
2003-05-10 Kriang Lerdsuwanakij* pt.c (instantiate_decl): Call push/pop_deferring_acce...
2003-05-10 Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-05-09 Kriang LerdsuwanakijPR c++/10555, c++/10576
2003-05-03 Nathan Sidwellclass.c (finish_struct): Use location_t and input_locat...
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-05-01 Kriang Lerdsuwanakijre PR c++/8772 (misleading diagnostic for template...
2003-04-29 Mark Mitchellre PR c++/10551 (Failure to emit explicitly instantiate...
2003-04-27 Mark Mitchelldecl.c (maybe_commonize_var): Make the code match the...
2003-04-26 Mark Mitchelldecl2.c (finish_file): Don't call import_export_decl...
2003-04-22 Mark MitchellMakefile.in (calls.o): Depend on except.h.
2003-04-17 Kriang Lerdsuwanakijre PR c++/10347 (tree check ICE in dependent_type_p)
2003-04-13 Zack Weinbergtree.c (build_constructor): New function.
2003-04-10 Steven Bosscherc-common.h (lang_statement_code_p): Remove declaration.
2003-04-07 Zack Weinbergtree.c (tree_size): For all 'c' and 'x' nodes...
2003-03-27 Nathan Sidwellre PR c++/10224 (Problem with integral constants (...
2003-03-27 Nathan Sidwellre PR c++/10158 (ICE with templates and friends)
2003-03-24 Nathan SidwellChangelog commit escaped earlier
2003-03-24 Nathan SidwellPR c++/9898, PR c++/383, DR 322
2003-03-22 Nathan SidwellPR c++/9978, c++/9708
2003-03-21 Mark Mitchelldecl2.c (arg_assoc_class): Correct check for namespace...
2003-03-16 Nathan Sidwellre PR c++/9629 (virtual inheritance segfault)
2003-03-15 Kriang Lerdsuwanakijre PR c++/6440 (template specializations cause ICE)
2003-03-04 Jason Merrilldecl.c (finish_enum): Do set the type in a template.
2003-03-01 Mark Mitchellre PR c++/9892 (g++.old-deja/g++.pt/static9.C regression)
2003-02-26 Devang Pateldecl.c (finish_enum): Merge two 'for' loops.
2003-02-26 Mark Mitchellre PR c++/9683 (bug in initialization chains for static...
2003-02-24 Mark Mitchellre PR c++/9836 (Error with typdefs in partial specializ...
2003-02-24 Jeffrey D. Oldhamre PR c++/9778 (ICE with sizeof(expr) in non-type templ...
2003-02-24 Mark Mitchellre PR c++/5333 (ICE on nested template classes using...
2003-02-20 Nathan SidwellChange base class access representation.
2003-02-17 Kriang Lerdsuwanakijre PR c++/9457 (ICE in tsubst_copy, at cp/pt.c:7124)
2003-02-15 Nathan Sidwellsearch.c: ANSIfy function declarations and definitions.
2003-02-14 Gabriel Dos Reisdecl2.c: Include "timevar.h".
2003-01-31 Kriang Lerdsuwanakijre PR c++/8849 (ICE in resolve_overloaded_unification...
2003-01-30 Mark Mitchellclass.c (check_field_decls): Only check C_TYPE_FIELDS_R...
2003-01-30 Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-29 Nathan Sidwellre PR c++/9437 (template function parameter `T*' should...
2003-01-29 Fariborz Jahanian* pt.c (last_pending_template) Declare GTY().
2003-01-25 Nathan Sidwellre PR c++/9403 (parse error on template keyword used...
2003-01-22 Mark Mitchellre PR c++/9298 ([new parser] ICE with function-pointer...
2003-01-22 Mark Mitchellre PR c++/9388 ([new parser] ICE in cxx_incomplete_type...
2003-01-16 Jeffrey D. Oldhamcp-tree.h (tsubst_copy_and_build): New declaration.
2003-01-16 Mark Mitchellcp-tree.h (lang_type_class): Remove is_partial_instanti...
2003-01-15 Kaveh R. Ghazidecl2.c (check_classfn): Fix uninitialized warning.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Kriang Lerdsuwanakijpt.c (push_access_scope_real): Call push_to_top_level...
2003-01-08 Kriang Lerdsuwanakijre PR c++/9030 (Template friends and access to local...
2003-01-07 Mark Mitchellpt.c (retrieve_local_specialization): Revert 2003-01...
2003-01-06 Mark Mitchelldefarg-1.C: New test.
2003-01-03 Matt Austerncp-tree.h (struct lang_type_class): add field for key...
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-31 Mark Mitchellcp-tree.def (RETURN_INIT): Remove.
2002-12-28 Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-22 Kriang Lerdsuwanakijcp-tree.h (make_unbound_class_template): Use tsubst_fla...
2002-12-19 Kriang Lerdsuwanakijre PR c++/3663 (G++ doesn't check access control during...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-10 Mark Mitchellre PR c++/8372 (ICE on explicit call of destructor)
2002-12-01 Mark Mitchellre PR c++/5919 (ICE when passing variable array to...
2002-12-01 Mark Mitchellre PR c++/8227 (g++ 3.3: ctors not called in static...
2002-11-30 Mark Mitchellre PR c++/8511 ((hopefully) reproducible cc1plus SIGSEGV.)
2002-11-20 Mark Mitchellpt.c (for_each_template_parm): Free allocated memory.
2002-11-09 Kriang Lerdsuwanakijre PR c++/8389 (Access to members of base class & templ...
2002-11-08 Mark Mitchellre PR c++/8338 (Infinite loop on illegal code)
2002-10-30 Kriang LerdsuwanakijCore issue 287, PR c++/7639
2002-10-26 Mark Mitchellcall.c (build_over_call): Use DECL_CONTEXT, not DECL_VI...
2002-10-17 Mark Mitchellpt.c (convert_template_argument): Revert this change...
2002-10-17 Mark Mitchellmangle.c (write_expression): Correct handling of enumer...
2002-10-11 Mark Mitchellre PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad...
2002-10-08 Mark Mitchellre PR c++/7754 (ICE SIGSEGV on union with template...
2002-10-07 Richard Henderson* decl2.c, pt.c: Revert c++/7754 fix.
2002-10-04 Mark Mitchellre PR c++/7931 (The compiler ices on some legal code)
2002-10-02 Mark Mitchellre PR c++/7188 (Segfault with template class and recurs...
2002-09-30 Mark Mitchellstore-layout.c (finish_record_layout): Add free_p param...
2002-09-29 Kazu Hiratacp-tree.h: Fix comment typos.
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-16 Nathan Sidwellre PR c++/7718 ('complex' template instantiation causes...
2002-09-16 Nathan SidwellRemove DR 295 implementation.
2002-09-14 Nathan Sidwellre PR c++/7768 (__PRETTY_FUNCTION__ for template destru...
2002-09-14 Kazu Hirataerror.c: Fix comment formatting.
2002-09-13 Nathan Sidwellpt.c (unify, ARRAY_TYPE): Element type can be more...
2002-08-22 Jason Merrillc-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
2002-08-11 Gabriel Dos Reisdecl.c (duplicate_decls): Replace DECL_SOURCE_FILE...
2002-08-09 Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-04 Geoffrey KeatingIndex: ChangeLog
2002-08-01 Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-26 Jason Merrillfunction.c (assign_parms): Handle frontend-directed...
2002-07-23 Neil Boothdefaults.h (obstack_chunk_alloc, [...]): Default defini...
2002-07-22 Kriang LerdsuwanakijPR c++/7347, c++/7348
2002-07-17 Kriang LerdsuwanakijPR c++/2862, c++/2863
2002-07-10 Graham Stottpt.c (template_parm_this_level_p, [...]): Pass depth...
2002-07-09 Mark Mitchellcp-tree.h (constructor_name_p): Declare it.
2002-07-08 Kriang Lerdsuwanakijpt.c (can_complete_type_without_circularity): Add stati...
2002-07-08 Mark MitchellMake-lang.in (cp/parse.o): Depend on decl.h.
2002-07-03 Graham Stott* pt.c (instantiate_class_template): Fix typo.
2002-07-02 Kriang Lerdsuwanakijre PR c++/6716 (loop and fill ram during compiling)
next