cfns.gperf: ANSIfy function declarations.
[platform/upstream/gcc.git] / gcc / cp / ChangeLog
2003-01-10 Nathanael Nerodecfns.gperf: ANSIfy function declarations.
2003-01-10 Mark Mitchellre PR c++/9128 (Typeid does not work on polymorphic...
2003-01-10 Nathanael Nerode* decl.c (bad_specifiers): Fix parameter order error...
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Jakub Jelinek* decl.c (start_decl): Only check DECL_THREAD_LOCAL...
2003-01-09 Kriang Lerdsuwanakijpt.c (push_access_scope_real): Call push_to_top_level...
2003-01-09 Jakub Jelinek* decl.c (start_decl): Don't set DECL_COMMON for __thre...
2003-01-09 Christian CornelssenMake-lang.in (c++.install-common, [...]): Prepend ...
2003-01-09 Nathanael Nerode(This line wasn't in the ChangeLog even though the...
2003-01-08 Jason Merrillparser.c (cp_parser_primary_expression): See through...
2003-01-08 Nathanael Nerode* decl.c: ANSIfy function declarations.
2003-01-08 Mark Mitchellparser.c (cp_parser_asm_definition): Correct handling...
2003-01-08 Kriang Lerdsuwanakijre PR c++/9030 (Template friends and access to local...
2003-01-07 Nathanael Nerode* tree.c: Delete bogus #if 0 code.
2003-01-07 Andreas Schwabclass.c (layout_class_type): Don't use PCC_BITFIELD_TYP...
2003-01-07 Mark Mitchellre PR c++/9165 (false "defined but not used" warnings)
2003-01-07 Mark Mitchellpt.c (retrieve_local_specialization): Revert 2003-01...
2003-01-07 Mark Mitchell* decl2.c (mark_used): Do not synthesize thunks.
2003-01-07 Mark Mitchellclass.c (layout_class_type): Correct handling of unname...
2003-01-06 Mark Mitchellre PR c++/9189 ([New parser] Order of default argument...
2003-01-06 Nathan Sidwellre PR c++/9109 (parse ambiguity)
2003-01-06 Mark Mitchelldefarg-1.C: New test.
2003-01-05 Kaveh R. Ghaziparser.c (cp_parser_binary_expression, [...]): Const...
2003-01-04 Mark Mitchellmethod.c (use_thunk): Disable access control while...
2003-01-03 Nathanael Nerodecvt.c, [...]: This is the C++ front end, not the C...
2003-01-03 Jason Merrillfold-const.c (fold): Avoid NOP_EXPRs better.
2003-01-03 Matt Austerncp-tree.h (struct lang_type_class): add field for key...
2003-01-03 Jason Merrillc-common.c (finish_fname_decls): Put the DECL_STMTs...
2003-01-03 Nathan SidwellPR c++/45, c++/3784
2003-01-03 Graham Stottparser.c (struct cp_parser): Add access_checks_lists...
2003-01-02 Mark Mitchellparser.c (cp_parser_declaration): Accept the __extensio...
2003-01-02 Mark Mitchellre PR c++/2843 (parser: __attribute__ on parameter...
2003-01-02 Mark Mitchellcall.c (build_new_method_call): Fix typo in message...
2003-01-02 Mark Mitchellparser.c (cp_lexer_next_token_is): Declare it inline.
2003-01-02 Mark Mitchellparser.c (cp_parser_sizeof_operand): Do not evaluate...
2003-01-02 Steven Bosscherexcept.c, [...]: Fix Copyright years.
2003-01-01 Neil Boothc-pragma.c (c_register_pragma): New.
2003-01-01 Neil Booth* .cvsignore: Remove.
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2003-01-01 Mark Mitchellcp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
2002-12-31 Neil Booth* .cvsignore: Update.
2002-12-31 Mark Mitchellparser.c (cp_parser_dependent_type_p): Fix thinko.
2002-12-31 Nathan Sidwellclass.c (modify_vtable_entry): Remove unused variable.
2002-12-31 Mark Mitchellcp-tree.def (RETURN_INIT): Remove.
2002-12-31 Mark Mitchellre PR c++/9112 (new C++ parser rejects code older parse...
2002-12-31 Gabriel Dos Reis* cp-tree.h (pending_lang_change): Declare.
2002-12-31 Mark Mitchellparser.c (cp_parser_context_free_list): New variable.
2002-12-30 Mark Mitchell* parser.c (cp_parser_declaration_seq_opt): Handle...
2002-12-30 Mark Mitchellparse.y: Remove.
2002-12-30 David Edelsohnparser.c (cp_parser_parameter_declaration_clause):...
2002-12-30 Nathanael Nerodeconfig-lang.in, [...]: GCC, not GNU CC.
2002-12-30 Mark Mitchelldecl.c (grokdeclarator): Diagnost "extern thread" and...
2002-12-30 Nathanael Nerodedecl.c, [...]: GCC, not GNU CC.
2002-12-30 Nathan Sidwelladd missing Changelogs
2002-12-29 Gabriel Dos ReisRemove traditional C constructs 4/n.
2002-12-28 Gabriel Dos ReisRemove traditional C constructs 3/n.
2002-12-28 Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-26 Nathan Sidwellre PR c++/4803 (Inline function never defined)
2002-12-26 Nathan SidwellPR c++/5116, c++/764
2002-12-24 Nathan Sidwellre PR c++/7964 (ICE in build_base_path)
2002-12-24 Nathan Sidwellre PR c++/9053 (g++ confused about ambiguity of overloa...
2002-12-23 Gabriel Dos Reis* call.c (tourney, build_field_call, equal_functions...
2002-12-22 Nathan Sidwellre PR c++/8572 (ICE with external definition of convers...
2002-12-22 Kriang Lerdsuwanakijcp-tree.h (make_unbound_class_template): Use tsubst_fla...
2002-12-20 Kazu HirataChangeLog: Fix a typo.
2002-12-19 Jason MerrillHandle anonymous unions at the tree level.
2002-12-19 Kriang Lerdsuwanakijre PR c++/8099 (Friend classes and template specializat...
2002-12-19 Kriang Lerdsuwanakijre PR c++/3663 (G++ doesn't check access control during...
2002-12-19 Mark Mitchellclass.c (build_base_field): Do not set DECL_PACKED...
2002-12-18 Gabriel Dos Reiscp-tree.h (struct tree_srcloc): Use location_t.
2002-12-18 Jason Merrilldecl.c (finish_function): Also complain about no return...
2002-12-17 Jason Merrillcalls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT...
2002-12-17 Jason Merrillc-semantics.c (add_scope_stmt): Abort if the end SCOPE_...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-13 Gabriel Dos Reisre PR c++/8031 (ICE in comptypes, at cp/typeck.c:913)
2002-12-13 Geoffrey Keatingcp-tree.h: Have the multiple-include guards around...
2002-12-10 Mark Mitchellre PR c++/8372 (ICE on explicit call of destructor)
2002-12-10 Matt Austern* cp-tree.h: get rid of needs_virtual_reinit bit.
2002-12-10 Mark Mitchellre PR c++/8153 (ICE with static const member in class)
2002-12-05 Kaveh R. Ghazi* error.c (dump_expr): Fix format specifier warning.
2002-12-04 Geoffrey Keatingclass.c (finish_struct_1): Correct comment.
2002-12-04 Jason MerrillPR c++/8461, c++/8625
2002-12-04 Gabriel Dos Reisre PR c++/8799 (ICE: Error reporting routines re-entered.)
2002-12-03 Jason Merrillcall.c (build_user_type_conversion_1): Don't set ICS_BA...
2002-12-03 Mark Mitchellre PR c++/8688 (ICE with segfault on missing comma...
2002-12-03 Mark Mitchellre PR c++/8720 (ICE with bitwise or (3 operands))
2002-12-02 Kriang LerdsuwanakijDR 180
2002-12-01 Mark Mitchellre PR c++/5919 (ICE when passing variable array to...
2002-12-01 Mark Mitchellre PR c++/8727 (compiler confused by inheritance from...
2002-12-01 Mark Mitchellre PR c++/8332 (strlen/template interaction causes...
2002-12-01 Mark Mitchellre PR c++/8227 (g++ 3.3: ctors not called in static...
2002-12-01 Mark Mitchellre PR c++/8214 (character conversion problem)
2002-11-30 Mark Mitchellre PR c++/8511 ((hopefully) reproducible cc1plus SIGSEGV.)
2002-11-29 Joe Buckanon2.C: New test.
2002-11-29 Mark Mitchellclass.c (walk_subobject_offsets): Recur on binfos as...
2002-11-27 Mark Mitchellclass.c (build_base_field): Make sure we get the canoni...
2002-11-27 Geoffrey KeatingIndex: cp/ChangeLog
2002-11-26 Nathan Sidwellcp-tree.h (DECL_LANG_FLAG_4): Document more uses.
2002-11-26 Mark Mitchellempty11.C: New test.
2002-11-25 Mark Mitchellsearch.c (is_subobject_of_p_1): Fix thinko.
next