aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-6/+79
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini1-1/+1
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-29/+73
2012-10-01decl.c (check_initializer): Set DECL_NONTRIVIALLY_INITIALIZED_P for a constru...Jason Merrill1-2/+6
2012-10-01cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the name.Jason Merrill1-1/+0
2012-09-28PR c++/29028 - Missed unused warning on using declarationDodji Seketeli1-20/+26
2012-09-28PR c++/53551 - -Wunused-local-typedefs misses usesDodji Seketeli1-1/+3
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-8/+4
2012-09-24* decl.c (get_atexit_node): Remove dead code.Jason Merrill1-1/+0
2012-09-14decl.c (make_typename_type): Only error out if tf_error is set in complain.Paolo Carlini1-2/+4
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-1/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-9/+7
2012-09-10re PR c++/54506 (Defaulted move constructors and move assignment operators ar...Jason Merrill1-6/+19
2012-09-09decl.c (reshape_init_class): Avoid dereferencing a past-the-end pointer.Mark Kettenis1-1/+1
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-1/+1
2012-09-05re PR c++/54441 (Infinite loop with brace initializer on zero-length array)Jason Merrill1-0/+10
2012-09-04re PR c++/54198 ("error: invalid use of incomplete type" when building Chromium)Jason Merrill1-0/+2
2012-08-31re PR c++/18747 ("template<> int i;" accepted)Paolo Carlini1-33/+1
2012-08-30friend.c (make_friend_class): Handle template template parameters.Jason Merrill1-3/+9
2012-08-30decl.c (cp_finish_decl): Check for invalid multiple initializers even if the ...Jason Merrill1-2/+9
2012-08-23* decl.c (compute_array_index_type): Use type_dependent_expression_p.Jason Merrill1-5/+4
2012-08-20re PR c++/10416 ('unused variable' warning ignores ctor/dtor side-effects)Paolo Carlini1-5/+5
2012-08-20Fix -ftime-report for C++ lookup.Diego Novillo1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-5/+5
2012-07-31pt.c (check_default_tmpl_args): Change is_primary and is_partial parameters t...Paolo Carlini1-1/+2
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-1/+2
2012-07-25re PR c++/54086 (GCC should allow constexpr and const together)Jason Merrill1-2/+0
2012-07-25cp-tree.h (tsubst_flags): Remove tf_no_access_control.Jason Merrill1-13/+2
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-6/+8
2012-07-17re PR c++/53995 (Overload resolution fails with enum argument, says <anonymou...Jason Merrill1-1/+1
2012-07-17decl.c (xref_basetypes): Complain about incomplete template base.Jason Merrill1-1/+8
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-1/+1
2012-07-04re PR c++/53848 (ICE in decl_linkage at ../../gcc-trunk/gcc/cp/tree.c:3215)Jason Merrill1-8/+1
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-1/+1
2012-06-27parser.c (cp_parser_check_for_invalid_template_id): tag_type parm.Jason Merrill1-0/+1
2012-06-18vax.h (VMS_TARGET): Remove.Steven Bosscher1-9/+2
2012-06-07re PR c++/51214 ([C++11] name lookup issue with c++11 enums)Fabien ChĂȘne1-0/+6
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-8/+10
2012-06-06invoke.texi (fconserve-space): Remove documentation.Steven Bosscher1-13/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+1
2012-05-25re PR objc++/53441 (obj-c++.dg/ivar-invalid-type-1.mm ICE)Uros Bizjak1-1/+2
2012-05-25* decl.c: Revert unwanted commit.Uros Bizjak1-2/+1
2012-05-25re PR target/53474 (Solaris/x86 bootstrap with Sun as broken: j.e)Uros Bizjak1-1/+2
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini1-0/+5
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-39/+41
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-05-10re PR c++/53301 (Spurious -Wzero-as-null-pointer-constant with reference argu...Paolo Carlini1-1/+1
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-3/+3
2012-04-30Fix location for static class membersDodji Seketeli1-1/+2
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-2/+4