aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-12Enabled linkonce support for Darwin.Matt Austern4-21/+68
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata4-3/+7
2004-03-11re PR c++/14476 (ICE after error about enum not being defined when using it a...Mark Mitchell1-19/+1
2004-03-11re PR c++/14510 (Lookup error between function name and struct name)Mark Mitchell2-1/+7
2004-03-09re PR c++/14397 (Access check for wrong copy constructor)Nathan Sidwell2-3/+10
2004-03-09* call.c (initialize_reference): Fix typo.Mark Mitchell2-1/+5
2004-03-09re PR c++/14409 (Accepts invalid function signature for explicit instantiation)Giovanni Bajo3-9/+38
2004-03-09re PR c++/14230 (ICE in cp_expr_size)Mark Mitchell2-0/+16
2004-03-09Fix typoMark Mitchell1-1/+1
2004-03-09re PR c++/14432 (Built-ins lead to conflict even if no header file included)Mark Mitchell2-7/+20
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell11-155/+109
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill5-33/+29
2004-03-08re PR debug/14079 (wrong debug info for extern boolean variable in debug mode)Matt Austern2-2/+12