aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-08-16re PR c++/31132 (ICE on inconsistent friend declaration)Paolo Carlini2-1/+7
2007-08-15re PR c++/32992 (Incorrect code generated for anonymous union and return)Jakub Jelinek3-1/+9
2007-08-15re PR c++/33035 (ICE on local class destructor)Paolo Carlini2-1/+9
2007-08-15semantics.c (finish_omp_clauses): Strip a NOP_EXPR if constructors and destru...Mark Mitchell2-0/+27
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini1-1/+1
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini3-18/+24
2007-08-14re PR c/30428 (vector float | vector float is accepted)Andrew Pinski2-1/+9
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor3-2/+8
2007-08-10name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lo...Ollie Wild2-16/+30
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi4-5/+11
2007-08-10re PR c++/17763 (Wrong context in error message for template parameter)Paolo Carlini2-2/+8
2007-08-10re PR c++/22256 (diagnostic shows wrong type for conversion operator)Paolo Carlini2-4/+8
2007-08-09c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin3-1/+10
2007-08-06method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to access function name.Dan Hipschman2-1/+6
2007-08-06re PR pch/13676 (GCC failes to recognize files ending in .hpp as headers to b...Alfred Minarik3-0/+18
2007-08-06re PR c++/19532 (cp/pt.c mentions a function that has been removed.)Paolo Carlini2-5/+11
2007-08-05revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolo...Volker Reichelt2-5/+8
2007-08-02re PR c++/30849 (ICE with invalid asm statement)Lee Millward2-14/+43
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton42-204/+188
2007-08-02re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi2-0/+7
2007-07-30re PR c++/32108 (ICE with __label__ outside of block scope)Paolo Carlini2-2/+13
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2-6/+13
2007-07-28* pt.c, tree.c, typeck2.c: Fix comment typos.Kazu Hirata4-5/+9
2007-07-28re PR c++/30917 (ICE with friend in local class (to a function))Simon Martin2-2/+50
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor12-8/+489
2007-07-27re PR c++/32346 (long long bitfield passed to int argument incorrectly)Mark Mitchell2-1/+27
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