aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-13/+3
2009-03-26re PR c++/39380 (All programs that link Java and C++ libraries fail when opt...Andrew Haley1-1/+1
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-0/+23
2009-02-19re PR target/39175 (ICE while compiling qt-4.5.0-rc1)Jakub Jelinek1-1/+15
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu1-0/+1
2009-02-11re PR c++/39153 (virtual default dtor not defined)Jason Merrill1-1/+1
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-3/+13
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-13/+3
2008-12-08* decl2.c (mark_used): Remove assemble_external call.Steve Ellcey1-2/+0
2008-11-25re PR c++/28743 (ICE with invalid specialization)Jason Merrill1-3/+8
2008-11-19re PR c++/36410 (ICE with transparent union)Jason Merrill1-1/+11
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-12/+18
2008-09-15crash16.C: Function name is the correct location for an error regarding a fun...Aldy Hernandez1-2/+3
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