aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-29tree-optimize.c: New file.Richard Henderson6-252/+76
2003-08-29re PR middle-end/6196 (ICE in copy_to_mode_reg, at explow.c:711)Mark Mitchell2-7/+13
2003-08-29re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis4-3/+35
2003-08-29init.c (decl_constant_value): Deal with COND_EXPR specially.Mark Mitchell3-2/+21
2003-08-28re PR rtl-optimization/5079 (Reference to static const int not eliminated dur...Mark Mitchell2-0/+8
2003-08-27parser.c (struct cp_token): Use enum bitfields.Dan Nicolaescu2-20/+28
2003-08-26re PR c++/11871 (Koenig lookup regression)Nathan Sidwell2-1/+7
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell3-11/+13
2003-08-25Fix thinkoGabriel Dos Reis1-1/+0
2003-08-25* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.Richard Henderson2-6/+4
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis3-215/+1260
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell9-75/+62
2003-08-23re PR c++/3765 (member using declaration can't change access from public)Kriang Lerdsuwanakij2-21/+32
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij6-24/+58
2003-08-21re PR c++/11283 (ICE in build_conditional_expr)Jason Merrill2-2/+13
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell4-50/+95
2003-08-21re PR c++/11834 (template specialization not matched)Mark Mitchell2-0/+10