aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-05-28re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions)Mark Mitchell4-4/+20
2004-05-28re PR c++/15083 (spurious "statement has no effect" warning)Mark Mitchell5-4/+19
2004-05-28decl.c (cp_make_fname_decl): Free return value from fname_as_string.Aldy Hernandez2-0/+8
2004-05-28re PR c++/14668 (no warning anymore for reevaluation of declaration)Mark Mitchell2-5/+20
2004-05-28tweakJason Merrill1-1/+1
2004-05-28re PR c++/15214 (Warning non-virtual-dtor too strict)Tom Marshall2-1/+16
2004-05-27re PR c++/12883 (destructor of array object not called if no prior instantiat...Adam Nemet2-0/+13
2004-05-24method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be n...Geoffrey Keating4-5/+22
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini2-2/+6
2004-05-24re PR c++/15044 (ICE on syntax error, template header.)Mark Mitchell3-4/+28
2004-05-23re PR c++/15165 (ICE in instantiate_template)Mark Mitchell2-2/+11
2004-05-23re PR c++/15025 (accepts redeclaration of template as non-template)Mark Mitchell2-0/+13
2004-05-23re PR c++/14821 (Duplicate namespace alias declaration should not conflict)Mark Mitchell3-8/+32
2004-05-23class.c (alter_access): Use %E format specifier to print an identifier node.Gabriel Dos Reis6-27/+37
2004-05-22re PR c++/15285 (instantiate_type ICE when forming pointer to template function)Mark Mitchell2-3/+15
2004-05-22re PR c++/15507 (hang laying out union)Mark Mitchell3-12/+44
2004-05-22name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by returning when ...Roger Sayle3-0/+14
2004-05-20optimize.c (calls_setjmp_r): Remove.Andrew Pinski4-40/+7
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg4-4/+10
2004-05-18* class.c (build_base_path): Tidy a bit.Jason Merrill2-7/+15
2004-05-14name-lookup.c (struct scope_binding): New.Geoffrey Keating2-43/+65
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo4-7/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo26-584/+1456
2004-05-05re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini2-6/+8
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