aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-02-24Index: gcc/ChangeLogGeoffrey Keating2-1/+7
2006-02-22re PR c++/26291 (Invalid ellipsis in operator not diagnosed)Volker Reichelt2-4/+16
2006-02-20Make-lang.in (OBJC): RemoveRafael Espindola2-2/+6
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-1/+1
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell12-75/+130
2006-02-14call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt4-11/+19
2006-02-13cp-tree.h (warn_hidden): Remove prototype.Volker Reichelt3-2/+4
2006-02-13cp-tree.h (build_type_conversion): Remove prototype.Volker Reichelt3-2/+5
2006-02-13cp-tree.h (push_tinst_level): Remove prototype.Volker Reichelt3-4/+11
2006-02-13decl.c (grokdeclarator): Return NULL_TREE instead of 0.Volker Reichelt3-3/+8
2006-02-13lex.c (parse_strconst_pragma): Return error_mark_node instead of "(tree)-1" t...Volker Reichelt2-6/+13
2006-02-13re PR c++/26151 (duplicate 'duplicate' diagnostic)Volker Reichelt3-42/+47
2006-02-12re PR c++/24996 (ICE on throw code)Jason Merrill2-0/+7
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