aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-07-26ptree.c (cxx_print_identifier): Print a leading space if the indent level is 0.Ian Lance Taylor2-2/+13
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi3-0/+28
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein2-0/+6
2005-07-21class.c (build_base_path): Fix typo.Andrew Pinski2-2/+6
2005-07-21re PR c++/22358 (C++ front-end produces mis-match types in MODIFY_EXPR)Andrew Pinski2-1/+7
2005-07-21Completed this ChangeLog entry:Doug Gregor1-1/+3
2005-07-21call.c: Fix comment typo(s).Volker Reichelt5-7/+14
2005-07-21re PR c++/2922 ([DR 197] two-stage lookup for unqualified function calls with...Douglas Gregor3-24/+14
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo15-751/+809
2005-07-18re PR c++/22263 (explicit instantiation fails to emit symbols defined later)Mark Mitchell4-16/+36
2005-07-17re PR c++/22139 (Segfault with templates and friend functions)Mark Mitchell3-3/+27
2005-07-16call.c (diagnostic_fn_t): New.Kaveh R. Ghazi2-3/+9
2005-07-16re PR c++/22204 ([repo] internal compiler error: Segmentation fault)Mark Mitchell2-1/+7
2005-07-15re PR c++/22452 (ICE expected tree that contains 'decl with visibility' struc...Daniel Berlin2-0/+10
2005-07-15re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell4-26/+68
2005-07-13Remove bogus entry.Aldy Hernandez1-5/+0
2005-07-12re PR c++/20172 (Invalid non-type template parameters not diagnosed)Volker Reichelt2-0/+10
2005-07-09cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c.Andrew Pinski6-42/+70
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin11-35/+183
2005-07-08re PR c++/21799 (Spurious ambiguity with pointers to members)Nathan Sidwell2-5/+37
2005-07-07pt.c (type_unification_real): Remove allow_incomplete argument.Nathan Sidwell2-9/+11
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini4-2/+10
2005-07-03tree-dump.h (dump_string_field): Declare.Gabriel Dos Reis2-24/+28
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2-2/+9
2005-07-02Make-lang.in (cc1plus-checksum.c): Use build/genchecksum$(build_exeext), not ...Kazu Hirata2-2/+7
2005-07-02c.opt, [...]: Remove "." from end of help texts.Joseph Myers3-6/+11
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers16-384/+232
2005-07-01decl.c (require_complete_types_for_parms): Call relayout_decl instead of layo...Daniel Berlin2-1/+6
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