aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-02-10class.c (debug_class): Remove extern.Volker Reichelt2-2/+7
2006-02-09c-common.h (flag_const_strings): Don't declare.Gabriel Dos Reis2-1/+5
2006-02-09re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill3-2/+11
2006-02-08re PR c++/26071 (ICE declaring destructor virtual and static)Volker Reichelt2-0/+4
2006-02-08re PR c++/26070 (ICE declaring data member virtual and static)Volker Reichelt2-0/+6
2006-02-07cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis8-29/+42
2006-02-07c.opt: C++ frontend supports -Wdiv-by-zero.Dirk Mueller2-4/+9
2006-02-07re PR c++/9737 ([DR150] Partial template specialisation selection failure inv...Mark Mitchell2-38/+87
2006-02-07decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.Roger Sayle5-16/+18
2006-02-04cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis8-30/+51
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward11-57/+82
2006-02-03name-lookup.c (do_class_using_decl): Use IDENTIFIER_TYPENAME_P, not IDENTIFIE...Mark Mitchell2-1/+6
2006-02-01re PR c++/25342 (internal compiler error: in lookup_member, at cp/search.c:1209)Mark Mitchell3-122/+174
2006-01-31* mangle.c: Comment fix.Ben Elliston2-1/+5
2006-01-30fix entries orderingGabriel Dos Reis1-3/+2
2006-01-29configure.ac (cxx_compat_warn): Set if -Wc++-compat is supported.Gabriel Dos Reis3-3/+9
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis12-34/+65
2006-01-29fix emailGabriel Dos Reis1-1/+1
2006-01-28class.c (check_bases): Likewise.Gabriel Dos Reis3-26/+49
2006-01-28re PR c++/25999 (compiler loses extern "C" for function after #pragma weak)Mark Mitchell2-4/+18
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