summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/55877 (Anon visibility issues)Jason Merrill2013-01-041-2/+18
* backport: decl.c (cxx_init_decl_processing): Use ptr_mode instead of Pmode.Steve Ellcey2012-04-041-1/+1
* backport: re PR c/52181 (merge_decls doesn't handle DECL_USER_ALIGN properly)Jakub Jelinek2012-02-151-1/+6
* PR debug/49951 - jumpy stepping at end of scope in C++Dodji Seketeli2012-01-021-0/+9
* re PR c++/51248 (ICE with pointer to enum)Jason Merrill2011-12-141-11/+18
* Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill2011-09-251-4/+7
* re PR c++/50309 ([C++0x] ICE: tree check: expected tree_list, have error_mark...Paolo Carlini2011-09-071-0/+4
* re PR c++/47049 ([C++0x] ICE in write_unnamed_type_name with lambda use)Jason Merrill2011-05-271-0/+1
* re PR c++/48657 (could not convert template argument ‘VectorDimension’ to...Jason Merrill2011-05-271-46/+18
* re PR c++/48424 (C++0x parameter packs expansion problem)Jason Merrill2011-05-261-6/+0
* re PR c++/45401 ([C++0x] reference collapsing and reference qualifiers)Jason Merrill2011-05-251-6/+11
* re PR c++/44311 ([C++0x] no error with switch over enum class and integer case)Jason Merrill2011-05-251-6/+28
* re PR c++/46005 ([C++0x] Don't allow "auto" as the simple-type-specifier of a...Jason Merrill2011-05-251-0/+6
* re PR c++/46245 ([C++0x] rejects function with late-specified return type as ...Jason Merrill2011-05-251-6/+6
* re PR c++/47263 ([C++0x] lambda + dynamic-exception-specification std::unexpe...Jason Merrill2011-05-241-1/+1
* re PR c++/48945 ([C++0x] static constexpr member function cannot be defined o...Jason Merrill2011-05-211-2/+7
* re PR c++/49066 ([C++0x] Non-defining declaration of deleted function suppres...Jason Merrill2011-05-211-0/+1
* re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill2011-05-201-7/+1
* re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek2011-05-191-0/+2
* re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill2011-05-061-1/+47
* re PR c++/48726 ([C++0x] [4.6 Regression] ICE with initializer_list of unique...Jason Merrill2011-04-261-0/+2
* re PR c++/48657 (could not convert template argument ‘VectorDimension’ to...Jason Merrill2011-04-201-4/+10
* re PR c++/48166 (ICE on static member function with invalid type qualifier)Jason Merrill2011-03-291-3/+7
* re PR c++/48296 ([C++0x] constexpr member function cannot use the class type ...Jason Merrill2011-03-291-1/+4
* re PR c++/48132 ([C++0x] Internal compiler error on array of std::complex wit...Jason Merrill2011-03-161-1/+5
* re PR c++/47808 ([C++0x] internal compiler error: in tsubst_copy_and_build, a...Jason Merrill2011-03-111-0/+2
* parser.c (cp_parser_constant_expression): Set non_integral_constant_expressio...Jason Merrill2011-02-251-4/+2
* re PR c++/47833 (ICE during GC in gt_ggc_mx_pending_template)Jakub Jelinek2011-02-231-2/+2
* decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.Jason Merrill2011-02-101-1/+4
* decl.c (build_enumerator): Don't perform integral promotions on non-integral ...Jason Merrill2011-02-101-1/+2
* re PR c++/33558 ('mutable' incorrectly accepted on reference members)Giovanni Funchal2011-01-151-0/+6
* re PR c++/15774 (Conflicting function decls not diagnosed)Kai Tietz2010-12-251-1/+5
* c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2010-12-221-4/+4
* re PR c++/46930 ([C++0x] ICE with static constexpr data member)Jason Merrill2010-12-141-0/+7
* re PR c++/46001 (diagnostic refers to type '__java_boolean')Jakub Jelinek2010-12-101-1/+6
* decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.Nathan Froyd2010-12-101-2/+1
* re PR c++/46736 ([c++0x] move constructor is not implicitly deleted when it s...Jason Merrill2010-12-081-1/+3
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-11-301-0/+3
* In gcc/cp/: 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-11-271-1/+15
* re PR c++/46538 (ICE: SIGSEGV in cp_make_fname_decl (decl.c:3690) on invalid ...Jakub Jelinek2010-11-201-0/+2
* DR 1004Jason Merrill2010-11-161-0/+3
* decl.c (cp_finish_decl): Use resolve_nondeduced_context for auto.Jason Merrill2010-11-131-0/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-5/+5
* re PR c++/46065 (ICE: tree check: expected tree that contains 'decl minimal' ...Nathan Froyd2010-11-101-1/+5
* Correct conversion/overflow behavior.Jason Merrill2010-11-081-1/+0
* call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill2010-11-011-82/+168
* cp-tree.h (register_constexpr_fundef): Declare.Jason Merrill2010-11-011-0/+17
* tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill2010-10-311-4/+1
* decl.c (grokdeclarator): Don't ICE on constexpr non-static data member.Jason Merrill2010-10-311-2/+5