aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-05-03ChangeLog missed in my previous commitGiovanni Bajo1-0/+10
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo5-15/+40
2004-05-01decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.Zack Weinberg2-4/+23
2004-04-30Refer to base members using COMPONENT_REFs where possible.Jason Merrill4-9/+99
2004-04-30class.c, [...]: Fix comment typos.Kazu Hirata7-6/+11
2004-04-23re PR c++/15064 (typeid of template parameter gives ICE)Giovanni Bajo2-1/+10
2004-04-23init.c (build_aggr_init): Fix accidental use of C99 construct in previous cha...Mark Mitchell2-1/+7
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell8-64/+62
2004-04-22* name-lookup.c (anonymous_namespace_name): Make static.Alan Modra2-1/+5
2004-04-20extern.c: New test.Eric Christopher1-2/+2
2004-04-20re PR middle-end/14531 (pessimise code, loose constantness)Roger Sayle2-4/+11
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay2-3/+6
2004-04-14revert: re PR c++/13294 (namespace associations vs. specializations)Jason Merrill2-15/+1
2004-04-10method.c (make_alias_for_thunk): Remove preprocessor guard on declaration and...Danny Smith2-6/+5
2004-04-08re PR c++/14808 ([win32] Undefined results with virtual base classes)Danny Smith2-8/+12
2004-04-08decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl...Jakub Jelinek2-0/+6
2004-04-05gcc.c (combine_flag): New global variable, for new driver option.Caroline Tice1-12/+12
2004-04-05re PR c++/3518 (default conversion to pointer-to-function is applied to soon ...Nathan Sidwell2-2/+10
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner3-2/+10
2004-04-02re PR c++/14007 (Incorrect use of const partial specialization for reference ...Nathan Sidwell3-21/+24
2004-04-01cgraph.c: Add overall comment.Jan Hubicka4-0/+23
2004-04-01re PR c++/14803 (Spurious warnings on conversion of pointers to member functi...Mark Mitchell2-33/+41
2004-04-01re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Richard Henderson3-9/+17
2004-04-01re PR c++/14810 (tree check failures with invalid code involving templates)Mark Mitchell2-1/+7
2004-04-01expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner2-1/+5
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner8-35/+43
2004-03-31tree.h (optimize_function): Kill prototype.Jan Hubicka4-50/+6
2004-03-30re PR c++/14724 (Destructor not called on backwards goto past initialization)Mark Mitchell3-2/+21
2004-03-30gengtype.c (create_option): New function.Zack Weinberg3-8/+12
2004-03-29error.c (dump_function_name): If T's DECL_LANG_SPECIFIC is null, just print t...Zack Weinberg2-1/+17
2004-03-26re PR c++/13294 (namespace associations vs. specializations)Jason Merrill2-1/+15
2004-03-25cfgrtl.c, [...]: Fix comment typos.Kazu Hirata2-2/+6
2004-03-24dwarf2asm.c, [...]: Update copyright.Kazu Hirata5-4/+9
2004-03-24hooks.c (hook_constcharptr_tree_null): New hook.Ziemowit Laski3-1/+21
2004-03-23Correct PR number in last commitZack Weinberg1-1/+1
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg3-19/+37
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2-1/+8
2004-03-22cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.Gabriel Dos Reis2-0/+5
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis4-71/+102
2004-03-21re PR c++/14616 (disjoint_set_test.cpp from boost does not compile (sizeof))Mark Mitchell2-0/+10
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell11-86/+117
2004-03-19cxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLATE_TYPE_PARM_INDEX inst...Richard Kenner3-2/+11
2004-03-19re PR c++/14545 (Cannot compile pooma-gcc (regression))Giovanni Bajo3-2/+33
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell9-19/+83
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell5-7/+36
2004-03-18cp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments.Richard Kenner3-11/+27
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner7-13/+33
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell9-17/+69
2004-03-15c-incpath.c, [...]: Update copyright.Kazu Hirata3-2/+6
2004-03-15re PR c++/14550 (trouble with pointers in templates)Mark Mitchell2-94/+92