aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-03re PR c++/37189 (OpenMP task construct with implicit firstprivate variables I...Jakub Jelinek1-0/+9
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-6/+6
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-5/+5
2008-07-30re PR c++/36767 (Segmentation fault with -fprofile-arcs -O2)Dodji Seketeli1-0/+45
2008-07-29optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka1-2/+0
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+2
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-3/+20
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-2/+26
2008-07-17decl2.c (determine_visibility): Allow target to override visibility of class ...Julian Brown1-0/+8
2008-06-30re PR c++/36662 (vector vs template)Jakub Jelinek1-1/+10
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-8/+8
2008-06-14re PR c++/35320 (ICE with invalid friend declaration)Simon Martin1-2/+7
2008-04-24re PR c++/35758 (vector_size attribute lost in function arguments for templates)Jakub Jelinek1-5/+58
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-18/+29
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-3/+3
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-17/+4
2008-02-13PR c++/34962, c++/34937, c++/34939Jason Merrill1-0/+7
2008-02-10re PR c++/34094 (Undefined static data member in anonymous namespace can acqu...Jason Merrill1-1/+3
2008-02-05re PR c++/35074 (ICE with attribute "aligned" for template classes)Douglas Gregor1-2/+20
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-0/+3
2008-01-25decl2.c (is_late_template_attribute): Don't defer attribute visibility just b...Jason Merrill1-3/+6
2008-01-24re PR c++/34913 (ICE vector in template)Jason Merrill1-6/+18
2007-12-11re PR c++/34238 ("static data member used, but not defined" error on member d...Jakub Jelinek1-15/+1
2007-12-09re PR c++/34178 (Compilation using -frepo fails)Jakub Jelinek1-1/+2
2007-11-22re PR c++/34094 (Undefined static data member in anonymous namespace can acqu...Jakub Jelinek1-1/+15
2007-11-05re PR c++/33871 (typeinfo name referenced in ... defined in discarded section)H.J. Lu1-0/+1
2007-11-02langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo1-2/+1
2007-10-30re PR c++/33616 ("lvalue required as unary '&' operand" with template pmf)Jakub Jelinek1-1/+1
2007-10-26re PR c++/31988 (new operator should not permit default first parameter)Paolo Carlini1-7/+25
2007-09-29re PR c++/33094 (ICE on valid C++ virtual template static member in anonymous...Jason Merrill1-0/+3
2007-09-27decl2.c (is_late_template_attribute): Don't crash on unknown attribute.Jason Merrill1-0/+4
2007-09-22re PR c++/19407 (vector keyword in typedef inside template struct ignored)Jason Merrill1-16/+27
2007-09-18re PR c++/17743 (dependent expressions in attributes)Jason Merrill1-1/+17
2007-09-14PR c++/17743, c++/19163Jason Merrill1-1/+75
2007-09-06* decl2.c (get_guard): Copy visibility from the guarded variable.Jason Merrill1-0/+2
2007-08-22re PR c++/29365 (Unnecessary anonymous namespace warnings)Jason Merrill1-4/+2
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-1/+1
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini1-10/+3
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-06-28Index: gcc/ChangeLogGeoffrey Keating1-0/+13
2007-06-28decl2.c (start_objects): Mark constructor-runnning function as artificial.Geoffrey Keating1-0/+4
2007-06-23extend.texi: Document that dllimport and dllexport imply default visibility.Mark Mitchell1-14/+4
2007-06-15cp-tree.h (DECL_VAR_MARKED_P): Remove.Mark Mitchell1-0/+1
2007-06-14decl2.c (determine_visibility): Ensure that functions with hidden types as pa...Geoffrey Keating1-1/+2
2007-06-14re PR libgcj/31093 (Multicast PromiscuousTraffic)Geoffrey Keating1-4/+0
2007-06-01decl.c (get_atexit_fn_ptr_type): New function.Mark Mitchell1-4/+1
2007-05-11semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka1-5/+1
2007-05-02re PR c++/31663 (Segfault in constrain_class_visibility with anonymous namesp...Seongbae Park1-1/+1
2007-04-23decl2.c (finish_objects): Do not call target constructor/destructor bits dirr...Jan Hubicka1-14/+10