aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-05-06Index: libiberty/ChangeLogGeoffrey Keating2-2/+23
2007-05-04c.opt (Wmain,ffreestanding): Enable for C++,ObjC++.Dirk Mueller2-1/+7
2007-05-04ChangeLog: split old changelogs by yearIan Lance Taylor3-7017/+7017
2007-05-02re PR c++/31663 (Segfault in constrain_class_visibility with anonymous namesp...Seongbae Park2-1/+7
2007-04-28re PR c++/30221 (internal compiler error: in reshape_init_r, at cp/decl.c:4632)Andrew Pinski2-3/+14
2007-04-27decl.c (grokparms): Changed message format from %qD to %qE.Simon Baldwin2-1/+5
2007-04-27error.c (maybe_warn_variadic_templates): Variadic templates are now in C++0x,...Douglas Gregor2-1/+6
2007-04-26re PR c++/30016 (internal compiler error: in convert_move, at expr.c:362)Andrew Pinski2-1/+7
2007-04-26re PR c++/31598 (g++ does not accept some OpenMP code)Jakub Jelinek2-1/+8
2007-04-26Fix PR# in ChangeLog:Mark Mitchell1-1/+1
2007-04-26re PR target/31388 (ICE building libiberty multilib for mips16 multilibs)Mark Mitchell5-9/+25
2007-04-25semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust per N2255; renam...Paolo Carlini2-52/+34
2007-04-23decl.c (grokparms): Added new error for duplicate function parameters names i...Simon Baldwin2-0/+16
2007-04-23decl2.c (finish_objects): Do not call target constructor/destructor bits dirr...Jan Hubicka2-14/+15
2007-04-21tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski2-1/+6
2007-04-18re PR c++/31513 (Miscompilation of Function Passing Bit Field Value to Function)Mark Mitchell2-0/+7
2007-04-17re PR c++/31517 (ICE on invalid initialization of static member of a template...Simon Martin2-0/+9
2007-04-17invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl3-0/+11
2007-04-16Correct the misplaced ChangeLog.Seongbae Park1-0/+7
2007-04-16re PR c++/29365 (Unnecessary anonymous namespace warnings)Seongbae Park1-4/+12
2007-04-15* cp-tree.h (current_template_parms): Fix typo in comment.Mark Mitchell2-1/+5
2007-04-15* cp-tree.h, error.c: Fix comment typos.Kazu Hirata3-2/+6
2007-04-13re PR c++/31074 (Reference casting involving multiple inheritance produces ba...Jason Merrill2-6/+19
2007-04-13Fix whitespacing.Mike Stump1-2/+0
2007-04-11class.c (convert_to_base_statically): Fold produced tree; verify that we are ...Jan Hubicka2-4/+15
2007-04-09re PR c++/31449 ([4.1] static_cast can remove const-ness)Mark Mitchell2-1/+18
2007-04-09tree.c (cp_tree_equal): Deal with TRAIT_EXPR.Paolo Carlini2-0/+10
2007-04-08langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.Steven Bosscher4-26/+8
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin4-0/+22
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin4-18/+6
2007-04-04winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore dllimport attribute of v...Danny Smith2-10/+7
2007-04-03re PR c++/30847 (ICE with invalid statement expression)Jakub Jelinek2-0/+12
2007-04-02re PR c++/31187 (extern declaration of variable in anonymous namespace preven...Jason Merrill4-8/+33
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther2-19/+13
2007-03-31re PR c++/31138 (ICE with ellipsis)Douglas Gregor3-18/+84
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini12-8/+509
2007-03-29tree.c (cp_walk_subtrees): Do not set input_location.Richard Guenther2-9/+4
2007-03-28re PR c++/29077 (Incorrect error message for destructor in wrong namespace)Simon Martin2-6/+21
2007-03-28parser.c (struct cp_parser): Update comment for greater_than_is_operator_p.Douglas Gregor2-12/+95
2007-03-28decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor5-36/+122
2007-03-28[multiple changes]Douglas Gregor2-6/+12
2007-03-27parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons after...Dirk Mueller2-1/+10
2007-03-26re PR c++/30500 (pragma GCC system_header vs templates)Paolo Carlini2-0/+8
2007-03-26gengtype.c: Don't include gtyp-gen.h.Zack Weinberg1-1/+1
2007-03-23cp-tree.h (current_tempalte_parms): Improve documentation.Mark Mitchell3-4/+13
2007-03-23re PR c++/30863 (Unsigned templatized struct treated as unsigned int)Mark Mitchell2-2/+9
2007-03-23Mark Mitchell <mark@codesourcery.com> PR c++/31273Mark Mitchell2-9/+13
2007-03-23error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis4-10/+39
2007-03-17* cp-tree.def, parser.c, pt.c: Fix comment typos.Kazu Hirata4-4/+8
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez5-18/+44