aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-05-22decl.c (duplicate_decls): Verify namespace names are unique.Ollie Wild2-22/+32
2007-05-21decl.c (cxx_maybe_build_cleanup): Handle __attribute__((cleanup)).Mark Mitchell2-11/+57
2007-05-19invoke.texi (Warning Options): Add -Wconversion-sign.Manuel López-Ibáñez2-1/+6
2007-05-18Index: gcc/java/ChangeLogGeoffrey Keating2-1/+5
2007-05-14re PR c++/29928 (typeid of unknown bound array)Paolo Carlini2-2/+8
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola3-3/+7
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus2-1/+22
2007-05-11semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka3-9/+7
2007-05-08typeck.c (build_unary_op): Remove code that used to handle non lvalue increme...Andrew Pinski2-35/+5
2007-05-08invoke.texi (Warning Options): Document that -Wempty-body also checks for and...Mike Stump2-0/+52
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