]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
* decl2.c (mark_used): Do not synthesize thunks.
[gcc.git] / gcc / cp / ChangeLog
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.
2002-11-24 Mark Mitchellclass.c (layout_class_type): Reuse tail padding when...
2002-11-22 Mark Mitchellrtti2.C: New test.
2002-11-21 Glen Nakamurare PR c++/8342 (g++.jason/pmf7.C fails on i586-pc-linux...
2002-11-20 Mark Mitchellpt.c (for_each_template_parm): Free allocated memory.
2002-11-19 Jason Thorpegcc.c (The Specs Language): Document spec functions.
2002-11-15 Kazu HirataChangeLog: Follow spelling conventions.
2002-11-14 Zack Weinbergtree.c (tree_vec_elt_check_failed): New function.
2002-11-14 Mark Mitchellclass.c (dfs_find_final_overrider): Adjust so that...
2002-11-09 Kriang Lerdsuwanakijre PR c++/8389 (Access to members of base class & templ...
2002-11-08 Mark Mitchellclass.c (add_vcall_offset_vtbl_entries_1): Correct...
2002-11-08 Mark Mitchellre PR c++/8338 (Infinite loop on illegal code)
2002-11-07 Mark Mitchellclass.c (add_implicitly_declared_members): Put implicit...
2002-11-06 Geoffrey Keating* decl2.c (finish_file): Correct spelling.
2002-11-04 Mark Mitchellcall.c (build_special_member_call): Do not try to looku...
2002-11-02 Zack WeinbergPR c/7353 redux
2002-10-31 Jason Merrillre PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang...
2002-10-31 Mark Mitchellcp-tree.h (lang_decl_flags): Remove init_priority.
next
This page took 0.975224 seconds and 108 git commands to generate.