summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/16021 (Tests for container swap specialisations FAIL in debug mode)Jason Merrill2006-01-262-3/+14
* revert: cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt2006-01-254-3/+14
* cp-tree.h (get_primary_binfo): Remove prototype.Volker Reichelt2006-01-256-17/+27
* typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().Dirk Mueller2006-01-242-2/+7
* re PR c++/25552 (Invalid destructor name accepted in friend declaration)Volker Reichelt2006-01-244-10/+26
* * semantics.c: Remove outdated comment.Mark Mitchell2006-01-242-5/+5
* cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt2006-01-237-11/+21
* cp-tree.h (build_x_delete): Remove prototype.Volker Reichelt2006-01-233-29/+9
* cp-tree.h (get_vtt_name): Remove prototype.Volker Reichelt2006-01-233-11/+7
* fix commentGabriel Dos Reis2006-01-222-2/+5
* re PR c++/10891 (code using dynamic_cast causes segfaults when -fno-rtti is u...Gabriel Dos Reis2006-01-222-0/+14
* re PR c++/25895 (wrong code with ?: and derived class pointers)Mark Mitchell2006-01-224-30/+58
* parser.c (cp_lexer_next_token_is_keyword): Simplify.Volker Reichelt2006-01-202-12/+7
* call.c (add_builtin_candidates): Remove superfluous return.Volker Reichelt2006-01-204-6/+7
* re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller2006-01-203-4/+18
* re PR c++/22136 (Rejects old-style using declaration)Mark Mitchell2006-01-202-37/+68
* re PR c++/25854 (Bogus diagnostic with '<type error>')Volker Reichelt2006-01-192-2/+12
* re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt2006-01-195-8/+21
* re PR c++/25836 (G++ does not allow a conversion of templated types)Mark Mitchell2006-01-194-10/+62
* tree.c (find_tree_t, find_tree): Remove.Kazu Hirata2006-01-183-23/+5
* search.c (lookup_conversions_r): Fix a pasto.Jakub Jelinek2006-01-182-1/+5
* Update copyright from last checkin.Eric Christopher2006-01-182-2/+2
* call.c (convert_like_real): When issuing conversion warnings, depend on OPT_W...Eric Christopher2006-01-183-58/+63
* name-lookup.c (lookup_namespace_name): Remove.Kazu Hirata2006-01-173-79/+6
* re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as arr...Jakub Jelinek2006-01-172-0/+7
* common.opt (ftoplevel-reorder): New option.Ian Lance Taylor2006-01-172-2/+9
* Fix up recent entries by espindola.Ben Elliston2006-01-171-2/+2
* jvspec.c (lang_specific_spec_functions): removeRafael Espindola2006-01-162-6/+4
* * decl.c (check_initializer): Fix thinko.Gabriel Dos Reis2006-01-152-1/+5
* re PR c++/25663 (Trouble parsing nested templated constructor calls)Mark Mitchell2006-01-152-1/+7
* * pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.Jason Merrill2006-01-132-2/+4
* name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.Jason Merrill2006-01-133-3/+10
* re PR libstdc++/24660 (versioning weak symbols in libstdc++)Jason Merrill2006-01-123-6/+23
* re PR debug/24824 (ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feli...Nathan Sidwell2006-01-122-1/+8
* tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects packedness.Nathan Sidwell2006-01-112-3/+5
* parser.c (cp_parser_primary_expression): Document the grammar for the built-i...Gabriel Dos Reis2006-01-062-0/+6
* re PR c++/25632 (ICE with const int copied into two different functions)Zdenek Dvorak2006-01-042-2/+8
* typeck2.c: update copyright to 2006Chris Lattner2006-01-042-1/+9
* re PR c++/24782 (wrongly accepted nested private typedef)Mark Mitchell2006-01-042-11/+21
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-043-171/+372
* decl.c (finish_constructor_body): create simple compound stmt instead of a if...Dirk Mueller2006-01-042-25/+5
* re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell2006-01-043-1/+25
* re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell2006-01-037-55/+93
* * decl2.c (mark_used): Fix typo in comment.Mark Mitchell2006-01-022-1/+5
* parser.c (cp_parser_using_declaration): Skip name-lookup on invalid scope.Volker Reichelt2006-01-022-1/+6
* c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis2005-12-303-12/+39
* varasm.c (get_section): Use gcc_assert.Nathan Sidwell2005-12-292-4/+8
* re PR c++/25439 ("template<> int A<0>" accepted)Mark Mitchell2005-12-274-52/+88
* PR c++/23171, c++/23172, c++/25417.Mark Mitchell2005-12-278-86/+121
* re PR c++/24671 (ICE with zero-sized arrays)Mark Mitchell2005-12-232-0/+7