Don't use #if inside C test expression.
[gcc.git] / gcc / cp /
2001-08-04 Neil BoothMakefile.in (CPPLIB_H): New, so that dependencies on...
2001-08-04 Richard Hendersontarget.h (gcc_target): Add asm_out.named_section, secti...
2001-08-03 Lars Brinkhoffcombine.c, [...]: consistently use "VAX", "VAXen",...
2001-08-03 Stan Shebscp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer...
2001-08-02 Andrew Cagneyrepo.c (get_base_filename): Change return value to...
2001-08-02 Nathan SidwellKill -fhonor-std.
2001-08-01 Alexandre Petit... *** empty log message ***
2001-07-31 Nathan SidwellThe 3.0 ABI no longer has vbase pointer fields.
2001-07-31 Nathan Sidwellre PR c++/3631 (another linking problem with virtual...
2001-07-31 Nathan Sidwellclass.c (dfs_ctor_vtable_bases_queue_p): Always walk...
2001-07-30 Andreas Jaegerjump.c: Add prototype for mark_modified_reg.
2001-07-29 Richard Henderson* method.c (pending_inlines): Remove.
2001-07-27 Nathan Sidwellclass.c (mark_primary_virtual_base): Don't adjust base...
2001-07-27 Nathan Sidwellclass.c (finish_struct_1): When copying the primary...
2001-07-26 Kriang Lerdsuwanakijpt.c (tsubst_template_parms): Call maybe_fold_nontype_a...
2001-07-26 Nathan Sidwellspew.c (yylex): Only copy the token's lineno, if it...
2001-07-26 Nathan Sidwellre PR c++/3624 (Internal error: Segmentation fault)
2001-07-26 Nathan Sidwellre PR c++/3152 (g++-3.0 segfaults when compiling progra...
2001-07-25 Jason Merrillcall.c (joust): Only prefer a non-builtin candidate...
2001-07-25 Nathan Sidwellre PR c++/3416 (gcc-3.0 Internal compiler error in...
2001-07-25 Nathan Sidwellre PR c++/3543 (gcc-3.0 Internal error #56 in resolve_o...
2001-07-25 Nathan Sidwellclass.c (build_vtbl_or_vbase_field): Remove, move into ...
2001-07-25 Nathan Sidwellclass.c (build_vbase_offset_vbtl_entries): Look for...
2001-07-25 Phil Edwardssemantics.c (finish_this_expr): Remove unused code.
2001-07-24 Jason Merrilltweak comment
2001-07-24 Nathan SidwellSimplify rtti, now we've only one ABI.
2001-07-23 Graham Stottclass.c (type_requires_array_cookie): Fix use of uninit...
2001-07-21 Nathan Sidwelltm.texi: Remove DEFAULT_VTABLE_THUNKS.
2001-07-21 Nathan SidwellRemove old-abi remnants.
2001-07-20 Daniel BerlinMake-lang.in (cp/optimize.o): Depend on $(PARAMS_H...
2001-07-19 Mark Mitchell* class.c (finish_struct_anon): Forbid nested classes.
2001-07-19 Neil BoothMakefile.in (toplev.o, [...]): Don't depend on dwarfout.h.
2001-07-19 Neil Boothc-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
2001-07-19 Mark Mitchellclass.c (type_requires_array_cookie): New function.
2001-07-18 Xavier DelacourNEWS (Changes in GCC 3.0): Fix typo.
2001-07-13 Joseph Myersc-common.c (decl_attributes): Take a pointer to the...
2001-07-12 Mark Mitchelldecl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_RE...
2001-07-11 Mark Mitchellstmt.c (parse_output_constraint): New function, split...
2001-07-11 Ben Elliston* Revert today's change -- there is a subtle bug.
2001-07-11 Ben Ellistonre PR c++/80 (g++ enum and attributed __packed__)
2001-07-11 Mark Mitchellpt.c (tsubst_decl): Set DECL_CONTEXT for namespace...
2001-07-10 Jason Merrillsemantics.c (cp_expand_stmt): Fix for null current_func...
2001-07-10 Jan van Maleregmove.c (replace_in_call_usage): Fix warnings.
2001-07-10 Jan van Maleregmove.c (replace_in_call_usage): Fix warnings.
2001-07-09 Erik Rozendaaltypeck.c (unary_complex_lvalue): Do not duplicate the...
2001-07-08 Joseph Myerstarget.h (struct gcc_target): Add insert_attributes.
2001-07-08 Joseph Myersc-common.c (decl_attributes): Only take a single attrib...
2001-07-07 Stan Shebstarget.h (targetm): Rename global from "target", so...
2001-07-06 Ira Rubencp-tree.def (TEMPLATE_DECL): Update comment.
2001-07-06 Kriang Lerdsuwanakijcp-tree.h (copy_template_template_parm): Rename to ...
2001-07-05 Jason Merrillcvt.c (convert_lvalue): New fn.
2001-07-02 Nathan Sidwellc-common.h (TDI_inlined): New ast dump phase.
2001-06-29 Joseph Myerstarget.h (struct gcc_target): Add comp_type_attributes...
2001-06-29 Nathan Sidwell* cp-tree.h (flag_dump_class_layout): Remove unneeded...
2001-06-28 Gabriel Dos Reisdiagnostic.c (default_print_error_function): Tweak.
2001-06-27 Neil Boothsystem.h (TARGET_ESC): Move to ...
2001-06-26 Gabriel Dos Reistoplev.c (decode_f_option): Adjust setting.
2001-06-26 Neil BoothMakefile.in (TARGET_H, [...]): New.
2001-06-26 Gabriel Dos Reisdiagnostic.h (struct diagnostic_context): Add new field.
2001-06-19 Richard Sandifordexcept.c (initialize_handler_parm): Expect __cxa_begin_...
2001-06-18 Jason MerrillImplement the Named Return Value optimization.
2001-06-18 Jason Merrilltidy
2001-06-15 Jason Merrillclass.c (dfs_accumulate_vtbl_inits): Just point to...
2001-06-14 Jason Merrillclass.c (dfs_find_final_overrider): Fix logic.
2001-06-14 Nathan Sidwellclass.c (dfs_accumulate_vtbl_inits): For case 2 & 3...
2001-06-13 Mark Mitchell* NEWS: Update release number.
2001-06-12 Nathan SidwellPR c++/3130, c++/3131, c++/3132
2001-06-12 Nathan Sidwellre PR c++/3089 (ICE in dfs_accumulate_vtbl_inits)
2001-06-11 Mark Mitchellc-tree.texi: Update information about flag_honor_std.
2001-06-10 Alexandre Olivatypeck.c (get_member_function_from_ptrfunc): Don't...
2001-06-10 Gabriel Dos ReisMakefile.in (c-parse.o): Depend on diagnostic.h
2001-06-08 Nathan Sidwelldecl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT...
2001-06-08 Nathan Sidwellre PR c++/2929 (gcc crash when compiling a sample)
2001-06-08 Nathan Sidwellre PR c++/3061 (kde2/artsd miscompilation (part 2))
2001-06-08 Mark Mitchelltree.h (DECL_SOURCE_FILE): Improve documentation.
2001-06-07 Phil Edwardslang-specs.h: Move -D_GNU_SOURCE to config/linux.h.
2001-06-07 Nathan Sidwellre PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport...
2001-06-06 Jason Merrillcp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
2001-06-06 John David Anglincall.c (convert_default_arg): Use INTEGRAL_TYPE_P.
2001-06-06 Mark Mitchell* semantics.c (begin_class_definition): Robustify.
2001-06-06 Mark Mitchellpt.c (instantiate_decl): Tell the repository code about...
2001-06-05 Nathan Sidwellcall.c (build_user_type_conversion_1): Set ICS_USER_FLA...
2001-06-05 Nathan Sidwelldecl.c (xref_tag): Remove extraneous %s on dependent...
2001-06-05 Nathan Sidwellclass.c (layout_vtable_decl): Fix off by one error...
2001-06-05 Nathan Sidwellc-common.h (flag_dump_translation_unit): Remove.
2001-06-01 Nathan SidwellAmend previous changelog PR g++/2936 Part missed from...
2001-05-30 Nathan Sidwellre PR c++/2936 (gcc gives me an internal error when...
2001-05-26 Nathan Sidwellre PR c++/2823 (kde2/artsd miscompilation (part 1))
2001-05-26 Zack Weinbergtoplev.c (debug_args, [...]): Mark descriptions for...
2001-05-26 Richard HendersonStandardize header guards.
2001-05-25 Mark Mitchellbuiltins.def: Encode additional information, such as...
2001-05-25 Mark Mitchellinvoke.texi (-fno-builtin): Document that this is alway...
2001-05-24 Nathan Sidwellre PR c++/2184 (using declarations for classes in funct...
2001-05-23 Mark Mitchelloptimize.c (initialize_inlined_parameters): Don't set...
2001-05-22 Jason Merrillclass.c, [...]: Remove com_interface attribute support.
2001-05-22 Joseph Myersparse.y: Refer to compound literals as such, not as...
2001-05-22 Mark Mitchellcall.c (build_op_delete_call): Ignore exception-specifi...
2001-05-21 Jason Merrillclass.c (build_vtable_entry_ref): Lose vtbl parm.
2001-05-21 Jason Merrillcp-tree.def (START_CATCH_STMT): Lose.
2001-05-21 Jason Merrilltweak formatting
next