aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-03-30re PR c++/22494 (C++ front-end produces mis-match types in EQ_EXPR (array dec...Roger Sayle2-1/+8
2006-03-24invoke.texi: Document -femit-class-debug-alwaysCarlos O'Donell2-0/+9
2006-03-22name-lookup.c (push_namespace_with_attribs): Only apply hidden visibility to ...Jason Merrill2-0/+7
2006-03-21re PR c++/26691 (Wrong code for constructor with default value)Jakub Jelinek2-6/+28
2006-03-21re PR c++/21581 ((optimisation) Functions in anonymous namespaces should defa...Jason Merrill3-4/+22
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill7-55/+181
2006-03-15re PR c++/6634 (wrong parsing of "long long double")Volker Reichelt2-12/+21
2006-03-14tweak commentsJason Merrill1-3/+3
2006-03-10PR c++/16387, c++/16389Jason Merrill2-12/+78
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson11-311/+3124
2006-03-08re PR bootstrap/26500 (info/gfortran.info is no longer being installed)Paolo Bonzini1-0/+3
2006-03-06re PR c++/15759 (ICE with function pointers)Volker Reichelt2-11/+9
2006-03-03add commentJason Merrill1-0/+4
2006-03-03decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method...Mike Stump2-4/+7
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford2-5/+11
2006-03-02re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump2-3/+16
2006-03-01Fixup whitespace a litteMike Stump1-2/+2
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