summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-0242-204/+188
* re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi2007-08-022-0/+7
* re PR c++/32108 (ICE with __label__ outside of block scope)Paolo Carlini2007-07-302-2/+13
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-292-6/+13
* * pt.c, tree.c, typeck2.c: Fix comment typos.Kazu Hirata2007-07-284-5/+9
* re PR c++/30917 (ICE with friend in local class (to a function))Simon Martin2007-07-282-2/+50
* typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor2007-07-2712-8/+489
* re PR c++/32346 (long long bitfield passed to int argument incorrectly)Mark Mitchell2007-07-272-1/+27
* cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi2007-07-252-6/+11
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-256-18/+25
* alpha.c (alpha_mangle_fundamental_type): Rename to...Julian Brown2007-07-251-83/+88
* method.c (implicitly_declare_fn): Increase alignment if member function point...Nathan Sidwell2007-07-242-0/+13
* re PR c++/29001 (ICE on invalid return from operator new)Paolo Carlini2007-07-243-3/+15
* re PR c++/32839 (internal compiler error: Segmentation fault (templates))Nathan Sidwell2007-07-222-2/+12
* re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell2007-07-225-36/+69
* pt.c (template_parms_variadic_p): Remove.Kazu Hirata2007-07-123-12/+5
* re PR c++/30854 (Wrong number of arguments printed for constructor)Jakub Jelinek2007-07-122-1/+7
* params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.Douglas Gregor2007-07-112-26/+28
* re PR c++/32560 (ICE on invalid declaration in template)Paolo Carlini2007-07-112-0/+9
* re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating2007-07-103-7/+21
* decl.c (start_preparsed_function): Do not promote return type.Richard Guenther2007-07-092-3/+4
* re PR c++/30535 (ICE with invalid template operator)Paolo Carlini2007-07-082-0/+7
* re PR c++/32232 (ICE in resolve_overloaded_unification)Mark Mitchell2007-07-072-27/+37
* c-common.c (boolean_increment): Use correctly typed constant.Richard Guenther2007-07-063-4/+15
* re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell2007-07-068-31/+121
* tree.c (maybe_canonicalize_argtypes): New.Douglas Gregor2007-07-042-4/+11
* * init.c (build_new): Tweak comment.Mark Mitchell2007-07-042-1/+7
* re PR c++/31743 (ICE with invalid use of new)Dave Brolley2007-07-043-8/+13
* re PR c++/32609 (ICE in htab_clear_slot at libiberty/hashtab.c:722)Richard Guenther2007-07-032-1/+7
* parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...Simon Baldwin2007-07-022-0/+23
* re PR c++/31748 (bad diagnostic for invalid private clause)Jakub Jelinek2007-07-022-2/+11
* name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild2007-07-014-75/+76
* re PR c++/31724 (More "same canonical type node" fun)Doug Gregor2007-06-292-0/+7
* Fix typo.Geoffrey Keating2007-06-281-1/+1
* Index: gcc/ChangeLogGeoffrey Keating2007-06-283-0/+23
* decl2.c (start_objects): Mark constructor-runnning function as artificial.Geoffrey Keating2007-06-282-0/+9
* re PR c++/32111 (ICE declaring destructor as friend)Simon Martin2007-06-252-1/+10
* extend.texi: Document that dllimport and dllexport imply default visibility.Mark Mitchell2007-06-232-14/+9
* re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...Simon Baldwin2007-06-183-8/+69
* [multiple changes]Andrew Pinski2007-06-1511-44/+171
* cp-tree.h (DECL_VAR_MARKED_P): Remove.Mark Mitchell2007-06-155-24/+65
* decl2.c (determine_visibility): Ensure that functions with hidden types as pa...Geoffrey Keating2007-06-142-1/+5
* re PR libgcj/31093 (Multicast PromiscuousTraffic)Geoffrey Keating2007-06-142-4/+6
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-122-2/+81
* really remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-4/+0
* remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-0/+5
* re PR c++/32177 (g++ crashes on some valid OpenMP code)Jakub Jelinek2007-06-082-1/+32
* re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin2007-06-078-34/+75
* decl.c (grokdeclarator): Readability change.Simon Baldwin2007-06-052-10/+15
* call.c (convert_like_real): Remove pointless code.Paolo Carlini2007-06-042-15/+4