]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/decl2.c
cp-tree.h (build_scoped_method_call): Remove.
[thirdparty/gcc.git] / gcc / cp / decl2.c
2003-07-08  Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-07  Andreas Jaegergenextract.c: Convert remaining prototypes to ISO C90.
2003-07-06  Kazu Hiratacall.c: Fix comment formatting.
2003-07-05  Kazu Hiratacall.c: Fix comment typos.
2003-07-04  Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-03  Mark Mitchellcall.c (build_scoped_method_call): Use convert_to_void.
2003-07-03  Nathan Sidwellre PR c++/9162 ([New parser] Problem with default argum...
2003-07-03  Kaveh R. Ghaziclass.c (add_method, [...]): Fix format specifier.
2003-07-02  Nathan Sidwellre PR c++/9779 (ICE in type_unknown_p when casting...
2003-07-02  Mark Mitchellre PR c++/6949 (ICE in tsubst_decl, at cp/pt.c:5733)
2003-07-02  Jan Hubickadecl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
2003-07-01  Mark Mitchellre PR c++/9559 (ICE with invalid initialization of...
2003-06-24  Jan Hubickalanghooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE...
2003-06-23  Jan Hubickadecl.c (register_dtor_fn): Mark cleanup as used.
2003-06-20  Mark Mitchellre PR middle-end/11041 (ICE: const myclass &x = *x...
2003-06-11  Roger Sayledecl2.c (generate_ctor_or_dtor_function): Avoid expandi...
2003-06-10  Mark Mitchellre PR c++/11131 (Unrelated declaration removes inline...
2003-05-21  Jason Merrillinit.c (build_vec_delete): Copy the address into a...
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  Mark Mitchelldecl2.c (comdat_linkage): Don't externalize explicit...
2003-05-01  Kriang Lerdsuwanakijre PR c++/10554 (ICE with illegal using declaration)
2003-04-30  Kriang LerdsuwanakijPR c++/9432, c++/9528
2003-04-26  Mark Mitchell* decl2.c (finish_file): Fix merge botch.
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-20  Nathan Sidwellcpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
2003-04-15  Jason Merrilldecl2.c (mark_used): Don't instantiate anything if...
2003-04-13  Zack Weinbergtree.c (build_constructor): New function.
2003-04-03  Kaveh R. Ghazigengtype-lex.l (IWORD): Add CHAR_BITFIELD.
2003-03-30  Gabriel Dos Reiscp-tree.h (binding_for_name): Move to name-lookup.h...
2003-03-28  Mark Mitchelldecl2.c (generate_ctor_or_dtor_function): Tolerate...
2003-03-28  Nathan Sidwellre PR c++/10047 (-fno-default-inline produces bogus...
2003-03-24  Nathan Sidwellre PR c++/10026 (ICE on incomplete type)
2003-03-21  Mark Mitchelldecl2.c (arg_assoc_class): Correct check for namespace...
2003-03-20  Matt Austerncp-tree.h (unemitted_tinfo_decls): Declaration of a...
2003-03-15  Gabriel Dos ReisCompile-time improvement: 2/n.
2003-03-13  Mark Mitchelldecl2.c (do_nonmember_using_decl): Correct handling...
2003-03-12  Mark Mitchellre PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)
2003-03-11  Mark Mitchellre PR c++/9924 (Multiple using statements for builtin...
2003-03-11  Mark Mitchellre PR c++/8700 (unhelpful error message for binding...
2003-03-11  Jason Merrillre PR c++/8660 (template overloading ICE in tsubst_expr...
2003-03-10  Jason Merrillre PR c++/9868 (ICE in c_expand_expr when qualifying...
2003-03-08  Mark Mitchellre PR c++/9809 (when are builtins brought into view)
2003-02-26  Mark Mitchellre PR c++/9683 (bug in initialization chains for static...
2003-02-15  Nathan Sidwellsearch.c: ANSIfy function declarations and definitions.
2003-02-14  Gabriel Dos Reisdecl2.c: Include "timevar.h".
2003-01-30  Mark Mitchellc-common.c (builtin_define_float_constants): Define...
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  Mark Mitchellre PR c++/9128 (Typeid does not work on polymorphic...
2003-01-10  Geoffrey KeatingMerge from pch-branch.
2003-01-07  Mark Mitchellre PR c++/9165 (false "defined but not used" warnings)
2003-01-07  Mark Mitchell* decl2.c (mark_used): Do not synthesize thunks.
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...
2002-12-31  Nathan Sidwellclass.c (modify_vtable_entry): Remove unused variable.
2002-12-30  Mark Mitchellparse.y: Remove.
2002-12-30  Nathanael Nerodedecl.c, [...]: GCC, not GNU CC.
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-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-22  Nathan Sidwellre PR c++/8572 (ICE with external definition of convers...
2002-12-19  Jason MerrillHandle anonymous unions at the tree level.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-10  Mark Mitchellre PR c++/8153 (ICE with static const member in class)
2002-12-01  Mark Mitchellre PR c++/8332 (strlen/template interaction causes...
2002-11-15  Kazu HirataChangeLog: Follow spelling conventions.
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  Mark Mitchellcp-tree.h (lang_decl_flags): Remove init_priority.
2002-10-11  Mark MitchellNEWS: Document removal of "new X = ..." extension.
2002-10-09  Kaveh R. Ghazi* decl2.c (prune_vtable_vardecl): Delete unused function.
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-09-21  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-19  Devang Patelcp-tree.h: New prototype for walk_vtabls().
2002-09-13  Kazu Hiratadecl.c: Fix comment formatting.
2002-08-15  Alexandre Olivaparse.y (sizeof, [...]): New non-terminals to increment...
2002-08-11  Kaveh R. Ghazidecl2.c (build_call_from_tree): Fix uninitialized variable.
2002-08-09  Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08  Mark MitchellRework build_component_ref.
2002-08-07  Neil BoothMakefile.in (c-opts.o, [...]): Update.
2002-08-05  Geoffrey KeatingIndex: ChangeLog
2002-08-01  Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-08-01  Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-27  Roger Sayledecl2.c (cxx_decode_option): Support -fno-builtin-foo.
2002-07-26  Jason Merrillfunction.c (assign_parms): Handle frontend-directed...
2002-07-26  Neil Boothc-common.h (RID_AND, [...]): Remove.
2002-07-25  Gabriel Dos Reisc-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-25  Neil Boothc-decl.c (c_decode_option): No need to handle switches...
2002-07-23  Gabriel Dos ReisFix PR/7363:
2002-07-21  Roger Sayledecl2.c (cxx_decode_option): Simplify -fhandle-exceptio...
2002-07-09  Mark Mitchellcp-tree.h (constructor_name_p): Declare it.
next