aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-15re PR c++/33558 ('mutable' incorrectly accepted on reference members)Giovanni Funchal1-0/+6
2010-12-25re PR c++/15774 (Conflicting function decls not diagnosed)Kai Tietz1-1/+5
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-4/+4
2010-12-14re PR c++/46930 ([C++0x] ICE with static constexpr data member)Jason Merrill1-0/+7
2010-12-10re PR c++/46001 (diagnostic refers to type '__java_boolean')Jakub Jelinek1-1/+6
2010-12-10decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.Nathan Froyd1-2/+1
2010-12-08re PR c++/46736 ([c++0x] move constructor is not implicitly deleted when it s...Jason Merrill1-1/+3
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+3
2010-11-27In gcc/cp/: 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+15
2010-11-20re PR c++/46538 (ICE: SIGSEGV in cp_make_fname_decl (decl.c:3690) on invalid ...Jakub Jelinek1-0/+2
2010-11-16DR 1004Jason Merrill1-0/+3
2010-11-13decl.c (cp_finish_decl): Use resolve_nondeduced_context for auto.Jason Merrill1-0/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-5/+5
2010-11-10re PR c++/46065 (ICE: tree check: expected tree that contains 'decl minimal' ...Nathan Froyd1-1/+5
2010-11-08Correct conversion/overflow behavior.Jason Merrill1-1/+0
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-82/+168
2010-11-01cp-tree.h (register_constexpr_fundef): Declare.Jason Merrill1-0/+17
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-4/+1
2010-10-31decl.c (grokdeclarator): Don't ICE on constexpr non-static data member.Jason Merrill1-2/+5
2010-10-27c-common.c (check_case_value): Remove special C++ code.Jason Merrill1-0/+5
2010-10-27parser.c (cp_parser_ctor_initializer_opt_and_function_body): Make sure a cons...Gabriel Dos Reis1-106/+120
2010-10-27class.c (check_bases): Propagate non-literality.Gabriel Dos Reis1-0/+4
2010-10-26* decl.c (finish_function): Don't look at function_depth.Jason Merrill1-7/+1
2010-10-26Implement opaque-enum-specifiers for C++0x.Rodrigo Rivas Costa1-102/+160
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-3/+2
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-15/+8
2010-09-29decl.c (get_atexit_node): Fix typo.Yao Qi1-2/+2
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-2/+2
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-1/+1
2010-09-24decl.c (compute_array_index_type): Remember type dependence of array bound.Jason Merrill1-3/+13
2010-09-15re PR c++/45665 (ICE: tree check: expected class 'type', have 'exceptional' (...Paolo Carlini1-0/+2
2010-09-10decl.c (reshape_init_vector): For VECTOR_TYPEs...Richard Biener1-7/+3
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-5/+6
2010-09-06* decl.c (cp_finish_decl): Don't change init for auto deduction.Jason Merrill1-5/+8
2010-08-30re PR c++/45043 (ICE: tree check: expected identifier_node, have bit_not_expr...Paolo Carlini1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-13/+8
2010-08-08name-lookup.h (cp_label_binding): Declare.Nathan Froyd1-16/+21
2010-07-30re PR c++/45112 (Aligned attribute on static class member definition ignored)Ulrich Weigand1-0/+4
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini1-2/+4
2010-07-15re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-2/+0
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-3/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-24/+24
2010-07-13re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-0/+2
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-2/+1
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez1-1/+0
2010-06-30decl.c (incomplete_var): Declare.Nathan Froyd1-12/+24
2010-06-30decl.c (struct named_label_entry): Change type of bad_decls field to a VEC.Nathan Froyd1-11/+11
2010-06-29Machinery to support implicit delete/move.Jason Merrill1-0/+4
2010-06-29class.c (type_has_virtual_destructor): New.Jason Merrill1-0/+1