aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-06-30pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg4-15/+27
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2-4/+11
2005-06-28target.h (invalid_conversion, [...]): New hooks.Joseph Myers3-0/+34
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook3-1/+13
2005-06-27remove 2004 entries, which have been moved to ChangeLog.2004Nathan Sidwell1-6879/+0
2005-06-26re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi3-2/+9
2005-06-26genautomata.c (decl_mode_check_failed, [...]): Add noreturn attribute.Kaveh R. Ghazi2-1/+5
2005-06-25Update FSF address.Kelley Cook42-82/+86
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2-19/+18
2005-06-22* pt.c (register_specialization): Remove superfluous assertion.Volker Reichelt2-5/+4
2005-06-18c-decl.c (locate_old_decl): Add format attribute.Kaveh R. Ghazi4-6/+14
2005-06-17re PR c++/17413 (local classes as template argument)Geoffrey Keating2-10/+12
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