* function.c (purge_addressof_1): Postpone insn in fewer cases.
[gcc.git] / gcc / cp /
2003-04-29 Mark Mitchellre PR c++/10551 (Failure to emit explicitly instantiate...
2003-04-29 Mark Mitchellre PR c++/10549 (ICE in store_bit_field on bitfields...
2003-04-29 Mark Mitchellre PR c++/10527 (confused error message with "new int...
2003-04-29 Mark Mitchellre PR c++/10515 (problem when initializing a field...
2003-04-29 Mark Mitchellre PR c++/10515 (problem when initializing a field...
2003-04-29 Kriang Lerdsuwanakijc-pragma.c (maybe_apply_renaming_pragma): Fix typo.
2003-04-29 Mark MitchellRemove accidental commit
2003-04-29 Mark Mitchelldecl.c (maybe_commonize_var): Further tweak support...
2003-04-28 Mark Mitchell* decl.c (maybe_commonize_var): Fix thinko in last...
2003-04-28 Mark Mitchellre PR c++/10506 (ICE in build_new at cp/init.c with...
2003-04-27 Mark Mitchelldecl.c (maybe_commonize_var): Make the code match the...
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-24 Sylvain Pion* call.c (print_z_candidates): Fix off by one error.
2003-04-24 Nathan Sidwellre PR c++/10337 ("ambiguous overload"-error for non...
2003-04-24 Mark Mitchellre PR c++/10471 (SegFault in build_cxx_call)
2003-04-23 Neil BoothMakefile.in (c-lex.o, [...]): Update.
2003-04-23 Mark Mitchellre PR c++/9847 (ICE on :?-operator with double class...
2003-04-22 Mark Mitchellre PR c++/10446 (ICE on a definition of a nonexistent...
2003-04-22 Mark Mitchellre PR c++/10428 (struct <typedef'ed name> causes ICE...
2003-04-22 Mark Mitchell* rtti.c (throw_bad_typeid): Use build_cxx_call.
2003-04-22 Mark MitchellMakefile.in (calls.o): Depend on except.h.
2003-04-21 Nathan Sidwellre PR c++/9881 (What is an address constant expression?)
2003-04-20 Nathan Sidwellcpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
2003-04-20 Nathan Sidwellre PR c++/10405 (Segfault in setup_class_bindings)
2003-04-17 Roger Saylere PR c/10375 (Function-local external decls of builtin...
2003-04-17 Kriang Lerdsuwanakijre PR c++/10347 (tree check ICE in dependent_type_p)
2003-04-15 Mark Mitchellre PR c++/10381 (Accepts call to inexistent function)
2003-04-15 Jason Merrilldecl2.c (mark_used): Don't instantiate anything if...
2003-04-15 Ziemowit Laskitree.c (build_cplus_array_type_1): Do not call uses_tem...
2003-04-14 Roger Saylebuiltin-types.def (BT_FN_STRING_CONST_STRING): New...
2003-04-13 Mark Mitchellre PR c++/10300 (use of array-new (nothrow) in segfault...
2003-04-13 Zack Weinbergtree.c (build_constructor): New function.
2003-04-12 Zack Weinbergconfigure.in: Check for wchar.h, mbstowcs, and wcswidth.
2003-04-11 Zack Weinbergc-decl.c (struct binding_level): Add shadowed_tags...
2003-04-10 Mark Mitchellclass.c (layout_class_type): Correct handling for overl...
2003-04-10 Steven Bosscherc-common.h (lang_statement_code_p): Remove declaration.
2003-04-07 Zack Weinbergtree.c (tree_size): For all 'c' and 'x' nodes...
2003-04-07 Zack WeinbergOops, this belongs with the previous calls.c commit
2003-04-07 Zack Weinbergcall.c: Include intl.h.
2003-04-05 Kaveh R. Ghazidecl.c (set_current_binding_level): Delete, revert...
2003-04-04 Kaveh R. Ghaziname-lookup.c (find_binding): Pass appropriate pointer...
2003-04-03 Kaveh R. GhaziMake-lang.in (cp-warn): Add $(STRICT_WARN).
2003-04-03 Jason Merrillcvt.c (ocp_convert): Only abort if we try to convert...
2003-04-03 Jason Merrillstor-layout.c (do_type_align): New fn, split out from...
2003-04-03 Kaveh R. Ghazigengtype-lex.l (IWORD): Add CHAR_BITFIELD.
2003-04-03 Geoffrey KeatingIndex: testsuite/ChangeLog
2003-04-01 Andrew Pinskiconfig-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup...
2003-03-31 Jason Merrillre PR java/10145 (java and c++ disagree about class...
2003-03-30 Mark Mitchellre PR c++/7647 (ICE when data member has the name of...
2003-03-30 Gabriel Dos Reis* Make-lang.in (cp/name-lookup.o): Add more dependencies.
2003-03-30 Gabriel Dos Reiscp-tree.h (binding_for_name): Move to name-lookup.h...
2003-03-30 Gabriel Dos Reisname-lookup.c: New file.
2003-03-29 Jason Merrillre PR c++/10245 (?: operator requires public copy const...
2003-03-28 Mike Stumperror.c (dump_expr): Add 0x to printed hex numbers...
2003-03-28 Mark Mitchellre PR c++/10218 (ICE in make_decl_rtl for invalid code)
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-27 Nathan Sidwellre PR c++/10224 (Problem with integral constants (...
2003-03-27 Nathan Sidwellre PR c++/10158 (ICE with templates and friends)
2003-03-25 Jason Merrillcall.c (print_z_candidate): Change name of first arg...
2003-03-24 Nathan SidwellChangelog commit escaped earlier
2003-03-24 Nathan SidwellPR c++/9898, PR c++/383, DR 322
2003-03-24 Nathan Sidwellre PR c++/10119 (tree-checking ICE in dump_expr)
2003-03-24 Nathan Sidwellre PR c++/10026 (ICE on incomplete type)
2003-03-24 Mark Mitchellre PR c++/7086 (compile time regression)
2003-03-22 Nathan SidwellPR c++/9978, c++/9708
2003-03-22 Zack Weinbergc-common.c: Include intl.h.
2003-03-21 Nathan Sidwellre PR c++/9898 (Template reference cast operator of...
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-20 Loren J. RittleMakefile.in (STRICT2_WARN): Add @WERROR@.
2003-03-19 Nathanael Nerodec-common.h (c_dump_tree), [...]): Change return type...
2003-03-19 Jason Merrillfix typo
2003-03-19 Jason MerrillPR c++/8316, c++/9315, c++/10136
2003-03-18 Roger Sayledecl.c (duplicate_decls): Use the new type when prototy...
2003-03-18 Jason Merrillre PR c++/10091 ([parisc] ICE in cp_expr_size, at cp...
2003-03-17 Mark Mitchellre PR c++/9639 ([New parser] Namespace std in construct...
2003-03-17 Jason Merrillre PR c++/9993 (destructor not called for local object...
2003-03-17 Andreas JaegerMake-lang.in (treelang.tags): Remove duplicate entry.
2003-03-16 Nathan Sidwellre PR c++/9629 (virtual inheritance segfault)
2003-03-16 Gabriel Dos ReisFix rethinko.
2003-03-16 Gabriel Dos Reis* decl.c (binding_for_name): Fix initialization thinko.
2003-03-15 Gabriel Dos ReisFix thinko.
2003-03-15 Gabriel Dos ReisCompile-time improvement: 2/n.
2003-03-15 Roger Saylec-cppbuiltin.c (builtin_define_with_value_n): Fix white...
2003-03-15 Neil BoothMakefile.in: Update.
2003-03-15 Kriang Lerdsuwanakijre PR c++/6440 (template specializations cause ICE)
2003-03-13 Jason Merrillre PR c++/9420 (incomplete type incorrectly reported)
2003-03-13 Mark Mitchelldecl2.c (do_nonmember_using_decl): Correct handling...
2003-03-13 Mark MitchellFix typo in ChangeLog
2003-03-13 Mark Mitchellcall.c (initialize_reference): Remove bogus assertion.
2003-03-12 Andrew Lewyckyre PR c++/7050 (g++ segfaults on: (i ? get_string(...
2003-03-12 Mark MitchellFix PR number in log message.
2003-03-12 Mark Mitchellre PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)
2003-03-12 Alexandre Olivag++.1: Remove.
2003-03-11 Mark Mitchellre PR c++/9924 (Multiple using statements for builtin...
2003-03-11 Jason Merrillre PR c++/9820 (ice in build_baselink (templates))
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...
next