aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-07-25cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi2-6/+11
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi6-18/+25
2007-07-25alpha.c (alpha_mangle_fundamental_type): Rename to...Julian Brown1-83/+88
2007-07-24method.c (implicitly_declare_fn): Increase alignment if member function point...Nathan Sidwell2-0/+13
2007-07-24re PR c++/29001 (ICE on invalid return from operator new)Paolo Carlini3-3/+15
2007-07-22re PR c++/32839 (internal compiler error: Segmentation fault (templates))Nathan Sidwell2-2/+12
2007-07-22re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell5-36/+69
2007-07-12pt.c (template_parms_variadic_p): Remove.Kazu Hirata3-12/+5
2007-07-12re PR c++/30854 (Wrong number of arguments printed for constructor)Jakub Jelinek2-1/+7
2007-07-11params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.Douglas Gregor2-26/+28
2007-07-11re PR c++/32560 (ICE on invalid declaration in template)Paolo Carlini2-0/+9
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating3-7/+21
2007-07-09decl.c (start_preparsed_function): Do not promote return type.Richard Guenther2-3/+4
2007-07-08re PR c++/30535 (ICE with invalid template operator)Paolo Carlini2-0/+7
2007-07-07re PR c++/32232 (ICE in resolve_overloaded_unification)Mark Mitchell2-27/+37
2007-07-06c-common.c (boolean_increment): Use correctly typed constant.Richard Guenther3-4/+15
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell8-31/+121
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