aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-04-08re PR c++/20905 (confuses unrelated type name with instance name)Mark Mitchell2-18/+61
2005-04-08re PR c++/20145 (template "class has virtual functions ... " is not suppresse...Mark Mitchell5-15/+31
2005-04-06c-decl.c (finish_decl): Apply pending #pragma weak regardless of scope.Joseph Myers2-2/+6
2005-04-06re PR c++/20212 (attribute unused vs. member function template)Mark Mitchell2-0/+13
2005-04-06Add missing ChangeLog entryMark Mitchell1-0/+9
2005-04-06re PR c++/20734 (rejects valid pointer to member)Mark Mitchell3-53/+26
2005-04-06re PR c++/19312 (ICE in stabilize_call when throwing a copy)Jason Merrill2-1/+10
2005-04-05Fix typoMark Mitchell1-0/+5
2005-04-05re PR target/20673 (C PCH testsuite assembly comparison failure)Mark Mitchell1-5/+6
2005-04-05re PR c++/19159 (Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info)Mark Mitchell2-14/+42
2005-04-04re PR c++/20679 (Parse error when accessing attributes of an inner class. Enc...Mark Mitchell2-8/+12
2005-04-04re PR c++/20746 ([4.0 only] Incorrect return value for covariant return funct...Nathan Sidwell2-3/+26
2005-04-04decl2.c (finish_objects): Revert my previous patch.Jan Hubicka2-8/+5
2005-04-03* pt.c: Fix comment typos.Kazu Hirata2-2/+6
2005-04-03re PR c++/20723 (ICE in more_specialized_fn, more than one user-defined conve...Nathan Sidwell2-2/+15
2005-04-01call.c (add_template_candidates_real): Remove length parameter from fn_type_u...Nathan Sidwell5-96/+65
2005-03-31PR c++/19203, implement DR 214Nathan Sidwell4-80/+203
2005-03-31re PR c++/18644 (-Wsynth warning in <complex>)Gabriel Dos Reis2-14/+5
2005-03-30[multiple changes]Jan Hubicka2-2/+8
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson5-80/+28
2005-03-24Index: cp/ChangeLogGeoffrey Keating2-7/+14
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher9-78/+113
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers2-2/+4
2005-03-23tree.c (cp_tree_equal): Handle SSA_NAME.Dale Johannesen1-0/+1
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers2-1/+6
2005-03-22extend.texi: Deprecate C++ min/max operators.Mark Mitchell2-0/+26
2005-03-22re PR c++/19980 (ICE on invalid template declaration)Volker Reichelt2-1/+11
2005-03-22re PR c++/20499 (ICE on duplicate class definition)Volker Reichelt2-1/+8
2005-03-22re PR c++/20465 (error: no matching function for call)Nathan Sidwell2-1/+11
2005-03-21re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error)Paolo Carlini3-0/+21
2005-03-21c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi...Joseph Myers3-0/+23
2005-03-19re PR c++/20240 (invalid using-redeclaration accepted)Kriang Lerdsuwanakij2-0/+11
2005-03-19re PR c++/20333 (ICE on invalid code, typename outside of a template)Kriang Lerdsuwanakij2-7/+21
2005-03-18re PR c++/20463 (ICE on using undefined type)Paolo Carlini2-1/+9
2005-03-17re PR c++/19966 (Misleading message "must take exactly one argument")Paolo Carlini3-15/+22
2005-03-17re PR c++/20186 (ICE with static_cast and type dependent variable (templates))Nathan Sidwell2-141/+111
2005-03-14re PR c++/4403 (incorrect class becomes a friend in template)Kriang Lerdsuwanakij3-16/+60
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij9-51/+136
2005-03-14re PR c++/20157 (Internal compiler error on invalid code)Mark Mitchell2-2/+15
2005-03-11cp-tree.h (struct cp_declarator): New id_loc field.Per Bothner3-2/+12
2005-03-10PR c++/18384, c++/18327Jakub Jelinek2-19/+20
2005-03-09re PR c++/20208 (No array-to-pointer decay happens for template functions)Mark Mitchell2-0/+9
2005-03-09re PR c++/16859 (Empty initializer for array of unknown size spuriously accep...Paolo Carlini2-4/+15
2005-03-09re PR c++/20186 (ICE with static_cast and type dependent variable (templates))Nathan Sidwell2-1/+54
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell6-33/+25
2005-03-07class.c (finish_struct_1): Do not warn about non-virtual destructors in Java ...Mark Mitchell2-1/+8
2005-03-05re PR c++/19311 (ICE in resolve_overloaded_unification)Kriang Lerdsuwanakij4-31/+23
2005-03-02name-lookup.c (push_overloaded_decl): Don't error if the new decl matches the...Alexandre Oliva3-2/+10
2005-03-01decl.c (finish_function): Use SET_EXPR_LOCATION instead of unavailable annota...Per Bothner2-0/+9
2005-03-01re PR c++/20232 (ICE with covariancy)Nathan Sidwell4-7/+26