aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-11-04fixJason Merrill1-1/+2
2009-11-04re PR c++/39413 (static_assert and SFINAE)Jason Merrill2-2/+7
2009-11-04correct PR numberJason Merrill1-1/+1
2009-11-04re PR c++/15882 (Check for return type of overloaded operator new too early)Jason Merrill2-1/+5
2009-11-04PR c++/17365, DR 218Jason Merrill2-16/+10
2009-11-03re PR c++/36959 (C++ front-end causing a static inline function to be emitted)Jason Merrill2-0/+5
2009-11-03re PR c++/41876 (Parse problems with catch)Jason Merrill2-11/+17
2009-11-03re PR c++/41927 ([C++0x] Spurious warning with enable_if and default function...Jason Merrill2-0/+5
2009-11-03re PR c++/41815 ([C++0x] GCC wrongly treats rvalues of non-class type cv-qual...Jason Merrill2-0/+6
2009-11-03re PR c++/40944 ([C++0x] rejects well-formed code: SFINAE, decltype, function...Jason Merrill5-14/+24
2009-11-03re PR c++/40687 ([C++0x]: error with auto and 7.1.6.4/7 in N2914)Jason Merrill2-4/+19
2009-11-02re PR c++/37093 (ICE with pointer to member template parameters)Dodji Seketeli2-0/+33
2009-11-02Restrict DR 757 change to C++0x mode.Jason Merrill4-10/+108
2009-11-02re PR c++/41774 (ice: vector VEC(visibility,base) pop domain error, in pop_vi...Jakub Jelinek4-4/+15
2009-11-01tree.c (cv_unqualified): New fn.Jason Merrill4-1/+16
2009-11-01* rtti.c (tinfo_name): Fix lengths for private case.Jason Merrill2-3/+7
2009-11-01re PR c++/41754 (initializer list internal compiler segfault)Jason Merrill2-2/+9
2009-10-30mangle.c (mangle_type_string_for_rtti): Reapply 153734.Jerry Quinn5-50/+50
2009-10-30revert: decl.c (cp_fname_init): Correct build_string argument.Jason Merrill2-1/+6
2009-10-30tinfo.cc (operator=(const type_info&)): Revert 153734.Jerry Quinn5-37/+62
2009-10-30re PR c++/41863 (segfault with sizeof in template parameter)Dodji Seketeli2-1/+8
2009-10-30mangle.c (mangle_type_string_for_rtti): Revert r149964.Jerry Quinn5-50/+49
2009-10-28Core issue 812, 861Jason Merrill3-61/+138
2009-10-28* decl.c (cp_fname_init): Correct build_string argument.Jason Merrill2-1/+5
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill8-24/+118
2009-10-26re PR debug/41828 (DW_AT_name should not be present for anonymous aggregates)Jakub Jelinek2-0/+9
2009-10-26PR c++/38796, Core issue 906Jason Merrill7-55/+153
2009-10-26re PR c++/41785 ([C++0x] ICE on canonical types with variadic templates and C...Dodji Seketeli3-1/+20
2009-10-26re PR c++/41020 (Can't declare an extern "C" friend of a builtin function)Dodji Seketeli2-1/+7
2009-10-23re PR c++/40808 (member template specialization causes ICE)Dodji Seketeli2-4/+11
2009-10-23* semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.Jason Merrill2-4/+3
2009-10-23semantics.c (outer_lambda_capture_p): New fn.Jason Merrill2-16/+48
2009-10-23Core issue 899Jason Merrill2-1/+6
2009-10-23* call.c (initialize_reference): Tweak error message.Jason Merrill2-1/+5
2009-10-21mangle.c (finish_mangling_get_identifier): Use obstack_base (mangle_obstack) ...Jakub Jelinek2-1/+6
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2-2/+13
2009-10-17re PR c++/38888 ([C++0x] badly readable diagnostic output with variadic templ...Jason Merrill2-1/+10
2009-10-17re PR c++/38798 ([c++0x] Trouble with struct/class/enum keyword in late retur...Jason Merrill2-9/+54
2009-10-14re PR c++/39866 ([c++0x] deleted functions not removed from "no match" error ...Jason Merrill2-3/+25
2009-10-14re PR c++/40092 ([c++0x] expansion pattern fails with error about derived tem...Larry Evans2-0/+8
2009-10-12re PR c++/37875 ([c++0x] misinterpreted closing angle bracket in decltype ope...Jason Merrill2-0/+16
2009-10-12re PR c++/37766 ([C++0x] ICE with function's default reference template param...Jason Merrill2-4/+15
2009-10-12re PR c++/37204 ([c++0x] reinterpret_cast<T&&>(v) incorrectly yields an lvalue)Jason Merrill2-1/+12
2009-10-11gimple.c (iterative_hash_type_name): Do not handle special anonymous names.Richard Guenther2-0/+15
2009-10-08re PR c++/36816 ([c++0x] error deducing template argument taking the address ...Jason Merrill2-1/+15
2009-10-08re PR c++/37177 ([c++0x] ICE on decltype(rel_ops::operator><int>);)Jason Merrill6-19/+148
2009-10-08* cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.Gabriel Dos Reis2-2/+5
2009-10-07re PR c++/39863 ([c++0x] variadic templates : wrong error "mismatched argumen...Jason Merrill2-0/+8
2009-10-07re PR c++/41038 (Parsing error related to qualified name id)Jason Merrill2-0/+7
2009-10-06Fix lookup of initialized captures in unevaluated context.Jason Merrill6-8/+76