* name-lookup.c (anonymous_namespace_name): Make static.
[gcc.git] / gcc / cp / ChangeLog
2004-04-22 Alan Modra* name-lookup.c (anonymous_namespace_name): Make static.
2004-04-20 Roger Saylere PR middle-end/14531 (pessimise code, loose constantness)
2004-04-16 Bryce McKinlayprims.cc (_Jv_AllocObject): Remove `size' argument.
2004-04-14 Jason Merrillrevert: re PR c++/13294 (namespace associations vs...
2004-04-10 Danny Smithmethod.c (make_alias_for_thunk): Remove preprocessor...
2004-04-08 Danny Smithre PR c++/14808 ([win32] Undefined results with virtual...
2004-04-08 Jakub Jelinekdecl2.c (mark_used): Don't segfault if cfun != NULL...
2004-04-05 Nathan Sidwellre PR c++/3518 (default conversion to pointer-to-functi...
2004-04-05 Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-02 Nathan Sidwellre PR c++/14007 (Incorrect use of const partial special...
2004-04-01 Jan Hubickacgraph.c: Add overall comment.
2004-04-01 Mark Mitchellre PR c++/14803 (Spurious warnings on conversion of...
2004-04-01 Richard Hendersonre PR c++/14804 ([unit-at-a-time] initializing const...
2004-04-01 Mark Mitchellre PR c++/14810 (tree check failures with invalid code...
2004-04-01 Richard Kennerexpr.c (get_inner_reference): Use DECL_UNSIGNED, not...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-31 Jan Hubickatree.h (optimize_function): Kill prototype.
2004-03-30 Mark Mitchellre PR c++/14724 (Destructor not called on backwards...
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-03-29 Zack Weinbergerror.c (dump_function_name): If T's DECL_LANG_SPECIFIC...
2004-03-26 Jason Merrillre PR c++/13294 (namespace associations vs. specializat...
2004-03-25 Kazu Hiratacfgrtl.c, [...]: Fix comment typos.
2004-03-24 Kazu Hiratadwarf2asm.c, [...]: Update copyright.
2004-03-24 Ziemowit Laskihooks.c (hook_constcharptr_tree_null): New hook.
2004-03-23 Zack WeinbergCorrect PR number in last commit
2004-03-23 Zack WeinbergPR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-23 Richard Kenneralias.c (get_alias_set): Add support for TYPE_REF_CAN_A...
2004-03-22 Gabriel Dos Reiscxx-pretty-print.c (pp_cxx_parameter_declaration_clause...
2004-03-21 Gabriel Dos Reispretty-print.c (pp_base_maybe_space): New function.
2004-03-21 Mark Mitchellre PR c++/14616 (disjoint_set_test.cpp from boost does...
2004-03-20 Mark Mitchellcall.c (build_op_delete_call): Do not forget the placem...
2004-03-19 Richard Kennercxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLAT...
2004-03-19 Giovanni Bajore PR c++/14545 (Cannot compile pooma-gcc (regression))
2004-03-19 Mark Mitchellsemantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-19 Mark Mitchellc-common.c (pointer_int_sum): Do not complain about...
2004-03-18 Richard Kennercp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments.
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-16 Mark Mitchellre PR c++/14586 (Bogus warning in templates about takin...
2004-03-15 Kazu Hiratac-incpath.c, [...]: Update copyright.
2004-03-15 Mark Mitchellre PR c++/14550 (trouble with pointers in templates)
2004-03-12 Matt AusternEnabled linkonce support for Darwin.
2004-03-11 Kazu Hirata* call.c, cp-tree.h, pt.c: Fix comment typos.
2004-03-11 Mark Mitchellre PR c++/14510 (Lookup error between function name...
2004-03-09 Nathan Sidwellre PR c++/14397 (Access check for wrong copy constructor)
2004-03-09 Mark Mitchell* call.c (initialize_reference): Fix typo.
2004-03-09 Giovanni Bajore PR c++/14409 (Accepts invalid function signature...
2004-03-09 Mark Mitchellre PR c++/14230 (ICE in cp_expr_size)
2004-03-09 Mark Mitchellre PR c++/14432 (Built-ins lead to conflict even if...
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-03-08 Jason Merrillre PR c++/13170 (ICE in build_base_path)
2004-03-08 Matt Austernre PR debug/14079 (wrong debug info for extern boolean...
2004-03-05 Jason Merrilltree.h (TYPE_HASH): Use TYPE_UID.
2004-03-04 Geoffrey KeatingIndex: cp/ChangeLog
2004-03-02 Mark Mitchellre PR c++/14369 (errenous reject of well-formed code)
2004-03-02 Mark Mitchellre PR c++/14360 (Overeager argument dependent name...
2004-03-01 Gabriel Dos Reisre PR c++/14369 (errenous reject of well-formed code)
2004-03-01 Mark Mitchellre PR c++/14324 (Multiple static definitions are not...
2004-03-01 Jeff Lawfold-const.c (fold): An equality comparison of a non...
2004-03-01 Mark Mitchellre PR c++/14138 (100x -O0 C++ Compile Time Regression...
2004-03-01 Mark Mitchellre PR c++/14267 (ICE on invalid, cast to lval related)
2004-02-29 Mark Mitchellre PR debug/12103 (-g only crash (segfault) with a...
2004-02-29 Kazu Hiratapasses.c, [...]: Fix comment typos.
2004-02-27 Ziemowit Laskitree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.
2004-02-27 Mark Mitchellre PR c++/14278 (fails when calling through a function...
2004-02-26 Giovanni Bajore PR c++/14284 (Failure to select obvious template...
2004-02-26 Giovanni Bajore PR c++/14246 (Problems with templates, ice in write_...
2004-02-24 Jason Merrill* tree.c (build_exception_variant): Use check_qualified...
2004-02-23 Zack WeinbergRemove -fwritable-strings.
2004-02-23 Andrew Pinskire PR c++/14156 (no warning for address of parameter)
2004-02-23 Giovanni Bajore PR c++/14250 (switch() does not seem to see operator...
2004-02-23 Giovanni Bajore PR c++/14143 (Overeager ADL)
2004-02-20 John David Anglinre PR c++/12007 (Multiple inheritance float pass by...
2004-02-20 Jason Merrilltweak
2004-02-20 Mark Mitchellre PR c++/14199 (Unjustified warning about unused variable)
2004-02-20 Mark Mitchellre PR c++/14186 (enum in base class conflicts with...
2004-02-19 Giovanni Bajore PR c++/14181 (Cryptic error message for code that...
2004-02-18 Kazu Hiratacfgloop.h, [...]: Update copyright.
2004-02-17 Mark Mitchellre PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer...
2004-02-16 Mark Mitchellre PR c++/13971 (ICE when compiling koffice-cvs (in...
2004-02-15 Gabriel Dos Reisre PR c++/14085 (when compiling template functors)
2004-02-14 Kriang Lerdsuwanakijre PR c++/13635 (ICE in register_specialization for...
2004-02-14 Giovanni Bajore PR c++/13927 (duplicated error message on bad redecl...
2004-02-14 Mark Mitchellre PR c++/14122 (problem with non-type tmplt parm in...
2004-02-13 Mark Mitchellre PR c++/14083 (ICE in conditional expression operator...
2004-02-13 Ian Lance Taylorre PR c++/9851 (confusing error message when using...
2004-02-13 Mark Mitchellcall.c (conversion_kind): New type.
2004-02-12 Zack Weinbergdebug.h (struct gcc_debug_hooks): Add type_decl field.
2004-02-11 Mark Mitchell* typeck.c (lookup_destructor): Fix typo in error message.
2004-02-09 Kazu Hirata* call.c, parser.c, tree.c: Fix comment typos.
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-02-07 Kazu Hiratac-ppoutput.c, [...]: Update copyright.
2004-02-07 Giovanni Bajore PR c++/14033 (tree check: expected class 't', have...
2004-02-06 Giovanni Bajore PR c++/14028 (Parser accepts invalid unbalanced...
2004-02-06 Kelley CookMakefile.in (srcextra): Add a level of indirection...
2004-02-05 Kazu Hiratautils.c (create_param_decl): Replace PROMOTE_PROTOTYPES...
2004-02-05 Rainer Orthre PR target/13750 (Ada bootstrap failure on Tru64...
2004-02-05 Mark Mitchellre PR c++/13714 (destructor name `const s' does not...
2004-02-05 Jan Hubickatree.c (cp_cannot_inline_tree_fn): Allow inlining of...
2004-02-05 Giovanni Bajore PR c++/14008 (Confusing diagnostic when omitting...
2004-02-05 Mark Mitchellre PR c++/13932 (duplicate warning message for conversion)
next