aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-27re PR c++/20206 (COMDAT broken for C++ thunks)Jakub Jelinek2-1/+23
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt9-16/+20
2005-02-24re PR c++/20175 (Warnings are issued when initializing struct members with "s...Jakub Jelinek2-1/+10
2005-02-24re PR c++/19878 (ICE in import_export_decl)Mark Mitchell2-0/+8
2005-02-23decl.c (grokvardecl): Don't exempt anonymous types from having linkage for va...Alexandre Oliva2-17/+14
2005-02-23genpreds.c: Update copyright.Kazu Hirata3-2/+6
2005-02-23re PR c++/20073 (ICE initializing const array)Mark Mitchell1-0/+7
2005-02-23re PR c++/20073 (ICE initializing const array)Mark Mitchell2-27/+20
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell6-36/+45
2005-02-22parser.c (cp_parser_direct_declarator): Always complain about non-constant ar...Mark Mitchell3-14/+10