aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-22re PR c++/55944 ([C++11] static local member with constexpr c'tor causes ICE)Paolo Carlini1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR c++/55893 ([C++11] runtime segfault with static const object with virtu...Jason Merrill1-0/+4
2013-01-04re PR c++/55877 (Anon visibility issues)Jason Merrill1-2/+18
2013-01-03re PR c++/53650 (large array causes huge memory use)Jason Merrill1-1/+3
2013-01-02* decl.c (check_default_argument): Use LOOKUP_IMPLICIT.Jason Merrill1-1/+1
2012-12-14re PR c++/42315 (ICE with invalid array initializer)Jason Merrill1-3/+0
2012-12-06re PR c++/55015 (Lambda functions not found at link time when declared in an ...Jason Merrill1-3/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-67/+59
2012-11-14re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill1-2/+0
2012-11-13cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...Sriraman Tallam1-2/+5
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland1-2/+2
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill1-0/+4
2012-11-06Function MultiversioningSriraman Tallam1-1/+45
2012-10-18re PR c++/54501 (infinite recursion on illegal code)Paolo Carlini1-0/+5
2012-10-12re PR c++/24449 (Unable to declare friend main() from class template)Paolo Carlini1-1/+1
2012-10-11cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.Jason Merrill1-1/+1
2012-10-11decl.c (grokdeclarator): Set DECL_GNU_TLS_P for static data members, too.Jason Merrill1-1/+5
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-10/+5
2012-10-08Support C++11 thread_local destructors.Jason Merrill1-44/+73
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill1-24/+66
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