aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-09-20re PR c++/23947 (segv in reshape_init_r())Jakub Jelinek2-1/+12
2005-09-16re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)Mark Mitchell2-0/+10
2005-09-16re PR c++/21514 ([DR 488] templates and anonymous enum)Mark Mitchell2-7/+16
2005-09-16re PR c++/23357 (ICE with __alignof__ on template arguments)Jason Merrill2-2/+8
2005-09-16re PR c++/23896 (boost::tie() = std::pair doesn't compile)Mark Mitchell2-5/+19
2005-09-15* pt.c (check_explicit_instantiation_namespace): Fix typo.Mark Mitchell2-1/+3
2005-09-15re PR c++/13140 (declaration in global namespace, definition inside named or ...Mark Mitchell3-7/+100
2005-09-15re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C)Nathan Sidwell2-1/+6
2005-09-13re PR c++/16171 ([ABI] Problems with standard names in different namespaces)Bastian Blank2-4/+9
2005-09-13re PR c++/23839 (ICE: expected var_decl, have parm_decl in cxx_mark_addressab...Mark Mitchell2-1/+7
2005-09-13re PR c++/23842 (Incorrect access control context)Mark Mitchell2-4/+6
2005-09-13re PR c++/23841 (Floating-point literals cast to integral types should be acc...Mark Mitchell2-1/+11
2005-09-12re PR c++/23789 (compilation error when template parameters have certain comp...Mark Mitchell3-28/+12
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor10-82/+320
2005-09-11decl2.c (build_anon_union_vars): Copy attributes from the base addr.Richard Henderson3-3/+21
2005-09-09parser.c (cp_parser_translation_unit): Simplify.Gabriel Dos Reis2-31/+31
2005-09-09dbxout.c: Include expr.h.Richard Henderson7-22/+18
2005-09-09re PR c++/22252 (pragma interface/implementation still break synthesized meth...Mark Mitchell5-35/+61
2005-09-08re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson3-2/+14
2005-09-08re PR c++/23691 (`mpl_::bool_<false>::value' is not a valid template argument...Mark Mitchell2-1/+35
2005-09-08re PR objc++/16816 (obj-c++ parser error with multi-colon selectors)Andrew Pinski2-13/+37
2005-09-07cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR for EMPTY_CLASS_EXPR.Richard Guenther2-2/+7
2005-09-06re PR c/23075 (Redundant / bogus warning)Jakub Jelinek4-4/+24
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell7-15/+47
2005-09-06* decl.c (check_elaborated_type_specifier): Remove redundant check.Volker Reichelt2-2/+5
2005-09-06re PR c++/23056 (ICE in write_template_arg_literal, at cp/mangle.c)Jakub Jelinek2-13/+40
2005-09-06cp-tree.h, [...]: Fix comment typos.Kazu Hirata5-7/+12
2005-09-05re PR c++/23667 (tr1/6_containers/unordered/hashtable/23465.cc execution test...Mark Mitchell2-11/+13
2005-09-05re PR c++/21440 (ICE with statement-as-expression)Mark Mitchell2-118/+79
2005-09-05Move entry from cp/ChangeLog to testsuite/ChangeLog.Volker Reichelt1-1/+0
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell1-10/+31
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell4-19/+27
2005-09-02re PR c++/21687 (ICE in GC with local class inside a template function)Mark Mitchell2-6/+23
2005-08-31re PR objc++/23640 (obj-c++ does not call __objc_exec_class for the classes)Andrew Pinski2-2/+9
2005-08-31re PR c++/13377 (unexpected behavior of namespace usage directive)Volker Reichelt2-4/+12
2005-08-31re PR c++/23639 (Bad error message: not a member of '<declaration error>')Volker Reichelt2-1/+9
2005-08-30re PR c++/23586 (Bad diagnostic for invalid namespace-name)Volker Reichelt3-23/+20
2005-08-29re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)Mark Mitchell6-41/+95
2005-08-26re PR c++/19004 (ICE in uses_template_parms at cp/pt.c:4860)Mark Mitchell2-6/+8
2005-08-26re PR c++/23491 (new declarator with constant expression gives "error: invali...Mark Mitchell4-32/+82
2005-08-25re PR c++/20817 (ICE for tree check in build_offset_type)Nathan Sidwell2-3/+11
2005-08-24re PR c++/22454 (ICE with operator in default argument in template class)Nathan Sidwell2-2/+8
2005-08-23re PR c++/23044 (ICE on valid code)Nathan Sidwell2-1/+7
2005-08-22Correct PR number in last patch checked in.Jim Wilson1-1/+1
2005-08-22Partial fix for too large arrays.James E Wilson2-2/+8
2005-08-22re PR c++/22233 (ICE with wrong number of template parameters)Volker Reichelt2-0/+7
2005-08-22re PR c++/23089 (internal compiler error: in int_mode_for_mode, at stor-layou...Volker Reichelt2-4/+12
2005-08-19parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in l...Volker Reichelt2-1/+6
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi3-9/+13
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian7-19/+41