aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-07-04tree.c (maybe_canonicalize_argtypes): New.Douglas Gregor2-4/+11
2007-07-04* init.c (build_new): Tweak comment.Mark Mitchell2-1/+7
2007-07-04re PR c++/31743 (ICE with invalid use of new)Dave Brolley3-8/+13
2007-07-03re PR c++/32609 (ICE in htab_clear_slot at libiberty/hashtab.c:722)Richard Guenther2-1/+7
2007-07-02parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...Simon Baldwin2-0/+23
2007-07-02re PR c++/31748 (bad diagnostic for invalid private clause)Jakub Jelinek2-2/+11
2007-07-01name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild4-75/+76
2007-06-29re PR c++/31724 (More "same canonical type node" fun)Doug Gregor2-0/+7
2007-06-28Fix typo.Geoffrey Keating1-1/+1
2007-06-28Index: gcc/ChangeLogGeoffrey Keating3-0/+23
2007-06-28decl2.c (start_objects): Mark constructor-runnning function as artificial.Geoffrey Keating2-0/+9
2007-06-25re PR c++/32111 (ICE declaring destructor as friend)Simon Martin2-1/+10
2007-06-23extend.texi: Document that dllimport and dllexport imply default visibility.Mark Mitchell2-14/+9
2007-06-18re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...Simon Baldwin3-8/+69
2007-06-15[multiple changes]Andrew Pinski11-44/+171
2007-06-15cp-tree.h (DECL_VAR_MARKED_P): Remove.Mark Mitchell5-24/+65
2007-06-14decl2.c (determine_visibility): Ensure that functions with hidden types as pa...Geoffrey Keating2-1/+5
2007-06-14re PR libgcj/31093 (Multicast PromiscuousTraffic)Geoffrey Keating2-4/+6
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2-2/+81
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-4/+0
2007-06-11remove signed(_or_unsigned)?_type langhooksRafael Espindola1-0/+5
2007-06-08re PR c++/32177 (g++ crashes on some valid OpenMP code)Jakub Jelinek2-1/+32
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin8-34/+75
2007-06-05decl.c (grokdeclarator): Readability change.Simon Baldwin2-10/+15
2007-06-04call.c (convert_like_real): Remove pointless code.Paolo Carlini2-15/+4
2007-06-01decl.c (get_atexit_fn_ptr_type): New function.Mark Mitchell4-46/+119
2007-05-31in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2-1/+5
2007-05-31re PR c++/31806 (miscompilation with -fschedule-insns2 -fno-threadsafe-statics)Jakub Jelinek2-2/+12
2007-05-31re PR c++/32158 (uninitialized_fill compile failure if no default assignment ...Paolo Carlini2-1/+10
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky11-105/+499
2007-05-30re PR c++/31809 (sometimes TREE_READONLY is still set for non read only varia...Jakub Jelinek2-1/+14
2007-05-28[multiple changes]Andrew Pinski2-1/+13
2007-05-25re PR c++/31745 (ICE on invalid use of namespace)Simon Martin2-10/+21
2007-05-25semantics.c (finish_member_declaration): Fix a typo in the last checkin.H.J. Lu2-1/+6
2007-05-25re PR c++/31431 (ICE with invalid parameter pack)Douglas Gregor5-158/+325
2007-05-24re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith2-2/+8
2007-05-22name-lookup.c (ambiguous_decl): Adds check for hidden types.Ollie Wild2-2/+9
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