aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)Author
2005-11-16 * c-decl.c (lookup_name_two): Add.Mike Stump
2005-08-03 PR c++/22132Mark Mitchell
2005-07-28 * pt.c (check_explicit_specialization): Add visibility logic.Mike Stump
2005-07-09Merge in gcc_4_0_0_release to gcc_4_0_1_releaseMike Stump
2005-06-17Add a checksum of the compiler binary to the PCH validity checking.Geoffrey Keating
2005-06-17 * pt.c (type_unification_real): Apply template type deduction evenGeoffrey Keating
2005-06-16Fix manpage installation race condition.Geoffrey Keating
2005-04-26Merge to tag gcc_4_0_0_release.Geoffrey Keating
2005-04-09Merge to tag apple-local-merge-20050406.Geoffrey Keating
2005-02-15gcc/cp/ChangeLog:Alexandre Oliva
2005-02-15* decl2.c (mark_used): Set the source location of the used decl toAlexandre Oliva
2005-02-14cp:Nathan Sidwell
2005-02-14cp:Nathan Sidwell
2005-02-14gcc/cp/ChangeLog:Alexandre Oliva
2005-02-14cp:Nathan Sidwell
2005-02-12 PR c++/14479Kriang Lerdsuwanakij
2005-02-11 PR c++/19632Richard Henderson
2005-02-11 PR c++/19755Mark Mitchell
2005-02-11 * cp-tree.def, except.c, ptree.c: Update copyright.Kazu Hirata
2005-02-10 PR c++/19811Mark Mitchell
2005-02-10 * parser.c (cp_parser_unqualified_id): Initialize type_decl.Mark Mitchell
2005-02-10 PR c++/19787Mark Mitchell
2005-02-09 PR c++/19733Mark Mitchell
2005-02-08 * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: UpdateKazu Hirata
2005-02-08 * parser.c (cp_lexer_start_debugging): Avoid arithmetic operationsMark Mitchell
2005-02-03 PR c++/17401Giovanni Bajo
2005-02-03PR c++/19628Matt Austern
2005-02-02 PR c++/17413Volker Reichelt
2005-02-02 * cp-tree.h (complete_type_or_else): Remove macro.Volker Reichelt
2005-02-02 * cp-tree.h (commonparms): Remove prototype.Volker Reichelt
2005-02-01 * parser.c (cp_parser_primary_expression): Don't complain aboutMark Mitchell
2005-02-01* parser.c (cp_parser_template_id): Revert comment patch too.Alexandre Oliva
2005-02-01gcc/cp/ChangeLog:Alexandre Oliva
2005-02-01 * decl.c (build_enumerator): Do not issue duplicate error messagesMark Mitchell
2005-01-31 * parser.c (cp_lexer_new_main): Get the first token, first, beforeMike Stump
2005-01-31 * decl.c (start_decl): Add missing parentheses.Mark Mitchell
2005-01-31 PR c++/19555Mark Mitchell
2005-01-31 PR c++/19395Mark Mitchell
2005-01-31 PR c++/19457Mark Mitchell
2005-01-29 PR c++/19253Mark Mitchell
2005-01-29 PR c++/19667Mark Mitchell
2005-01-27 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,Steven Bosscher
2005-01-26Fix filename typo.J"orn Rennecke
2005-01-26Add bug number:J"orn Rennecke
2005-01-26 * parse.c (cp_parser_initializer_clause): Initialize *non_constant_p.J"orn Rennecke
2005-01-252005-01-25 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2005-01-25 * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.Volker Reichelt
2005-01-25 * name-lookup.c (print_binding_level): Make static.Volker Reichelt
2005-01-25 * decl.h (debug_bindings_indentation): Remove.Volker Reichelt
2005-01-23 * typeck.c: Fix a comment typo.Kazu Hirata