aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-09-15re PR c++/12184 (ICE with trying to convert an incomplete type)Nathan Sidwell3-8/+20
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell7-201/+196
2003-09-15class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell1-1/+9
2003-09-14class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell2-0/+6
2003-09-14* rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls.Geoffrey Keating2-1/+6
2003-09-14alias.c: Follow spelling conventions.Kazu Hirata2-2/+7
2003-09-13cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson2-0/+8
2003-09-11* decl2.c (var_finalized_p): Swap arms of conditional.David Edelsohn2-2/+6
2003-09-11re PR c++/11788 (missing implicit instantiation of static member function)Nathan Sidwell3-47/+66
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson2-1/+6
2003-09-10* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.Richard Henderson2-1/+5
2003-09-10decl2.c (var_finalized_p): New.Jan Hubicka2-9/+19
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson4-20/+22
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson2-1/+4
2003-09-09semantics.c (expand_or_defer_fn): Use cgraph_finalize_function always.Richard Henderson1-0/+3
2003-09-09decl2.c (finish_file): Avoid out-of-bounds array reference during memmove.Richard Henderson3-60/+15
2003-09-09except.c: Include cgraph.h.Richard Henderson2-37/+16
2003-09-09re PR bootstrap/12168 (ICE (bus error) in set_mem_attributes_minus_bitpos)Christian Ehrhardt2-0/+6
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell2-0/+5
2003-09-08re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell3-2/+10
2003-09-08* optimize.c (maybe_clone_body): Inc/dec function_depth.Richard Henderson2-0/+11
2003-09-08re PR c++/5296 ([DR115] Pointers to functions and template functions behave d...Mark Mitchell2-15/+29
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson7-37/+19
2003-09-07Fix typo.Mark Mitchell1-1/+1
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis4-10/+82
2003-09-07decl2.c (maybe_emit_vtables, [...]): Avoid re-emitting variables in unit-at-a...Jan Hubicka2-3/+14
2003-09-07re PR c++/11867 (static_cast ignores ambiguity)Mark Mitchell3-20/+42
2003-09-06cp-tree.h (add_binding): Remove declaration.Gabriel Dos Reis6-82/+107
2003-09-06re PR c++/11794 (using declaration inside nested class seems ignored)Nathan Sidwell2-2/+8
2003-09-06re PR c++/11409 (using declarations and fabs built-in)Roger Sayle2-1/+12
2003-09-06re PR c++/11595 (crash on duplicate label definition)Steven Bosscher2-7/+10
2003-09-06re PR c++/12167 (ICE on default argument of class member function if non-simple)Nathan Sidwell2-0/+17
2003-09-05re PR c++/12163 (static_cast + explicit ctor regression)Mark Mitchell3-2/+26
2003-09-05re PR c++/11922 (ICE on type_unification_real)Nathan Sidwell3-8/+26
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell10-37/+130
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson2-1/+6
2003-09-04re PR c++/12161 (ICE during bootstrap, locale-inst.c, cp/call.c: 4571)Geoffrey Keating3-0/+18
2003-09-04cp-tree.h (finish_sizeof, [...]): Remove.Nathan Sidwell6-59/+68
2003-09-04Remove cast-as-lvalue extension.Mark Mitchell5-72/+45
2003-09-03targhooks.c: New file.DJ Delorie2-1/+5
2003-09-03re PR c++/12053 (ABI difference between default g++ 3.3 and g++ 3.2)Mark Mitchell2-1/+18
2003-09-03optimize.c (optimize_function): Push/pop ggc context around the call to optim...Richard Henderson2-0/+28
2003-09-02re PR c++/11553 (g++ accepts duplicate 'friend')Scott Brumbaugh2-1/+10
2003-09-02re PR c++/11847 (reference does not work as template argument any more)Mark Mitchell2-2/+9
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell5-29/+49
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell6-27/+86
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek5-5/+8
2003-08-30re PR c++/12093 (inconstitent error with templates/non-templates)Mark Mitchell2-0/+9
2003-08-30Add missing ChangeLog entryMark Mitchell1-0/+8
2003-08-29re PR c++/11928 (c++ typedef handling)Mark Mitchell2-2/+27