aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-29re PR c++/33094 (ICE on valid C++ virtual template static member in anonymous...Jason Merrill1-1/+1
2007-09-23re PR c++/16370 (__attribute__((deprecated)) not useful on classes, and ugly ...Jason Merrill1-0/+4
2007-09-20re PR c++/33460 (ICE with static member in anonymous union)Paolo Carlini1-2/+8
2007-09-06re PR c++/32674 (ICE in lvalue_p_1 initialising static variable inside templa...Paolo Carlini1-1/+15
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+4
2007-09-06re PR c++/33289 (__sprintf_chk etc. not DECL_ANTICIPATED)Jakub Jelinek1-0/+11
2007-09-06decl.c (duplicate_decls): Set TREE_NOTHROW on __builtin_XX decl if a prototyp...Jakub Jelinek1-0/+11
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-09-04decl.c (cp_finish_decl): Call determine_visibility before make_rtl_for_nonloc...Richard Sandiford1-3/+3
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-31* decl.c (duplicate_decls): Remove duplicated line.Jakub Jelinek1-1/+0
2007-08-30decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_I...Jakub Jelinek1-0/+1
2007-08-28re PR c++/28558 (Trouble with __attribute__ and non-PODs)Jason Merrill1-1/+7
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther1-0/+5
2007-08-27extend.texi (gnu_inline funtion attribute): Document C++ behavior.Alexandre Oliva1-14/+112
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-1/+0
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther1-12/+0
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-2/+1
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-15re PR c++/32992 (Incorrect code generated for anonymous union and return)Jakub Jelinek1-1/+1
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini1-8/+11
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-1/+1
2007-08-10re PR c++/22256 (diagnostic shows wrong type for conversion operator)Paolo Carlini1-4/+2
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-6/+3
2007-07-24re PR c++/29001 (ICE on invalid return from operator new)Paolo Carlini1-2/+2
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-6/+8
2007-07-09decl.c (start_preparsed_function): Do not promote return type.Richard Guenther1-3/+0
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-12/+40
2007-07-04tree.c (maybe_canonicalize_argtypes): New.Douglas Gregor1-4/+4
2007-07-01name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild1-0/+6
2007-06-28Index: gcc/ChangeLogGeoffrey Keating1-0/+3
2007-06-25re PR c++/32111 (ICE declaring destructor as friend)Simon Martin1-1/+4
2007-06-15cp-tree.h (DECL_VAR_MARKED_P): Remove.Mark Mitchell1-2/+18
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-11/+26
2007-06-05decl.c (grokdeclarator): Readability change.Simon Baldwin1-10/+10
2007-06-01decl.c (get_atexit_fn_ptr_type): New function.Mark Mitchell1-42/+102
2007-05-31re PR c++/31806 (miscompilation with -fschedule-insns2 -fno-threadsafe-statics)Jakub Jelinek1-2/+6
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-5/+102
2007-05-30re PR c++/31809 (sometimes TREE_READONLY is still set for non read only varia...Jakub Jelinek1-1/+8
2007-05-22decl.c (duplicate_decls): Verify namespace names are unique.Ollie Wild1-22/+28
2007-05-21decl.c (cxx_maybe_build_cleanup): Handle __attribute__((cleanup)).Mark Mitchell1-11/+52
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1
2007-04-28re PR c++/30221 (internal compiler error: in reshape_init_r, at cp/decl.c:4632)Andrew Pinski1-3/+8
2007-04-27decl.c (grokparms): Changed message format from %qD to %qE.Simon Baldwin1-1/+1
2007-04-23decl.c (grokparms): Added new error for duplicate function parameters names i...Simon Baldwin1-0/+11
2007-04-02re PR c++/31187 (extern declaration of variable in anonymous namespace preven...Jason Merrill1-8/+14
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+1
2007-03-28re PR c++/29077 (Incorrect error message for destructor in wrong namespace)Simon Martin1-6/+15