aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
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