aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-06-16rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might change.Nathan Sidwell2-4/+10
2005-06-15typeck.c (build_binary_op): Same.Aldy Hernandez2-2/+12
2005-06-15re PR c++/20678 (Make process stopped)Nathan Sidwell2-1/+6
2005-06-15Make-lang.in: Reformat some long lines.Nathan Sidwell6-274/+325
2005-06-15Canonicalize whitespace.Mike Stump37-2772/+2788
2005-06-14Remove extra white spacing at end of lines.Mike Stump42-2744/+2745
2005-06-14* decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.Roger Sayle2-0/+5
2005-06-14Index: ChangeLogGeoffrey Keating2-2/+7
2005-06-13re PR c++/20789 (ICE with incomplete type in template)Nathan Sidwell3-33/+71
2005-06-12re PR c++/21930 (pretty printer confusion)Roger Sayle2-9/+8
2005-06-10re PR c++/10611 (operations on vector mode not recognized in C++)Aldy Hernandez3-7/+41
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell10-83/+125
2005-06-08re PR c++/19894 (pointer-to-void member not rejected in template)Volker Reichelt3-2/+19
2005-06-07missed entryNathan Sidwell1-0/+7
2005-06-07cp-tree.def (DEFAULT_ARG): Adjust documentation.Nathan Sidwell4-10/+15
2005-06-07parser.c (cp_parser_late_parsing_default_args): Fix overeager assert in previ...Nathan Sidwell2-1/+9
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2-18/+24
2005-06-06re PR c++/21903 (Default argument of template function causes a compile-time ...Nathan Sidwell4-13/+46
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell6-28/+48
2005-06-06* config-lang.in (target_libs): Remove target-gperf.Hans-Peter Nilsson2-1/+5
2005-06-05re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time cons...Mark Mitchell4-7/+44
2005-06-03re PR c++/21853 (constness of pointer to data member ignored)Mark Mitchell2-10/+16
2005-06-03re PR c++/21336 (Internal compiler error when using custom new operators)Mark Mitchell4-43/+57
2005-06-02* method.c (synthesize_method): Add addtional arg to warning call.Nathan Sidwell2-1/+3
2005-06-02re PR c++/21280 (#pragma interface, templates, and "inline function used but ...Nathan Sidwell5-16/+43
2005-06-02decl.c (start_decl): Simplify specialization handling.Nathan Sidwell3-17/+26
2005-06-02re PR c++/20350 (extern template and struct initializer and specification for...Nathan Sidwell2-7/+11
2005-06-02re PR c++/21151 (ICE when compiling c++ PCH of class definition within templa...Nathan Sidwell2-2/+6
2005-05-31re PR c++/21165 (bogus error on a user-defined conversion in a template)Nathan Sidwell2-1/+7
2005-05-30re PR c++/21784 (Using vs builtin names)Mark Mitchell2-9/+19
2005-05-30* operators.def, optimize.c: Update copyright.Kazu Hirata3-2/+6
2005-05-29re PR c++/21340 (error in constructor lookup (can't find constructor with "co...Mark Mitchell2-0/+22
2005-05-28re PR c++/21614 (wrong code when calling member function of undefined class)Mark Mitchell2-7/+22
2005-05-28c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor3-0/+39
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle14-16/+65
2005-05-27re PR c++/21455 (type 'X' is not a base type for type 'X' in pointer to membe...Nathan Sidwell2-27/+32
2005-05-27re PR c++/21681 (ICE with nested types in template)Nathan Sidwell2-0/+14
2005-05-26re PR translation/21768 (ICE in error message due to violation of coding conv...Volker Reichelt2-4/+9
2005-05-26* call.c (build_op_delete_call): Fix quoting in error message.Volker Reichelt2-1/+5
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson4-12/+78
2005-05-25re PR c++/21686 (weird quoting in an error message)Volker Reichelt2-3/+8
2005-05-25common.opt (-Wattributes): New.DJ Delorie5-13/+27
2005-05-24class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.Ziemowit Laski6-66/+72
2005-05-24re PR c++/21645 (C++ ICE in cxx_types_compatible_p)Andrew Pinski2-0/+7
2005-05-23tweak commentJason Merrill1-9/+12
2005-05-20Give credit, where credit is due.Ziemowit Laski1-1/+2
2005-05-19re PR c++/21495 (internal compiler error: Segmentation fault)Jakub Jelinek2-24/+7
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata2-2/+6
2005-05-18Fix forgotten ChangeLog entries.Jan Hubicka1-0/+5
2005-05-18dummy-checksum.c: New.Geoffrey Keating2-2/+18