aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-01-19re PR c++/25854 (Bogus diagnostic with '<type error>')Volker Reichelt2-2/+12
2006-01-19re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt5-8/+21
2006-01-19re PR c++/25836 (G++ does not allow a conversion of templated types)Mark Mitchell4-10/+62
2006-01-18tree.c (find_tree_t, find_tree): Remove.Kazu Hirata3-23/+5
2006-01-18search.c (lookup_conversions_r): Fix a pasto.Jakub Jelinek2-1/+5
2006-01-18Update copyright from last checkin.Eric Christopher2-2/+2
2006-01-18call.c (convert_like_real): When issuing conversion warnings, depend on OPT_W...Eric Christopher3-58/+63
2006-01-17name-lookup.c (lookup_namespace_name): Remove.Kazu Hirata3-79/+6
2006-01-17re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as arr...Jakub Jelinek2-0/+7
2006-01-17common.opt (ftoplevel-reorder): New option.Ian Lance Taylor2-2/+9
2006-01-17Fix up recent entries by espindola.Ben Elliston1-2/+2
2006-01-16jvspec.c (lang_specific_spec_functions): removeRafael Espindola2-6/+4
2006-01-15* decl.c (check_initializer): Fix thinko.Gabriel Dos Reis2-1/+5
2006-01-15re PR c++/25663 (Trouble parsing nested templated constructor calls)Mark Mitchell2-1/+7
2006-01-13* pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.Jason Merrill2-2/+4
2006-01-13name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.Jason Merrill3-3/+10
2006-01-12re PR libstdc++/24660 (versioning weak symbols in libstdc++)Jason Merrill3-6/+23
2006-01-12re PR debug/24824 (ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feli...Nathan Sidwell2-1/+8
2006-01-11tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects packedness.Nathan Sidwell2-3/+5
2006-01-06parser.c (cp_parser_primary_expression): Document the grammar for the built-i...Gabriel Dos Reis2-0/+6
2006-01-04re PR c++/25632 (ICE with const int copied into two different functions)Zdenek Dvorak2-2/+8
2006-01-04typeck2.c: update copyright to 2006Chris Lattner2-1/+9
2006-01-04re PR c++/24782 (wrongly accepted nested private typedef)Mark Mitchell2-11/+21
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson3-171/+372
2006-01-04decl.c (finish_constructor_body): create simple compound stmt instead of a if...Dirk Mueller2-25/+5
2006-01-04re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell3-1/+25
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell7-55/+93
2006-01-02* decl2.c (mark_used): Fix typo in comment.Mark Mitchell2-1/+5
2006-01-02parser.c (cp_parser_using_declaration): Skip name-lookup on invalid scope.Volker Reichelt2-1/+6
2005-12-30c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis3-12/+39
2005-12-29varasm.c (get_section): Use gcc_assert.Nathan Sidwell2-4/+8
2005-12-27re PR c++/25439 ("template<> int A<0>" accepted)Mark Mitchell4-52/+88
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell8-86/+121
2005-12-23re PR c++/24671 (ICE with zero-sized arrays)Mark Mitchell2-0/+7
2005-12-23decl.c (grokdeclarator): Improve diagnostic for friend declarations of class ...Volker Reichelt2-3/+13
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell5-42/+29
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell5-130/+56
2005-12-22re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt2-11/+12
2005-12-20re PR c++/21228 (-Wunreachable-code produces spurious warnings for constructor)Mark Mitchell2-14/+34
2005-12-20re PR c++/24278 (ICE while trying to print out error)Mark Mitchell2-4/+8
2005-12-20re PR c++/24915 (Overload errors generated without template instantiations fo...Mark Mitchell2-11/+83
2005-12-18re PR fortran/25018 (Segfault with simple expression)Paul Thomas1-71/+0
2005-12-16* parser.c, pt.c: Fix comment typos.Kazu Hirata3-3/+7
2005-12-13re PR c++/24907 ("int x, ;" accepted)Petr Machata2-2/+18
2005-12-12re PR c++/25300 (ICE with g++.dg/template/inherit.C)Mark Mitchell2-0/+10
2005-12-12re PR c++/25337 (ICE with template processing)Mark Mitchell2-7/+14
2005-12-11Fixes java/PR9861Terry Laurenzo2-2/+30
2005-12-08call.c (build_conditional_expr): Print types in error messages.Théodore Papadopoulo2-2/+8
2005-12-07* expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.Volker Reichelt2-1/+5
2005-12-07* cp-gimplify.c (gimplify_cp_loop): Use fold_build3.Volker Reichelt2-2/+5