aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-01-28re PR c++/25855 (template specialisation not always found (partial ordering))Mark Mitchell4-46/+51
2006-01-26re PR c++/16021 (Tests for container swap specialisations FAIL in debug mode)Jason Merrill2-3/+14
2006-01-25revert: cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt4-3/+14
2006-01-25cp-tree.h (get_primary_binfo): Remove prototype.Volker Reichelt6-17/+27
2006-01-24typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().Dirk Mueller2-2/+7
2006-01-24re PR c++/25552 (Invalid destructor name accepted in friend declaration)Volker Reichelt4-10/+26
2006-01-24* semantics.c: Remove outdated comment.Mark Mitchell2-5/+5
2006-01-23cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt7-11/+21
2006-01-23cp-tree.h (build_x_delete): Remove prototype.Volker Reichelt3-29/+9
2006-01-23cp-tree.h (get_vtt_name): Remove prototype.Volker Reichelt3-11/+7
2006-01-22fix commentGabriel Dos Reis2-2/+5
2006-01-22re PR c++/10891 (code using dynamic_cast causes segfaults when -fno-rtti is u...Gabriel Dos Reis2-0/+14
2006-01-22re PR c++/25895 (wrong code with ?: and derived class pointers)Mark Mitchell4-30/+58
2006-01-20parser.c (cp_lexer_next_token_is_keyword): Simplify.Volker Reichelt2-12/+7
2006-01-20call.c (add_builtin_candidates): Remove superfluous return.Volker Reichelt4-6/+7
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller3-4/+18
2006-01-20re PR c++/22136 (Rejects old-style using declaration)Mark Mitchell2-37/+68
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