aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek17-17/+17
2009-02-20re PR c++/39225 (ICE if destructor doen't match class name)Jason Merrill2-9/+16
2009-02-19re PR target/39175 (ICE while compiling qt-4.5.0-rc1)Jakub Jelinek2-1/+22
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu4-2/+12
2009-02-18re PR c++/39219 (attribute doesn't work with enums properly)H.J. Lu2-0/+6
2009-02-18revert accidental commitJason Merrill1-20/+1
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill3-3/+26
2009-02-13re PR c++/39070 (ICE with typeof() (... and __decltype))Jason Merrill4-6/+18
2009-02-12re PR c++/38950 (ICE: deducing function template arguments for array type.)Jason Merrill2-1/+6
2009-02-11re PR c++/39153 (virtual default dtor not defined)Jason Merrill2-1/+5
2009-02-11re PR c++/30111 (Value-initialization of POD base class doesn't initialize me...Jason Merrill4-6/+56
2009-02-11re PR c++/38649 (Trouble with defaulted constructors)Jason Merrill2-3/+7
2009-02-11re PR c++/36744 ([C++0x] function modifying argument received by-value affect...Jason Merrill2-1/+12
2009-02-10re PR c++/34397 (ICE on invalid default template parameter)Paolo Carlini4-11/+39
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill6-20/+31
2009-02-07re PR c++/35147 (ICE trying to expand an argument pack with zero arguments)Paolo Carlini2-2/+8
2009-02-04re PR c++/39095 (Mangling changes break ABI)Jakub Jelinek3-16/+27
2009-02-03typeck.c (cp_build_unary_op): Only complain about taking address of main if p...Jason Merrill2-4/+12
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek2-0/+9
2009-02-03re PR c++/39056 ([c++0x] ICE with invalid initializer list for complex variable)Jakub Jelinek2-1/+8
2009-02-03re PR c++/36897 (ICE with function pointer template parameter)Paolo Bonzini3-0/+31
2009-02-02re PR c++/39054 (ICE with invalid pseudo-dtor in template)Jason Merrill2-1/+9
2009-02-02re PR c++/39053 (ICE with broken function declaration)Paolo Carlini2-1/+13
2009-01-30re PR c++/39028 (C++ front-end rejects "__label__" at the beginning of a bloc...Jakub Jelinek2-0/+10
2009-01-30re PR c++/33465 (Broken diagnostic: 'fix_trunc_expr' and 'float_expr' not sup...Paolo Carlini2-0/+14
2009-01-29typeck.c (invalid_nonstatic_memfn_p): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.Paolo Carlini2-2/+7
2009-01-27re PR c++/37554 (ICE with invalid cast)Paolo Carlini2-1/+7
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet2-1/+7
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli7-143/+50
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli7-35/+167
2009-01-19re PR c++/23287 (Explicitly invoking destructor of template class in a templa...Jason Merrill3-3/+34
2009-01-16re PR c++/38877 (Revision 143404 caused ICE on 447.dealII in SPEC CPU 2006)Jason Merrill3-6/+12
2009-01-16re PR c++/29470 (Using declaration access semantics change with templates)Jason Merrill2-0/+8
2009-01-16re PR c++/38579 (Template: Wrong inherited copy-ctor visibility)Jason Merrill2-12/+10
2009-01-16re PR c++/38850 (Cannot find inline friend function in template class when ca...Jason Merrill2-1/+10
2009-01-15re PR c++/29388 (ICE with invalid nested name specifier)Andrew Pinski2-0/+12
2009-01-15re PR c++/36334 (typedef to function type leads to problems)Jason Merrill4-12/+30
2009-01-15re PR c++/38357 (ICE cc1plus (Segmentation fault))Steve Ellcey2-0/+8
2009-01-15re PR c++/38636 (ICE with broken ctor declaration)Dodji Seketeli2-0/+9
2009-01-14re PR c++/37862 (Parenthesised indirection alters class member access)Nick Clifton2-62/+80
2009-01-13re PR c++/38795 (ICE with reinterpret_cast and variadic templates)Jakub Jelinek2-1/+12
2009-01-12tweak commentJason Merrill1-2/+6
2009-01-12re PR c++/35109 (ICE in lookup_name_real, at cp/name-lookup.c:4056)Jason Merrill2-18/+32
2009-01-12re PR c++/36019 (template parameter does not hide class name)Dodji Seketeli4-2/+68
2009-01-12re PR c++/31488 (va_list considered non-POD)Jason Merrill2-1/+8
2009-01-12re PR c/32041 (offsetof buglet)Jakub Jelinek2-4/+14
2009-01-12re PR c++/38794 (Function body accepted in typedef)Jakub Jelinek2-2/+13
2009-01-11re PR c++/36254 (wrong "control reaches end of non-void function" warning wit...Jakub Jelinek2-7/+17
2009-01-10re PR c++/38648 (ICE with string literal)Andrew Pinski2-1/+4
2009-01-10re PR c++/36695 (Value-initialization of reference type is allowed.)Andrew Pinski2-0/+12